Start a Workspace
ledger_startGet a FREE AgentLedger workspace with no credential and no arguments — the MCP equivalent of opening POST /start in a browser.
Call this FIRST if you have no credentials yet. Every other tool here (ledger_track, ledger_set_budget, ledger_report, ledger_alerts) needs a workspace_key or an agent_secret, so a caller arriving with neither must start here or it has nowhere to go.
Takes NO arguments on purpose: the goal is zero friction. It returns a
workspace_key (shown exactly once — it cannot be re-revealed, so store it
before continuing) which you then send as workspace_key on your first
ledger_track for a NEW agent_id. That first write returns the agent's own
agent_secret, which authenticates every write after it.
The free tier includes every rail, enforced budget caps, alerts, reports and the MCP server, capped at 3 agents per workspace. Minting is rate-limited per caller IP, the same limit the human door uses.
Prefer to pay? POST /v1/billing/x402 with a wallet-signed payment needs no human and buys 24h of Pro (unlimited agents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||