{
  "$schema": "https://agenticresourcediscovery.org/schemas/ai-catalog/v1.json",
  "specVersion": "1.0",
  "host": {
    "displayName": "Loke Development",
    "identifier": "loke.dev",
    "documentationUrl": "https://loke.dev/developers",
    "logoUrl": "https://loke.dev/brand/blink/icons/blink-favicon.svg"
  },
  "entries": [
    {
      "identifier": "urn:air:loke.dev:guide:agent-readiness",
      "displayName": "Loke.dev agent guide",
      "description": "A concise description of the company, services, public APIs, and useful site pages.",
      "type": "text/plain",
      "url": "https://loke.dev/llms.txt",
      "representativeQueries": [
        "What does Loke Development build?",
        "Is Loke a good fit for a small business website?"
      ]
    },
    {
      "identifier": "urn:air:loke.dev:api:public-endpoints",
      "displayName": "Loke.dev public API",
      "description": "Read-only search and public URL metadata inspection endpoints, with typed errors and rate limits.",
      "type": "application/json",
      "url": "https://loke.dev/openapi.json",
      "representativeQueries": [
        "Find published Loke.dev writing about Cloudflare.",
        "Inspect the Open Graph metadata on a public URL."
      ]
    },
    {
      "identifier": "urn:air:loke.dev:content:homepage",
      "displayName": "Loke Development homepage summary",
      "description": "A stable Markdown overview of services, good-fit projects, and contact paths.",
      "type": "text/markdown",
      "url": "https://loke.dev/index.md",
      "representativeQueries": [
        "What services does Loke Development offer?",
        "How do I contact Loke about a software project?"
      ]
    },
    {
      "identifier": "urn:air:loke.dev:mcp:public-tools",
      "displayName": "Loke.dev read-only MCP tools",
      "description": "Streamable HTTP tools for searching published content and inspecting public page metadata.",
      "type": "application/mcp+json",
      "url": "https://loke.dev/api/mcp",
      "representativeQueries": [
        "Search Loke.dev writing from an agent.",
        "Inspect the metadata on a public page."
      ]
    }
  ]
}