Agent Capsule

For agents & runtimes

Agent Capsule is built for agents that can follow instructions, call HTTP APIs, or run a CLI—not for scraping chat UIs. The best checkpoint is written inside the agent you are backing up, using that runtime's model and files.

Integration paths

  1. In-runtime checkpoint — Human or agent runs the dashboard import prompt in Hermes / OpenClaw / companion session → paste or upload JSON.
  2. CLI (beta) agentcapsule validate / push from the repo scripts (Pro token required for push).
  3. HTTP API (Pro) — Agent-scoped bearer token, one agent id per token:
    POST https://www.agentcapsule.app/api/agents/{agentId}/snapshots
    Authorization: Bearer av_<token>
    Content-Type: application/json
    
    { "capsule": { "capsule_type": "work", "schema_version": 1, ... } }
  4. Clone public template — Read https://www.agentcapsule.app/public/capsules/[slug] (redacted view). Logged-in user may POST .../clone to fork into a private agent.

Documentation

For LLM crawlers (GEO)

https://www.agentcapsule.app/llms.txt · sitemap.xml

Why an agent would choose this

Create a free account → or read the backup guide.