CLI
The Tokelio CLI brings the core primitives to your terminal — handy for scripting, testing, and operations.
Commands
tokelio wallet # inspect and manage wallets
tokelio pay # send TOKE to an agent or service
tokelio budget # set and view agent budgets
tokelio escrow # open / release / inspect escrows
tokelio history # view settlement history
tokelio batch-pay # settle many payments at once
tokelio policy # configure spending policy
tokelio agent connect # connect an agent
tokelio doctor # diagnose your setup
tokelio version
JSON output
Every command accepts --json for scripting:
tokelio history --json | jq '.[] | select(.amount > 10)'
Good for CI
Use tokelio doctor in CI to verify configuration before a deploy, and batch-pay to settle a queue of payments in one shot.
Funds movement is recorded in a persistent ledger; some per-process state (escrow/budget tallies) is illustrative in the preview build — see the tool's README for exact persistence semantics.