Pricing

Flat monthly access. Metered actions.

Every plan includes quotes, approval gates, and proof receipts. Start in the no-charge sandbox; production plans are activated after the workflow and requested scopes are verified during beta.

Metered prices shown below include our service margin. Agency users can set their own downstream client pricing.

Free
$0

Sandbox only. Build against mocked providers.

  • Sandbox environment
  • Mocked providers
  • No real purchases
  • Full API surface
  • 1 sandbox key
Create sandbox key
Starter
$19/mo

Solo builders shipping a first agent.

  • 1 API key
  • Real providers
  • 100 lookups / day
  • 5 domain buys / mo
  • 3 mailboxes
  • Basic receipts
Test Starter safely
Agency
$149/mo

White-label and bill your own clients.

  • White-label storefront
  • Team seats
  • 10 API keys
  • Client billing
  • Invoice export
  • Priority support
Test Agency safely
Enterprise
Custom

Scale, compliance, and your own keys.

  • BYOK (your provider keys)
  • SLA
  • Audit export
  • Custom limits
  • Dedicated support
  • Security review
Talk to us
Metered usage

What each action costs you

Provider costs pass through at our rate. The right column is a suggested resale range — your agent can charge whatever you set.

ActionCost to youYou charge (suggested)
.com domain$7.30 / yr OpenProvider$10–15 / yr
Mailbox~$0 / mo Stalwart, self-hosted$3–8 / mo
Image~$0.04 / img Stability$0.08–0.15 / img
LLM~$0.001 / 1k tokens Claude Haiku$0.0015–0.002 / 1k
Approval request$0$0 (included)
Receipt$0$0 (included)
Agent billing

How money moves

  • Agents get a quote first — every billable action is priced before it runs.
  • Quotes expire in 30 minutes. Stale quotes are rejected, never silently re-priced.
  • You approve or deny. Approval can be a human click or an automated rule within your spend cap.
  • If approved, the action runs and cost deducts from your balance.
  • The receipt records both cost_usd and sell_usd for clean margin accounting.
check balance anytime
GET /v1/account/balance
Authorization: Bearer tc_live_xxxxxxxxxxxx

 { "balance_usd": 42.15,
    "plan": "builder",
    "spend_cap_daily_usd": 100.00,
    "spent_today_usd": 12.40,
    "low_balance_threshold_usd": 5.00 }
402 when low: if a quote would exceed your balance or cap, you get a clean 402 with an add_funds_url — never a surprise charge.