Production
Take what you built in the sandbox and run it for real
Five tutorials, in no particular order. Read the one that matches the problem in front of you.
Debug a tool call denial
Trace a rejected call through Gateway admission, Cedar, and audit until you know which gate answered.
Adopt an existing app
Repoint an LLM client at Dome without rewriting logic, with a parity check and a one-variable rollback.
Deploy an always-on agent
Build a request-serving HTTP agent, deploy it as a private container service, and verify its governed calls.
Deploy an event-driven agent
Build a bounded handler, invoke it once, then attach a schedule without moving credentials into the function.
Govern callers with OIDC
Authorize a shared assistant from each signed-in employee's identity provider token, then inspect every caller.