{
  "specVersion": "1.0",
  "host": {
    "displayName": "Senbi",
    "identifier": "did:web:senbi.org",
    "documentationUrl": "https://senbi.org/llms.txt"
  },
  "entries": [
    {
      "identifier": "urn:air:senbi.org:server:platform",
      "displayName": "Senbi Platform MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://senbi.org/.well-known/mcp/server-card.json",
      "description": "MCP server card for Senbi CRM, AI agent, and store APIs.",
      "tags": ["mcp", "crm", "leads"],
      "representativeQueries": [
        "connect to Senbi CRM over MCP",
        "what tools does the Senbi MCP server expose",
        "submit a marketing lead through Senbi"
      ]
    },
    {
      "identifier": "urn:air:senbi.org:skill:platform",
      "displayName": "Senbi Platform Skill",
      "type": "application/agent-skills+md",
      "url": "https://senbi.org/.well-known/agent-skills/senbi-platform.SKILL.md",
      "description": "Agent skill for discovering Senbi CRM, AI agent, and online store modules.",
      "tags": ["skill", "crm", "kazakhstan"],
      "representativeQueries": [
        "how do I use Senbi CRM for sales in Kazakhstan",
        "set up a Senbi AI agent for WhatsApp leads",
        "where is the Senbi online store documentation"
      ]
    },
    {
      "identifier": "urn:air:senbi.org:api:leads",
      "displayName": "Senbi Public Leads API",
      "type": "application/openapi+yaml",
      "url": "https://senbi.org/.well-known/senbi-leads-api.openapi.yaml",
      "description": "OpenAPI description of the public senbi.org lead capture endpoint.",
      "tags": ["openapi", "leads"],
      "representativeQueries": [
        "submit a lead from the Senbi website",
        "what is the JSON schema for Senbi site leads",
        "POST a contact request to api.senbi.org"
      ]
    },
    {
      "identifier": "urn:air:senbi.org:catalog:api",
      "displayName": "Senbi API Catalog",
      "type": "application/linkset+json",
      "url": "https://senbi.org/.well-known/api-catalog",
      "description": "RFC 9727 API catalog linking OpenAPI, docs, and the public lead endpoint.",
      "tags": ["api-catalog", "rfc9727"],
      "representativeQueries": [
        "find Senbi API documentation",
        "where is the Senbi OpenAPI description",
        "list public Senbi HTTP APIs"
      ]
    },
    {
      "identifier": "urn:air:senbi.org:auth:protected-resource",
      "displayName": "Senbi OAuth Protected Resource",
      "type": "application/json",
      "url": "https://senbi.org/.well-known/oauth-protected-resource",
      "description": "RFC 9728 metadata for obtaining access tokens to Senbi APIs.",
      "tags": ["oauth", "oidc"],
      "representativeQueries": [
        "how do I authenticate to Senbi APIs",
        "which OAuth scopes does Senbi support",
        "where is the Senbi authorization server"
      ]
    }
  ]
}
