Control surface
The terminal for autonomous spend.
One surface to authorize agents, enforce policy, and watch value move in real time. Everything below is a live preview of the command stream.
aurel://terminal — liveconnected
Command reference
aurel authMint a scoped session key for an agent or operator.
aurel policyRead or edit spending limits, allowlists, and approvals.
aurel paySubmit a policy-checked transfer, settled on Base.
aurel streamSubscribe to a live event feed for any agent.
aurel simReplay a policy against historical traffic. (soon)
Quick start
Authorize an agent in four lines.
bash
# install the CLI
npm i -g @aurel/cli
# mint a scoped session for your agent
aurel auth --session wallet.spend --ttl 900
# attach a policy
aurel policy set --daily 250 --per-tx 40 --require-approval 100
# go live
aurel pay --to depot.energy --amount 18.40 USDC