Spending Controls

Every agent has a budget

Set per-agent spending limits, category budgets, and approval thresholds. Your agents spend within the boundaries you set — automatically enforced on every transaction.

01 / Budgets

Daily, weekly, monthly

Set spending ceilings at every interval. When an agent hits its limit, transactions are automatically held for your review.

  • Per-agent daily, weekly, and monthly limits
  • Hierarchical: agent < team < organization
  • Real-time balance tracking
  • Automatic hold when limit reached
02 / Categories

Control where they spend

Allow supplies but block travel. Permit software but cap consulting. Category-level policies give you granular control over what your agents buy.

  • Category-level spend limits
  • Block entire categories (e.g. no travel)
  • Vendor allowlists and blocklists
  • Custom categories for your business
03 / Approvals

Auto-approve or review

Transactions under $50 go through automatically. Over $50, your team reviews. You set the threshold. The agent respects it.

  • Configurable auto-approve threshold
  • Multi-level approval chains
  • Slack and email approval notifications
  • Full audit trail for every decision
Policy-as-code

Define policies once. Enforce everywhere.

Spending policies are defined as JSON and enforced by the policy engine on every transaction. No manual review unless you want it. No exceptions unless you allow them.

// Agent spending policy
{
  "agent": "0x7a3f...e21b",
  "daily_limit": "$500",
  "monthly_limit": "$10,000",
  "categories": {
    "supplies": "$200/day",
    "travel": "$0 — blocked",
    "software": "$100/day"
  },
  "auto_approve": "< $50",
  "require_approval": ">= $50"
}

Start controlling agent spend today

Free Agent Card includes spending controls. Set budgets, categories, and approval thresholds in minutes.

Get started for free