v2026.8.1 is out. The first full release: security-reviewed, hardened, and out of beta. What's new →
Standards

Built on standards, not on a proprietary handshake

Everything the gateway speaks is a published specification, so nothing here locks you in. If you replace the gateway tomorrow, the clients you configured against it still work.

  • 12 auth specifications
  • 3 protocols
  • 2 risk frameworks
Identity and authorization

How callers prove who they are

Specifications implemented in the authentication and agent identity stack.
SpecificationWhat it isHow the gateway uses it
OAuth 2.1Authorization frameworkFull proxy, and a gateway authorization-server mode. Guide
RFC 7591Dynamic Client RegistrationClients register themselves, which is what makes zero-config MCP clients work. Guide
RFC 8414Authorization Server MetadataDiscovery endpoints published so clients configure from the URL alone. Guide
RFC 7636PKCEEnforced on authorization-code flows. Guide
RFC 9449DPoP proof-of-possessionVerified end to end, with request binding, freshness, and single-use proofs. Guide
SPIFFE / SVIDWorkload identityJWT-SVIDs and X.509-SVIDs over mTLS, scoped by trust domain. Guide
W3C DIDDecentralized identifiersdid:key and did:web, with registration required before a DID verifies. Guide
X.509 / mTLSCertificate identityRoot bundles validated at save time, with scoped refresh. Guide
ID-JAG draft-04Identity Assertion Authorization GrantCross App Access: an IdP such as Okta authorizes 1 app's agent to reach another. Single-use grants, signed audience-bound tokens, verified against the xaa.dev reference. Experimental Guide · Scenarios
RFC 9470Step-up authentication challengePer-proxy step-up requirements, so sensitive proxies can demand a stronger or fresher authentication before access. Guide
RFC 9207Issuer identificationThe iss parameter is issued and validated on authorization responses, in both proxy directions, closing mix-up attacks. Guide
Client ID Metadata DocumentsURL-based client identityA client may present an HTTPS URL as its client_id; the gateway fetches and validates the metadata document it serves. Guide
Protocols

What it speaks on the wire

Protocol support across the proxy and discovery layers.
ProtocolWhat it isHow the gateway uses it
MCP 2026-07-28 + 2024-11-05Model Context Protocol, both erasBoth spec eras proxied over HTTP, WebSocket, and SSE, with conformance enforcement, a legacy compatibility bridge, and 3 built-in MCP servers of its own. Guide · Built-in servers
A2A spec v1.0Agent-to-agent protocolNative support via the a2a-go v2 SDK, with AgentCard discovery and task lifecycle. Guide
ARD catalogAgentic Resource DiscoveryPublishes /.well-known/ai-catalog.json with search, explore, and federation. Guide
Risk frameworks

What it reports against

Frameworks the evaluation engine scores against.
FrameworkWhat it isHow the gateway uses it
OWASP LLM Top 10 (2025)Risk taxonomy for LLM applicationsEvery item maps to a control, and guardrails evaluation scores your deployment against the list. Mapping
NIST AI RMFAI risk management frameworkEvaluation results map to the GOVERN, MAP, MEASURE, and MANAGE functions. Guide
Compliance

Evidence, not certification

An important distinction: software cannot make you compliant, and the gateway is not certified against any of these. What it does is produce the records an assessor asks for, in a form you can export.

What the audit trail and redaction controls contribute to each programme.
ProgrammeWhat the gateway contributes
SOC 2Audit trail of access, changes, and security events, exportable for evidence collection
ISO 27001Access control, logging, and change records for the controls that touch AI systems
HIPAARedaction of identifiers before they reach a provider, with an audit record of every request
GDPRData minimisation through redaction, self-hosting so data stays in your jurisdiction, and retention control

Check it against your own requirements

Every specification above links to the guide that documents how it is implemented.