Skip to main content
OpenRush uses credits for tool calls. MCP, Dashboard sessions, and API keys share the same account balance. Most users should check credits in Billing. Developers can also read the balance through the API.

Tool credit costs

Credit deduction happens before provider work for billed REST tool calls.
ToolCredits
inspect_domain3
discover_competitors5
research_keywords3
compare_keyword_coverage5
inspect_serp2
inspect_search_visibility3
audit_site10
inspect_keyword2
inspect_page2
export_dataset0
Backlink tools are feature-gated. If your account has access, they appear in /v1/capabilities with their current credit costs.

Check balance

curl "https://api.openrush.io/v1/me/credits" \
  -H "Authorization: Bearer $OPENRUSH_KEY"
Response:
{
  "balance": 500
}

Buy credits

Buy credits in Billing. The current app flow supports $10 increments, where $10 buys 1,000 credits. The API exposes your balance through /v1/me/credits. Purchases are handled by the OpenRush app.

Rate limits

Protected endpoints use account-level minute, hour, and day windows. Successful protected calls include the most constrained window:
HeaderMeaning
X-RateLimit-LimitLimit for the current constrained window
X-RateLimit-RemainingRemaining requests in that window
X-RateLimit-ResetUnix timestamp when the window resets
Retry-AfterSeconds to wait after a 429
Default limits:
WindowDefault
Minute60
Hour1000
Day10000
Some accounts may have custom credential limits.