{
  "entries": [
    {
      "displayName": "Executor docs docs API",
      "identifier": "urn:air:v2.executor.sh:api:docs",
      "representativeQueries": [
        "fetch a Executor docs docs page as JSON",
        "list the pages in the Executor docs docs",
        "get the Executor docs docs navigation tree"
      ],
      "type": "application/vnd.oai.openapi+json",
      "url": "https://v2.executor.sh/docs/openapi.json",
      "description": "REST API over the Executor docs documentation: the page index, each page as JSON or Markdown, and the navigation tree, described by this OpenAPI document."
    },
    {
      "displayName": "Executor docs llms.txt",
      "identifier": "urn:air:v2.executor.sh:docs:llms-txt",
      "representativeQueries": [
        "what is Executor docs",
        "overview of the Executor docs documentation"
      ],
      "type": "text/plain",
      "url": "https://v2.executor.sh/docs/llms.txt",
      "description": "llms.txt index of the Executor docs documentation: every page with a one-line summary, plus the agent-facing resources on this site."
    }
  ],
  "host": {
    "displayName": "Executor docs",
    "documentationUrl": "https://v2.executor.sh/docs",
    "identifier": "did:web:v2.executor.sh"
  },
  "specVersion": "1.0"
}
