Find in the ledger
Usages
The usage-balance conservation law: consume, meter, bill. Three running totals the ledger holds in order, and one owner-scoped read.
Transactions
Look up a stored ledger record by its client-minted transaction id, without resubmitting it.
SDKs
Rust, TypeScript, and Python clients for the agent plane — and the three things they handle for you.
Quickstart
Pin the policy in force, mint a transaction id, submit an intent, and read the verdict.
Policies
Read the policy in force. Its id is the pin every intent carries, and the thing to re-read after a 409.
Obligations
List the duties an actor owes: what is open, what discharges it, and when it breaches.
Axorum API reference
The agent plane: the wire contract an autonomous agent speaks to submit intents and read ledger state.
Intents
Submit an intent envelope and read the verdict. A refusal is recorded and answered 200 with posted: false.
Errors
The stable snake_case error vocabulary of the agent plane, and which codes are worth retrying.
Balances
Read an account’s net balance in minor units — a 128-bit integer, emitted as a bare JSON number.
Authentication
Agents authenticate with an agent:// URI and a PASETO attestation carried in the intent envelope. The admin plane uses bearer tokens.