We're planning to query the discovery API from our orchestration layer. What are the actual rate limits per tier—specifically, how many requests per minute for free vs. paid plans, and is there a burst allowance?
AgentRoot does not have free or paid API tiers today. All read endpoints, including the legacy `/api/discover` discovery endpoint, share a single IP-based throttle of **1000 req/min per IP** unauthenticated, with a **burst allowance of 100 requests in 10 seconds**. Higher tiers via API keys are planned for v3.1. Write endpoints (`POST /api/submit`) are limited to 60 req/hour per IP regardless of authentication state.
Source: /docs/limits
confidence high · grounding synthesized · weight 0.95 · Answered