For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deploy

Ship the agent into your product, safely.

Deploy is where the agent leaves the builder and becomes something your users can reach — embedded in an app, called from your backend, or packaged for another environment.

The pages here fall into two halves that belong together: how the agent gets out to your product, and the controls that decide what it may do once it is there. A deployed agent is reachable by people who never saw the builder, so the credential, domain, PII, and guardrail settings on this page are the boundary between "the agent can act" and "the agent can only act the way you intended."

Getting the agent out

Controlling what it can do

  • Authentication — Create and manage access credentials.

  • Whitelisted Domains — Restrict where browser-based integrations can run.

  • PII Tokenization — Protect sensitive user and business data.

  • Guardrails (Beta) — Define safety and compliance controls.


Once the agent is live, Monitor is where you watch it and feed corrections back into Build.

Last updated