Skip to main content
orchagent uses a credit-based billing system for platform usage. Add credits to your account and they’re consumed when you run agents.

How It Works


Adding Credits

Add prepaid credits to your account.
You can also add credits from the dashboard at Settings > Billing > Add Credits. Credits are added via Stripe Checkout. They don’t expire and are refundable on request.

Plans & Execution Limits

Each plan includes daily execution allowances. Limits reset at midnight UTC.
Tool vs Agent executions: “Tool” refers to code runtime agents (your code in a sandbox). “Agent” refers to managed loop agents (LLM tool-use loop). Direct LLM agents (prompt + schema only) count as tool executions.

Always-On Services

Pro and Team plans include always-on service slots. Additional services are $5/mo each. Services run on shared-CPU infrastructure with 512 MB RAM. See Services for details.

Running Agents

When you run an agent, the platform usage cost is deducted from your credit balance automatically. If your balance is insufficient, you’ll get a 402 Payment Required error.

Access Control

New agents default to local-download enabled (allow_local_download=true). Authors can disable via --no-local-download flag or the web UI toggle to make agents server-only.

Service Usage

Always-on services consume compute time continuously while running. Service compute is metered separately from on-demand agent runs.
  • Service instances are billed by runtime minutes
  • Compute time counts toward your workspace usage
  • Instance counts and concurrent service limits depend on your plan tier
  • Paused or deleted services stop accruing compute time
Check service compute usage in the dashboard under your workspace usage page.

CLI Commands