No secret sprawl
Agents receive inert dummy credentials instead of production tokens.
Vertex swaps dummy credentials for real downstream tokens inside a policy-bound Rust proxy, so autonomous agents can execute work while your production secrets stay vaulted.
2f44...82caGET, POST94ad19f3c120...200Agents receive inert dummy credentials instead of production tokens.
Every outbound call is checked against active domains and methods.
Each execution writes destination, status, policy, and request hash telemetry.
Rust functions run on Vercel with a 10 second downstream boundary.
The moment an agent can call external APIs, it needs policy boundaries, token isolation, request filtering, and audit trails. Vertex packages that layer as infrastructure.
Let autonomous agents call GitHub, Stripe, Linear, or internal APIs without handing over raw production credentials.
Map high-entropy dummy tokens to encrypted downstream secrets scoped to a policy row.
Wrap MCP tools, workflow actions, and internal automations with verified JWT identity and host controls.
Record hash-first request context and reserve proof bytes for future ZK verification.
Issuer, audience, expiration, and policy ID are validated before vault access.
Supabase policy rows bind the dummy credential to allowed domains and methods.
The real token is inserted into the downstream request and then zeroized.
Telemetry stores the policy ID, host, status, hash, and proof slot.
api.github.comGET, POSTactiveapi.stripe.comPOSTrotatedmetadata.google.internalDENYblocked3 policies
10k proxy calls
Community support
Talk to sales50 policies
1M proxy calls
Priority support
Talk to salesDedicated policies
Private deployment
Security review
Talk to salesPut a zero-trust proxy between autonomous execution and every production API.
Request access