Credentials & Access
Export Agent
Bundle an agent's full configuration into a portable, reusable package.
Last updated
Bundle an agent's full configuration into a portable, reusable package.
Export Agent captures everything that defines an agent as a portable bundle you can move between environments or hand to another team. Find it under Manage Agent → Export Agent.
Looking to run the agent live inside your own app instead of exporting it? See Agent Integration.

The bundle is a complete snapshot of the agent's setup, so it can be rebuilt exactly as-is somewhere else. It includes the agent's:
Identity and instructions
Attached skills and knowledge
Triggers and checklists
Guardrails
Runtime settings
That makes it useful whenever the agent needs to leave its current home:
Move it between environments (development → staging → production)
Share it with another team or tenant
Keep a portable backup outside the platform
Before you export, two toggles decide how much sensitive material travels inside the bundle. Both are off by default, so the base package carries only the agent's logic and configuration.

Include secrets
Off
The agent's actual API keys, tokens, and credentials — not just references to them.
Include MCP configuration
Off
The agent's MCP server connections and tool configuration.
Include secrets exports credential values in plaintext form inside the package. Leave it off unless the destination environment genuinely needs the same credentials and the package will be handled securely. When it is off, secrets export as references and you supply the values again in the target environment via Secrets & Variables.
With your options chosen, the export itself is a single step. Click the chevron (>) on the Export Agent Package row to open the dialog, set Include secrets and/or Include MCP configuration as needed, then click Export Package (or Cancel to dismiss). The platform bundles the agent's configuration into one portable file you can import into another environment.
Agent Integration — Run the agent live in your product instead of packaging it.
Secrets & Variables — Recreate or rotate secret values in the target environment.
Runtime & Versioning — Match runtime settings after import.
Last updated

