Docs
Export your playground as a pack
Any playground you own can be exported as a pack .zip — a portable file a friend can import as
their own playground, or you can keep as a backup/template.
How
- Open the playground.
- Go to its Settings page.
- Click Export as pack (.zip) in the Export section.
- A
.zipdownloads immediately — no server-side job, it's built on request.
What gets exported
- The playground's name, icon, color, and Brain tags.
- Every team currently in the playground, with each team's agents (name, description, model, capabilities, system prompt, temperature/max tokens) and skills (name, description, category, instructions).
It does not export the playground's Brain notes/vault content, chat history, tasks, or files —
just the reusable structure (teams/agents/skills), the same shape a catalog pack has.
Giving it to someone else
Send them the .zip directly (email, file share, whatever). They import it via
Playgrounds → Import from Library → Upload .zip — it becomes a brand-new playground on their
install, fully independent of yours.
Using it yourself
The exported file is also a clean way to snapshot a playground's configuration before making risky
changes to it, or to duplicate a working setup as the starting point for a new one.
- Browse & install packs
- Build your own pack — hand-writing a pack manifest instead of exporting an existing playground