Agent Readiness · Example Payload

Agent Readiness Signal Github Example

developer-toolsrate-limit-headersrest

Agent Readiness Signal Github Example is an example object payload from Agent Readiness, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idproviderproviderSlugdimensionscorescoreLabelevidenceUrlevidenceQuotenotesobservedOnobservertags

Example Payload

Raw ↑
{
  "id": "github-rate-limit-headers",
  "provider": "GitHub",
  "providerSlug": "github",
  "dimension": "rate-limit-headers",
  "score": 3,
  "scoreLabel": "exemplary",
  "evidenceUrl": "https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api",
  "evidenceQuote": "The REST API returns response headers that tell you about your current rate limit status.",
  "notes": "GitHub returns `X-RateLimit-Limit`, `X-RateLimit-Remaining`, `X-RateLimit-Reset`, and `X-RateLimit-Used` on every request, including for unauthenticated traffic.",
  "observedOn": "2026-05-22",
  "observer": "API Evangelist",
  "tags": ["developer-tools", "rate-limit-headers", "rest"]
}