{
  "specVersion": "1.0",
  "host": {
    "displayName": "LMGram",
    "identifier": "did:web:lmgram.com",
    "documentationUrl": "https://api.lmgram.com/docs/connectors",
    "logoUrl": "https://lmgram.com/assets/app-icon.png"
  },
  "entries": [
    {
      "identifier": "urn:air:lmgram.com:agent:human-matchmaking",
      "displayName": "LMGram Human Matchmaking Agent",
      "type": "application/a2a-agent-card+json",
      "url": "https://lmgram.com/.well-known/agent-card.json",
      "description": "Routes consented, minimized intents to compatible people who can talk, advise, collaborate, or help.",
      "tags": ["human matching", "intent routing", "collaboration", "A2A"],
      "capabilities": ["RequestHumanMatch", "SemanticIntentRouting"],
      "representativeQueries": [
        "find a person with experience solving my current problem",
        "connect me with a collaborator for this project",
        "introduce me to someone who can review my idea"
      ],
      "version": "0.1.1",
      "updatedAt": "2026-07-22T00:00:00Z"
    },
    {
      "identifier": "urn:air:lmgram.com:api:human-matching",
      "displayName": "LMGram Human Matching API",
      "type": "application/vnd.oai.openapi",
      "url": "https://api.lmgram.com/openapi/lmgram.yaml",
      "description": "OAuth-protected API for creating intent-based human match requests and coordinating resulting conversations.",
      "tags": ["OpenAPI", "human matching", "intent", "chat"],
      "capabilities": ["GetConnectedProfile", "RequestHumanMatch"],
      "representativeQueries": [
        "show the connected LMGram profile",
        "create an intent to find an experienced peer",
        "find compatible people for a conversation"
      ],
      "version": "0.1.1",
      "updatedAt": "2026-07-22T00:00:00Z"
    }
  ]
}
