What gets exported
The export captures the full agent configuration:- Persona - the starter persona slug (if one was picked in the Profile step)
- Description - the one-line description shown to boss agents
- System prompt - identity, instructions, and behavior rules
- Skills - all Markdown skill files (category, filename, content, sort order)
Exporting an agent
- Open the agent in the dashboard
- Click the Download icon in the top-right of the agent page
- A JSON file named
{agent-slug}-export.jsondownloads immediately
Importing a config
Import applies an exported config to an existing agent - it overwrites that agent’s system prompt and upserts its skills. Persona and description are applied if present in the export.- Open the target agent in the dashboard
- Click the Upload icon in the top-right
- Select the
.jsonexport file - A confirmation modal shows what will be applied:
- Persona and description (if present)
- The new system prompt content
- How many skills will be upserted
- Click Apply Import to confirm
Import overwrites the agent’s current system prompt. Skills are upserted - existing skills with the same name are updated, new ones are added, and skills not in the import are left untouched.
Common use cases
| Use case | How |
|---|---|
| Clone an agent | Export agent A → create agent B → import into B |
| Promote staging → prod | Export from a test agent, import into the live one |
| Backup before a big edit | Export before making large changes to an agent’s instructions |
| Share agent templates | Export and send the JSON to a teammate to import |
| Roll back instructions | Use Version History for full snapshots, or re-import an old export |
Next steps
Version History
Auto-snapshots on every save - browse diffs and restore any version.
Creating Agents
Set up a new agent to import a config into.