{
  "specVersion": "1.0",
  "host": {
    "displayName": "Aptos Developer Documentation",
    "identifier": "did:web:aptos.dev",
    "documentationUrl": "https://aptos.dev/build/ai"
  },
  "entries": [
    {
      "identifier": "urn:air:aptos.dev:mcp:aptos-mcp",
      "displayName": "Aptos MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://aptos.dev/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "query Aptos on-chain account data",
        "call Aptos REST APIs from an AI coding assistant",
        "generate Move code with the Aptos MCP server"
      ]
    },
    {
      "identifier": "urn:air:aptos.dev:skill:aptos-agent-skills",
      "displayName": "Aptos Agent Skills",
      "type": "application/agent-skills+json",
      "url": "https://aptos.dev/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "write an Aptos Move smart contract",
        "scaffold an Aptos dApp with the TypeScript SDK",
        "audit a Move module for security issues"
      ]
    },
    {
      "identifier": "urn:air:aptos.dev:api:fullnode-rest",
      "displayName": "Aptos Fullnode REST API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://aptos.dev/aptos-spec.json",
      "representativeQueries": [
        "get an Aptos account resource via REST",
        "submit a transaction to the Aptos fullnode",
        "look up Aptos REST API OpenAPI endpoints"
      ]
    },
    {
      "identifier": "urn:air:aptos.dev:api:catalog",
      "displayName": "Aptos API Catalog",
      "type": "application/linkset+json",
      "url": "https://aptos.dev/.well-known/api-catalog",
      "representativeQueries": [
        "discover Aptos REST and Indexer APIs",
        "find the Aptos OpenAPI spec and health endpoint",
        "list Aptos documentation API entry points"
      ]
    }
  ]
}
