{
  "specVersion": "1.0",
  "host": {
    "displayName": "Fikanova Ltd.",
    "identifier": "did:web:fikanova.com"
  },
  "entries": [
    {
      "identifier": "urn:air:fikanova.com:server:mcp",
      "displayName": "Fikanova MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://fikanova.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "connect to Fikanova MCP server",
        "explore Fikanova CMS content and tools",
        "manage leads and services via MCP"
      ]
    },
    {
      "identifier": "urn:air:fikanova.com:api:openapi",
      "displayName": "Fikanova OpenAPI Specification",
      "type": "application/openapi+json",
      "url": "https://fikanova.com/openapi.json",
      "representativeQueries": [
        "Fikanova REST API endpoints",
        "submit client inquiry to Fikanova",
        "chat with Fikanova conversational assistant"
      ]
    },
    {
      "identifier": "urn:air:fikanova.com:skills:index",
      "displayName": "Fikanova Agent Skills Discovery Index",
      "type": "application/json",
      "url": "https://fikanova.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "what agent skills are available on Fikanova",
        "Fikanova engineering and web capabilities",
        "how to contact Fikanova AI agents"
      ]
    },
    {
      "identifier": "urn:air:fikanova.com:doc:llms-txt",
      "displayName": "Fikanova LLMs Documentation",
      "type": "text/markdown",
      "url": "https://fikanova.com/llms.txt",
      "representativeQueries": [
        "summary of Fikanova business and services",
        "technology stack and case studies of Fikanova"
      ]
    },
    {
      "identifier": "urn:air:fikanova.com:doc:auth-md",
      "displayName": "Fikanova Agent Auth & Registration",
      "type": "text/markdown",
      "url": "https://fikanova.com/auth.md",
      "representativeQueries": [
        "how to authenticate with Fikanova",
        "agent registration instructions",
        "OAuth protected resource metadata"
      ]
    }
  ]
}