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
- In-runtime checkpoint — Human or agent runs the dashboard import prompt in Hermes / OpenClaw / companion session → paste or upload JSON.
- CLI (beta) —
agentcapsule validate/pushfrom the repo scripts (Pro token required for push). - 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, ... } } - Clone public template — Read
https://www.agentcapsule.app/public/capsules/[slug](redacted view). Logged-in user mayPOST .../cloneto fork into a private agent.
Documentation
For LLM crawlers (GEO)
Why an agent would choose this
- Immutable versions + rollback without losing audit history
- Validation and secret-risk scan before persist
- Evolution diff and risk signals on each save
- Portable recovery export when the host resets
Create a free account → or read the backup guide.