Platform / Data plane + Control plane

An AI Gateway independent of a single model

Applications use the stable CyberPass API. Providers, upstream models, routes and rules change centrally.

Gateway availablePolicy available
Client contract/v1/chat/completions
ProvidersConfigurable registry
RoutingPublic · Private · Hybrid
EnforcementFail-closed resolution
01 / REQUEST LIFECYCLE

Four steps.
One explainable decision.

Every request is linked to an organization, service account, active policy, requested alias and actual route.

AuthenticateVerify the scoped API key or device identity.
InspectNormalize text and run DLP and Guard.
DecideApply allow, redact, block or route.
RecordStore a metadata-only security event.
02 / TWO PLANES

A fast traffic path.
Separate control.

The data plane processes AI traffic. The control plane manages organizations, access, providers, models and policies.

Data plane

Gateway

Authentication, limits, inspection, retries, circuit breakers, egress control and calls to the approved upstream.

  • Protected response after full inspection
  • Redis-backed quotas and shared circuit state
  • Graceful drain and multiple workers
Control plane

Control API

Tenant-aware configuration and audit. The console does not sit in every request path as an external vendor cloud.

  • RBAC, service accounts, API keys
  • Provider registry and model aliases
  • Draft, active and archived policy versions
03 / UNIVERSAL REGISTRY

Integration is configuration,
not custom development.

The built-in adapter works with an OpenAI-compatible upstream. A new protocol is added once as a reusable adapter type, not as a customer-specific fork.

Client alias
stays stable.

An application team uses, for example, public-general. An administrator can replace the provider and upstream model without updating client code.

Runtime mapping

public-generalrequested alias
Provider A / model-xACTIVE
private-generalsensitive target
Local inference / model-yPRIVATE
coding-approvedteam-specific alias
Provider B / model-zACTIVE
04 / POLICY

Configured at the
organization level.

Rules are not hard-coded into customer code. A new version is simulated first, then activated and recorded in the audit trail.

DLP

Content rules

Request/response mode, severity, replacement marker, custom dictionaries and constrained regex.

Guard

Risk threshold

Observe or block, a numeric threshold and explainable identifiers for matched signals.

Routing

Sensitive route

A sensitive request can be rerouted only to an approved private alias.

05 / HONEST LIMITS

What to know
before integration.

No gateway eliminates every risk. The architecture makes decisions manageable, visible and measurable.

ScopeCurrent stateBoundary
StreamingProtectedThe response is buffered until response inspection is complete; token-by-token latency is not promised.
Provider protocolsOpenAI APIOther upstream protocols require a reusable adapter.
AvailabilityPilotServices can scale, but Compose PostgreSQL and Redis remain single-node.

Connect your first model through Gateway.

One OpenAI-compatible endpoint and an agreed policy are enough for a pilot.

Request a pilot →