{
  "specVersion": "1.0",
  "host": {
    "displayName": "AuthLX",
    "identifier": "did:web:authlx.com"
  },
  "entries": [
    {
      "identifier": "urn:air:authlx.com:mcp:authlx-mcp-server",
      "displayName": "AuthLX MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://authlx.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "authenticate user session in C++ application",
        "verify license key and check HWID lock",
        "manage native desktop software licenses"
      ]
    },
    {
      "identifier": "urn:air:authlx.com:a2a:authlx-agent",
      "displayName": "AuthLX A2A Agent",
      "type": "application/a2a-agent-card+json",
      "url": "https://authlx.com/.well-known/agent-card.json",
      "representativeQueries": [
        "connect to AuthLX agent via A2A protocol",
        "request authentication service capabilities",
        "agent to agent software licensing verification"
      ]
    },
    {
      "identifier": "urn:air:authlx.com:openapi:authlx-api",
      "displayName": "AuthLX Core REST API",
      "type": "application/openapi+json",
      "url": "https://authlx.com/openapi.json",
      "representativeQueries": [
        "integrate AuthLX authentication API endpoints",
        "register and login users via REST API",
        "validate license tokens in native apps"
      ]
    },
    {
      "identifier": "urn:air:authlx.com:skill:auth-skill",
      "displayName": "AuthLX Authentication Agent Skill",
      "type": "text/markdown",
      "url": "https://authlx.com/.well-known/agent-skills/auth/SKILL.md",
      "representativeQueries": [
        "how to integrate AuthLX SDK into C++ ImGui",
        "prevent tampering and verify process hashes",
        "implement user session handling with HWID security"
      ]
    }
  ]
}
