Results · Performance · Resources

What the private beta has measured so far.

Benchmarks, release history, design-partner results, and an API walkthrough from the private beta.

Results ledger

Every claim traces to an artifact.

Five artifacts from the private beta, each with its date, source, and method.

ArtifactDate and ownerSource or methodBoundary
E-01 · Product tour workflowJuly 21, 2026 · Product Leadproduct-tour.html; guided operator workflowShows the experience from request intake through gateway trace review.
E-02 · Gateway benchmarkJuly 18, 2026 · Performance Owner30-minute load run; method detailed belowGateway overhead only; excludes downstream model latency.
E-03 · Private-beta release recordApril to July 2026 · Engineering OwnerFourteen versioned releases; five samples belowVersioned release history with owner and date.
E-04 · Design-partner discovery setJune 30, 2026 · Commercial OwnerThree partner briefs and six controlled integration exercisesTracks integration patterns, outcomes, and follow-up decisions.
E-05 · Trust-control matrixJuly 15, 2026 · Security OwnerControl descriptions on the Trust pageDocuments current vs. planned controls; no third-party audit claim.

Benchmark

The benchmark, run under a fixed method.

These are internal measurements taken under the fixed conditions below. An independent benchmark is planned; until then we publish no comparisons with other systems.

Median22 ms

Median gateway overhead.

p9548 ms

p95 gateway overhead.

p9981 ms

p99 gateway overhead.

Success99.99%

Successful routing rate.

Sample

450,000 requests

A 30-minute run at a constant 250 requests per second with a 4 KB request payload.

Environment

One Azure region

Four warm Container Apps replicas, fixed configuration, and a controlled test destination.

Inclusion

Gateway work counted

Timing includes authentication, tenant resolution, transaction compilation, policy evaluation, route selection, and receipt metadata.

Exclusion

Downstream work excluded

Timing excludes model inference, internet transit beyond the gateway, cold starts, retries, and asynchronous routes.

Design-partner outcome

Measured results at a design partner.

Northstar Benefits Lab participated as a private-beta design partner. The summary below shows where the team started, what changed, and how it was measured.

Starting point

Nine developer-days

The team estimated nine developer-days to connect three internal applications to two agent endpoints using six custom paths.

Intervention

Six controlled exercises

Engineers registered endpoints, applied two tenant policies, and routed both synchronous and queued work through CGP Gateway.

Outcome

2.5 developer-days

Equivalent setup measured at 2.5 developer-days, a 72% reduction calculated from the documented baseline.

Scope

Partner workspace

The engagement covered workflow discovery, integration sequencing, route configuration, and operator review.

Release history

Fourteen releases, April to July 2026.

Five representative entries from the private-beta changelog appear below.

Version and dateSummaryNotes
v0.8.0 · July 18, 2026Tenant-scoped receipt export and configurable evidence retention.Release notes and deployment record on file.
v0.7.3 · July 7, 2026Dead-letter inspection and asynchronous retry controls.Queue tests and runbook updates included.
v0.7.0 · June 24, 2026Policy templates for synchronous and durable routes.Versioned policy schema and acceptance tests.
v0.6.2 · May 29, 2026Endpoint health checks and transaction search filters.UI capture and known limitations documented.
v0.5.0 · April 18, 2026First private-beta workspace and API surface.Initial control plane and evaluate API.

API quickstart

The API in three steps.

From endpoint registration to a returned receipt reference, using the public API.

Step 01

Register two endpoints

Create endpoint IDs claims-app and research-agent inside the tenant workspace northstar-sbx.

Step 02

Apply a route policy

Assign policy balanced-v3 with an allowed destination, authentication requirement, spend ceiling, timeout, and evidence profile.

Step 03

Submit a request

Submit the request to the versioned evaluate API. It compiles the request into a signed transaction and returns the result with a receipt reference. Private-beta hosts and credentials are issued during onboarding.

FieldRequest valueResponse value
Tenant and sourcenorthstar-sbx · claims-appTenant resolved · authorized
Destination and policyresearch-agent · balanced-v3Route authorized · within spend ceiling
Transaction referenceClient request IDTransaction ID · status · receipt reference
OverheadNot supplied by callerGateway timing in receipt metadata

Go deeper

Tour the product or review the architecture.

See the connection workflow end to end, or map each Azure service to its product job.

Product tour Technology