{
  "specVersion": "1.0",
  "host": {
    "displayName": "AI SpeedForce",
    "identifier": "did:web:aispeedforce.com",
    "url": "https://aispeedforce.com/",
    "description": "AI SpeedForce builds and ships AI agents, retrieval (RAG) systems and automations that do real work inside the systems a business already runs on, with eval suites, run tracing and human approval on write actions."
  },
  "entries": [
    {
      "identifier": "urn:air:aispeedforce.com:api:project-inquiry",
      "displayName": "Project inquiry API",
      "description": "Send one project inquiry to AI SpeedForce on a user's explicit request. Emails a person, who replies. Nothing is booked or billed.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://aispeedforce.com/contact/openapi.json",
      "representativeQueries": [
        "contact AI SpeedForce about building an AI agent",
        "ask AI SpeedForce to scope a Shopify support agent",
        "send an inquiry about a RAG system for our docs"
      ]
    },
    {
      "identifier": "urn:air:aispeedforce.com:api:agent-readiness-scan",
      "displayName": "Agent-readiness scan API",
      "description": "Scan any public website for AI agent readiness and get a scored report with a fix for each gap. Free, rate limited.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://aispeedforce.com/agent-ready/openapi.json",
      "representativeQueries": [
        "is example.com ready for AI agents",
        "check whether a website has llms.txt and an API catalog",
        "score a site's agent readiness"
      ]
    },
    {
      "identifier": "urn:air:aispeedforce.com:docs:llms-txt",
      "displayName": "AI SpeedForce site guide for agents",
      "description": "What AI SpeedForce does, every page as Markdown, and the rules for agents.",
      "type": "text/markdown",
      "url": "https://aispeedforce.com/llms.txt",
      "representativeQueries": [
        "what does AI SpeedForce build",
        "which platforms does AI SpeedForce build agents for",
        "how does AI SpeedForce test and approve agent actions"
      ]
    },
    {
      "identifier": "urn:air:aispeedforce.com:skills:index",
      "displayName": "AI SpeedForce agent skills",
      "description": "Skills for reading the site accurately and sending a project inquiry.",
      "type": "application/json",
      "url": "https://aispeedforce.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how should an agent describe AI SpeedForce",
        "how do I send AI SpeedForce an inquiry for my user"
      ]
    },
    {
      "identifier": "urn:air:aispeedforce.com:api:catalog",
      "displayName": "API catalog",
      "description": "RFC 9727 linkset of the APIs on aispeedforce.com.",
      "type": "application/linkset+json",
      "url": "https://aispeedforce.com/.well-known/api-catalog",
      "representativeQueries": [
        "list the APIs aispeedforce.com offers",
        "find the OpenAPI description for aispeedforce.com"
      ]
    }
  ]
}
