{
  "specVersion": "1.0",
  "host": {
    "displayName": "Lexora",
    "identifier": "did:web:lexora.fyi",
    "url": "https://lexora.fyi"
  },
  "entries": [
    {
      "identifier": "urn:air:lexora.fyi:api:contact",
      "displayName": "Lexora Contact & Project Inquiry API",
      "description": "Send a project inquiry or question to Lexora, an enterprise software and AI engineering firm. The team replies by email within 24 hours.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://lexora.fyi/openapi.json",
      "representativeQueries": [
        "contact Lexora about building a custom software platform",
        "request a quote for an AI-powered CRM from Lexora",
        "ask Lexora how long an MVP takes to build",
        "get in touch with a software development company in the Middle East"
      ]
    },
    {
      "identifier": "urn:air:lexora.fyi:docs:llms",
      "displayName": "Lexora Company Overview (llms.txt)",
      "description": "Plain-text summary of Lexora's services, portfolio, FAQ, and contact details, written for language models.",
      "type": "text/markdown",
      "url": "https://lexora.fyi/llms.txt",
      "representativeQueries": [
        "what services does Lexora offer",
        "does Lexora build mobile apps or AI products",
        "who is Lexora and where are they based"
      ]
    },
    {
      "identifier": "urn:air:lexora.fyi:server:mcp",
      "displayName": "Lexora MCP Server",
      "description": "Model Context Protocol server (Streamable HTTP, no authentication) exposing tools to answer questions about Lexora and to send the team a project inquiry.",
      "type": "application/mcp-server-card+json",
      "url": "https://lexora.fyi/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "connect to Lexora's MCP server",
        "what tools does lexora.fyi expose to agents",
        "send Lexora a project inquiry over MCP"
      ]
    },
    {
      "identifier": "urn:air:lexora.fyi:agent:a2a",
      "displayName": "Lexora A2A Agent",
      "description": "Agent2Agent endpoint (JSON-RPC, no authentication) that answers questions about Lexora from its published content and forwards structured project inquiries to the team.",
      "type": "application/json",
      "url": "https://lexora.fyi/.well-known/agent-card.json",
      "representativeQueries": [
        "talk to Lexora's A2A agent",
        "ask Lexora's agent what services it offers",
        "delegate a question about Lexora to its agent"
      ]
    },
    {
      "identifier": "urn:air:lexora.fyi:skills:index",
      "displayName": "Lexora Agent Skills",
      "description": "Markdown skills describing how to contact Lexora, use its MCP server, and read its pages as Markdown.",
      "type": "application/json",
      "url": "https://lexora.fyi/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how should an agent interact with lexora.fyi",
        "does Lexora publish agent skills"
      ]
    },
    {
      "identifier": "urn:air:lexora.fyi:docs:api-catalog",
      "displayName": "Lexora API Catalog",
      "type": "application/linkset+json",
      "url": "https://lexora.fyi/.well-known/api-catalog",
      "representativeQueries": [
        "list Lexora's public APIs",
        "where is the OpenAPI spec for lexora.fyi"
      ]
    }
  ]
}