ToolYour

ToolYour

API Docs

Usage & Plans

Monthly quotas, shared limits across API keys, 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 allowanceOne shared limit for your entire account
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.

Plans

PlanRequests / monthRate limit (Free)
Free5005 requests / rolling minute
Pro20,000Higher throughput
Business100,000Highest throughput

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

What counts as usage

Only successful tool API calls (with X-Api-Key) count toward your monthly limit. Failed requests (4xx validation errors) generally do not.

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

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. Reduce call volume or cache results

Track usage

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

On this page