export · your data is always yours

Download your data — subscription or not.

Whatever your agent has already saved — crons.yml, plugins/, memory/, docker-compose.yml — packs into one tarball you can restore on any Mac mini or VPS. Use the button below any time; if there's nothing on disk yet, we'll just tell you so.

export · take it with you

Your agent. Your data. Yours.

One click, one tarball. Restore on your own Mac mini / VPS in 10 minutes. No "downgrade survey", no "are you sure?".

what the tarball will contain
  • crons.ymlyour scheduled tasks
  • keys.ymlrouting table (no secret values — see below)
  • memory/embeddings + RAG vault
  • plugins/MCP servers + custom skills
  • logs/last 90 days of activity
  • docker-compose.ymlto run it on your own box
  • README.mdhow to restore in 10 min
One-click tarball — config, workspace, skills, memory and crons. Secret values are stripped. No lock-in.
your API keys

Keys (Gemini, Claude, OpenAI) are not in the tarball — they're encrypted at rest and we never want them sitting in a download folder. Re-paste them on your new box. Same applies to your Telegram bot token.

Geminiaistudio.google.com/apikey
Anthropicconsole.anthropic.com/settings/keys
Telegram bot@BotFather → /mybots → token
restore on your own machine
# On your Mac mini / VPS:
tar -xzf agent-2026-06-30.tgz
cd agent-2026-06-30/
docker compose up -d
# Re-paste your keys via the included CLI:
docker compose exec agent ./bin/keys-import
We don't even need to know you left. If you want to come back: agent push --to sokkosai and we'll re-host you.