What gets exported
The export captures the full agent configuration:- CLAUDE.md — identity, instructions, and behavior rules
- Skills — all Markdown skill files (slash commands)
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 CLAUDE.md and upserts its skills.- 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:
- The new CLAUDE.md content
- How many skills will be upserted
- When the config was exported
- Click Apply Import to confirm
Import overwrites the agent’s current CLAUDE.md. 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 CLAUDE.md |
| 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.