/settings) in the Console:
- Billing Overview — subscription status, payment method, top-up entry points
- Plans — plan catalog and checkout
- Usage & History — credit balances, metered usage, payment history
Plans
Self-serve plan codes (monthly and annual variants):
Annual plans (
pro_annual, plus_annual, etc.) follow the same tier rules with yearly Stripe billing.
View live plan details and prices in the Console Plans tab — catalog syncs from Stripe.
Plans are scoped to the AgentRuntime product (product_code = agentruntime). The Console shows tier names (pro, plus, …) only. See Multi-product billing for how AgentRuntime keeps product catalogs separate.
How credits work
1 credit = 1,000,000 microcredits. The Console displays credits; APIs and ledgers often use microcredits internally.Credit buckets
Usage draws from buckets in this order:- Trial — Granted during an active trial (for example, 5 credits on pro)
- Included — Credits bundled with your subscription
- PAYG — Pay-as-you-go balance from top-ups
When credits are required
Most platform actions require a positive balance. Workflows fail to start when credits are exhausted unless your plan allows overdraft (disabled by default). Check balance and breakdown at Settings → Usage & History orGET /v1/billing/usage:
What consumes credits
Resolved prices for your tenant are at
GET /v1/billing/action-pricing. Enterprise tenants may have custom pricing overrides.
LLM token and per-MCP-call metering are on the roadmap. Today, LLM costs may also flow through your provider API keys directly.
Trials
New workspaces on pro can receive an automatic 14-day trial with 5 credits. Card is optional during trial signup. Tenant admins can also start trials via the API:Subscriptions
Tenant admins manage subscriptions:
Cancellation defaults to period end — you keep access until the billing period closes. Upgrades apply immediately; downgrades apply at period end.
PAYG top-ups
When included or trial credits run low, buy more credits without changing plans.1
Open billing
Go to Settings → Billing Overview and select Top up (or use the PAYG flow on Usage & History).
2
Choose amount
Select a credit package. Payment processes through Stripe.
3
Confirm balance
PAYG credits appear in your usage breakdown immediately after payment succeeds.
amount_cents, microcredits, currency, and an idempotency_key.
Usage history
Review metered events at Settings → Usage & History or:/analytics) also shows credits consumed alongside run metrics.
Discount codes
Tenant admins can apply billing or discount codes:Roles
Multi-product billing
AgentRuntime’s plan catalog is scoped by(product_code, plan_code). The AgentRuntime Console (console.agentruntime.io) is scoped to product_code = agentruntime — you see only AgentRuntime tiers in Settings → Plans.
Plan codes and balances for existing workspaces are unchanged. Full details: Multi-product billing.
Related resources
- Multi-product billing — product_code, catalog keys, API scope, future products
- Pricing — marketing overview (plan names in Console are authoritative)
- Analytics — run volume and credits consumed over time
- Referrals and affiliates — promoter codes and commissions
- API billing reference — REST endpoints
- Legal policy: Billing and Credits Policy