specification: API Commons Rate Limits specificationVersion: '0.1' provider: Metaplane providerId: metaplane generated: '2026-08-29' method: searched source: https://docs.metaplane.dev/llms.txt (full published docs index), https://docs.metaplane.dev/reference/getting-started, openapi/_original/metaplane-api-openapi.yml created: '2026-05-04' modified: '2026-08-29' description: Rate limiting posture for the Metaplane REST API, read from the provider's own published documentation. limit_count: 0 note: 'Metaplane publishes NO rate limits. The complete docs index at docs.metaplane.dev/llms.txt has no rate-limit, throttling or quota page; the API getting-started page covers authentication only; and the published OpenAPI declares no 429 response and no RateLimit/Retry-After header on any of its 23 operations. This artifact previously carried invented per-tier numbers (10/min free, 100/min pro, 1000/min enterprise) written by a 2026-05-04 bulk sweep — those were fabricated and have been removed. An honest zero is the measurement. The only published request ceiling of any kind is a per-request payload cap: bulkGetTableMonitors accepts at most 200 table paths.' headers: limit: null remaining: null reset: null retryAfter: null policy: null note: No rate-limit response headers are documented or declared in the contract. responseCodes: throttled: null note: No 429 declared anywhere in the published spec. limits: [] payload_limits: - operation: bulkGetTableMonitors limit: 200 unit: table paths per request source: operation description, https://docs.metaplane.dev/reference/bulkgettablemonitors - operation: getEvaluationHistory limit: 500 unit: evaluations per page source: EvaluationHistoryRequest.limit — default 500, description states 'Max number per page is 500' maintainers: - FN: Kin Lane email: kin@apievangelist.com