{
  "name": "The Grid documentation discovery",
  "site": "https://thegrid.ai",
  "docs_root": "https://thegrid.ai/docs",
  "docs_llms": "https://thegrid.ai/docs/llms.txt",
  "docs_sitemap": "https://thegrid.ai/docs/sitemap.xml",
  "docs_pages_sitemap": "https://thegrid.ai/docs/sitemap-pages.xml",
  "markdown_preferred": true,
  "ask_query_template": "https://thegrid.ai/docs/readme.md?ask={question}",
  "instructions": [
    "Start at /docs/llms.txt to enumerate documentation pages.",
    "Prefer .md URLs for agent retrieval because they remove navigation chrome and preserve code blocks.",
    "Use the ask query template when a page does not directly answer your question.",
    "Use /openapi.json for machine-readable API contracts."
  ],
  "entrypoints": [
    {
      "title": "Documentation overview",
      "html": "https://thegrid.ai/docs",
      "markdown": "https://thegrid.ai/docs/readme.md",
      "description": "Start here for what The Grid is, quick links, and docs query instructions."
    },
    {
      "title": "Quickstart",
      "html": "https://thegrid.ai/docs/start-here/quickstart",
      "markdown": "https://thegrid.ai/docs/start-here/quickstart.md",
      "description": "Sign up, create a key, and make the first OpenAI or Anthropic-compatible request."
    },
    {
      "title": "Choose an instrument",
      "html": "https://thegrid.ai/docs/start-here/choose-an-instrument",
      "markdown": "https://thegrid.ai/docs/start-here/choose-an-instrument.md",
      "description": "Pick a Text, Code, or Agent instrument and choose Standard, Prime, or Max."
    },
    {
      "title": "Current instruments",
      "html": "https://thegrid.ai/docs/instrument-specifications/current-instruments",
      "markdown": "https://thegrid.ai/docs/instrument-specifications/current-instruments.md",
      "description": "The current instrument catalog, specs, quality floors, latency, and limits."
    },
    {
      "title": "Integrations",
      "html": "https://thegrid.ai/docs/integrations-and-best-practices/integrations",
      "markdown": "https://thegrid.ai/docs/integrations-and-best-practices/integrations.md",
      "description": "Setup guides for IDEs, coding agents, routers, and agent frameworks."
    },
    {
      "title": "Any OpenAI-compatible tool",
      "html": "https://thegrid.ai/docs/integrations-and-best-practices/any-openai-compatible-tool",
      "markdown": "https://thegrid.ai/docs/integrations-and-best-practices/any-openai-compatible-tool.md",
      "description": "Generic setup for any client that can target the OpenAI Chat Completions API."
    },
    {
      "title": "Consumption API",
      "html": "https://thegrid.ai/docs/api-reference/consumption-api",
      "markdown": "https://thegrid.ai/docs/api-reference/consumption-api.md",
      "description": "OpenAI Chat Completions and Anthropic Messages-compatible inference API."
    },
    {
      "title": "Authentication",
      "html": "https://thegrid.ai/docs/api-reference/authentication",
      "markdown": "https://thegrid.ai/docs/api-reference/authentication.md",
      "description": "Consumption keys, Trading API keys, auth headers, and rotation."
    },
    {
      "title": "Errors and rate limits",
      "html": "https://thegrid.ai/docs/api-reference/errors-and-rate-limits",
      "markdown": "https://thegrid.ai/docs/api-reference/errors-and-rate-limits.md",
      "description": "Retryable errors, rate limits, and common integration failures."
    }
  ]
}
