Point an OpenAI, Anthropic, or Responses client at TrustGate. Then route, authenticate, apply policy, and record every call — from the NeuralTrust console or the control-plane API.
Create a gateway
Register a provider, create a consumer, and send the first request.
Install a data plane
Run TrustGate in your environment when prompts cannot leave your network.
What you can do
Route across providers
Fallback chains, load balancing, and smart routing by request complexity.
Govern traffic
Rate limits, LLM budgets, tool allow-lists, prompt controls, and guardrails.
Speak one API
Chat, embeddings, images, files, audio, rerank, and model discovery.
See supported providers
Every adapter TrustGate can route to, and which modalities it supports.
Expose MCP tools
One MCP gateway for Claude Code, Cursor, Codex, Copilot, and Copilot Studio.
Authenticate consumers
API keys, OAuth2, and OIDC, including identity-based routing.
Observe every hop
Tokens, cost, latency, routing attempts, and OpenTelemetry export.
Core objects
Everything in the console under TrustGate is one of these:Request path
auto. It does not send a provider URL or
key. Architecture covers the full lifecycle.
FAQ
Can I move an existing OpenAI or Anthropic client?
Can I move an existing OpenAI or Anthropic client?
Yes. Change the base URL and replace the provider credential with a TrustGate
consumer credential. TrustGate accepts OpenAI Chat Completions, Responses,
Anthropic Messages, and Google Gemini formats, then adapts the request for the
selected upstream. Start from the connection snippet on the consumer Connect
tab.
API key, OAuth2, or OIDC?
API key, OAuth2, or OIDC?
Use an API key for a static application. OAuth2 validates service tokens or
brokers login for MCP clients. OIDC validates JWTs and can route from token
claims. See Authentication.
Can TrustGate run in my environment?
Can TrustGate run in my environment?
Yes. Hybrid keeps the data plane in your network. External runs the full
platform yourself. SaaS hosts both planes. Compare models in
Deployment.
Do applications need the provider's credentials?
Do applications need the provider's credentials?
No. Provider credentials stay on the registry. Applications authenticate as a
consumer. Rotate consumer keys separately from provider keys.