Skip to main content
AgentRuntime meters usage in credits. Workflows, memory indexing, and other billable actions debit your workspace balance. Manage billing from Settings (/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:
  1. Trial — Granted during an active trial (for example, 5 credits on pro)
  2. Included — Credits bundled with your subscription
  3. PAYG — Pay-as-you-go balance from top-ups
PAYG balance persists across plan changes, trial expiry, and subscription cancellation.

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 or GET /v1/billing/usage:
(values in microcredits)

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:
Convert trial to paid early:
When a trial ends, unused trial credits are revoked per plan policy. PAYG balance is preserved.

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.
API alternative for automation:
Body includes amount_cents, microcredits, currency, and an idempotency_key.

Usage history

Review metered events at Settings → Usage & History or:
Analytics (/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.