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 auth

    Mint a scoped session key for an agent or operator.

  • aurel policy

    Read or edit spending limits, allowlists, and approvals.

  • aurel pay

    Submit a policy-checked transfer, settled on Base.

  • aurel stream

    Subscribe to a live event feed for any agent.

  • aurel sim

    Replay 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