NEWWatch an agent's payment get refused, and read the reason, in the live browser demo.Open the demo
AxorumAxorum
Search

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.

Read

Transactions

Look up a stored ledger record by its client-minted transaction id, without resubmitting it.

Read

SDKs

Rust, TypeScript, and Python clients for the agent plane — and the three things they handle for you.

Read

Quickstart

Pin the policy in force, mint a transaction id, submit an intent, and read the verdict.

Read

Policies

Read the policy in force. Its id is the pin every intent carries, and the thing to re-read after a 409.

Read

Obligations

List the duties an actor owes: what is open, what discharges it, and when it breaches.

Read

Axorum API reference

The agent plane: the wire contract an autonomous agent speaks to submit intents and read ledger state.

Read

Intents

Submit an intent envelope and read the verdict. A refusal is recorded and answered 200 with posted: false.

Read

Errors

The stable snake_case error vocabulary of the agent plane, and which codes are worth retrying.

Read

Balances

Read an account’s net balance in minor units — a 128-bit integer, emitted as a bare JSON number.

Read

Authentication

Agents authenticate with an agent:// URI and a PASETO attestation carried in the intent envelope. The admin plane uses bearer tokens.

Read