Credits and usage pricing

Internal-route discovery and local replay are free. Credits are consumed only by explicitly metered server services or an owner-monetized shared skill.

Costs

ActionCost
Capture, index, publish, local replay0 credits
Internal-route search and resolve0 credits
Unmonetized shared skill0 credits
Owner-monetized skill acquisition0.01–10 credits
External web search1 credit per request
Grounded skill chat0.5 credits per request
General LLM proxyVariable; returned in credits

Read a balance

GET /v1/account/credits

{
  "unit": "credits",
  "granted_credits": 2000,
  "earned_credits": 0,
  "consumed_credits": 12.5,
  "balance_credits": 1987.5
}

Insufficient credits

A metered request returns HTTP 402 with unit, amount_credits, balance_credits, and a billing URL. Retry after adding credits; the response is a balance gate, not a route failure.

Contributor earnings

Contributor attribution is tracked. Automatic conversion of every marketplace attribution into spendable account credits is not fully wired yet, so only treat earnings as spendable when they appear in earned_credits.

Open the public pricing page →