Agent API
Verbs an agent
can trust.
A small, precise API: create checkpoints, inspect structured diffs, roll back. Idempotency keys, dry-run flags, and errors designed to be parsed.
The core verbs
POST /agent/checkpoints # capture files + tool + conversation state
GET /agent/checkpoints/:id/diff # structured diff since the checkpoint
POST /agent/rollbacks # revert — supports dry_run: true Built for autonomy
- Idempotency keys on every mutating call
dry_runon anything destructivetell_usersummaries in responses, ready to surface- Every action audit-logged with
source=agent - MCP server exposing the same verbs
Full reference lands with the beta — talk to us for early access.