ToolYourToolYourAPI Docs

Usage & Plans

Monthly credit quotas, weighted tool costs, and upgrading your plan.

How quota works

ToolYour enforces limits per account, not per API key:

ConceptBehavior
Billing periodCalendar month (resets on the 1st)
Monthly allowanceShared credits for your entire account
Weighted toolsEach successful call costs 1–10 credits depending on the tool
All API keysEvery successful tool call counts toward the same allowance
Per-key statsDashboard shows calls per key for visibility only

Creating multiple keys does not multiply your quota. Use separate keys for environments (dev/staging/prod), not to increase limits.

Browser tools (no API key) do not consume credits.

Credit weights

TierTypical toolsCredits / call
LightText utilities, calculators, simple transforms1
MediumMost SEO analyzers3
HeavyPage speed, bulk SEO, crawl-heavy jobs5
ComputeFile converters, image compress, PDF↔DOCX10

Plans

PlanCredits / monthRate limit (Free)Price
Free5005 requests / rolling minute$0
Pro20,000Higher throughput$10 / mo
Business100,000Highest throughput$21 / mo

View current pricing and subscribe from Dashboard → Billing on toolyour.com.

What counts as usage

Only successful tool API calls (REST or MCP solve_task execution / invoke_tool / workflow steps) consume credits. Failed requests (4xx validation errors) generally do not.

ChannelBillableFree
REST APISuccessful tool calls (weighted)
MCPsolve_task (when a tool runs), invoke_tool, run_workflow stepssolve_task suggestions only, discover_tools, list_categories, get_tool_schema, list_skills, load_skill

MCP usage appears in the dashboard usage breakdown. Same credit pool as REST.

Platform actions — login, creating keys, viewing the dashboard — do not consume tool credits.

When you hit the limit

Tool endpoints return 429 Too Many Requests with a monthly quota or rate-limit message. Options:

  1. Wait until the next billing month
  2. Upgrade your plan from the dashboard
  3. Prefer lighter tools or cache results where possible

Track usage

See Dashboard → Overview and Dashboard → API Keys for current-period usage and remaining credits. There is no need to call separate usage APIs from your integration — the dashboard is the source of truth for billing.

On this page