{
  "specVersion": "1.0",
  "host": {
    "displayName": "Omnimatch Agents",
    "identifier": "did:web:omnimatch.ai"
  },
  "entries": [
    {
      "identifier": "urn:air:omnimatch.ai:server:agents-mcp",
      "displayName": "Omnimatch Agents MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://omnimatch.ai/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "find remote senior data engineer jobs in the UK",
        "search recent research papers on protein folding",
        "which UK grants are open for climate startups",
        "remember that I prefer contract roles over permanent"
      ]
    },
    {
      "identifier": "urn:air:omnimatch.ai:agent:omnimatch",
      "displayName": "Omnimatch A2A agent",
      "type": "application/json",
      "url": "https://omnimatch.ai/.well-known/agent-card.json",
      "representativeQueries": [
        "ask the Omnimatch agent to shortlist candidates for a role",
        "delegate a tender search to another agent",
        "run a scheduled weekly search for new public contracts"
      ]
    },
    {
      "identifier": "urn:air:omnimatch.ai:api:catalog",
      "displayName": "Omnimatch Agents REST API",
      "type": "application/linkset+json",
      "url": "https://omnimatch.ai/.well-known/api-catalog",
      "representativeQueries": [
        "call the Omnimatch REST API to run an agent search",
        "manage agent memories and favourites over HTTP"
      ]
    },
    {
      "identifier": "urn:air:omnimatch.ai:skills:index",
      "displayName": "Omnimatch agent skills",
      "type": "application/json",
      "url": "https://omnimatch.ai/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how do I authenticate against the Omnimatch API",
        "teach my agent to use Omnimatch search tools"
      ]
    }
  ]
}