{
  "specVersion": "1.0",
  "host": {
    "displayName": "AtlasRepo",
    "identifier": "did:web:atlasrepo.com"
  },
  "entries": [
    {
      "identifier": "urn:air:atlasrepo.com:agent:open-source-advisor",
      "displayName": "AtlasRepo Open Source Advisor",
      "description": "Read-only A2A agent for grounded open-source repository recommendations.",
      "type": "application/a2a-agent-card+json",
      "url": "https://atlasrepo.com/.well-known/agent-card.json",
      "version": "1.0.0",
      "capabilities": [
        "RepositorySearch",
        "SoftwareEvaluation"
      ],
      "representativeQueries": [
        "Find a self-hosted workflow automation platform",
        "Подбери open-source инструмент для автоматизации workflow",
        "查找用于工作流自动化的开源工具"
      ]
    },
    {
      "identifier": "urn:air:atlasrepo.com:server:remote-mcp",
      "displayName": "AtlasRepo Remote MCP",
      "description": "Streamable HTTP MCP server for public workflow stories and read-only tool recommendations.",
      "type": "application/mcp-server-card+json",
      "url": "https://atlasrepo.com/.well-known/mcp/server-card.json",
      "version": "0.1.0",
      "capabilities": [
        "StorySearch",
        "ToolRecommendations"
      ],
      "representativeQueries": [
        "Search AtlasRepo workflow stories for repository evaluation",
        "Recommend open-source tools for a concrete implementation task",
        "Show evidence for a repository recommendation"
      ]
    },
    {
      "identifier": "urn:air:atlasrepo.com:skill:find-open-source-path",
      "displayName": "Find an open-source path",
      "description": "Agent skill for producing a bounded, evidence-backed open-source shortlist.",
      "type": "text/markdown",
      "url": "https://atlasrepo.com/.well-known/agent-skills/find-open-source-path/SKILL.md",
      "capabilities": [
        "RepositorySearch",
        "EvidenceComparison"
      ],
      "representativeQueries": [
        "Find open-source alternatives for a paid SaaS tool",
        "Compare a small shortlist of repositories for my task",
        "Build an evidence-backed open-source adoption path"
      ]
    },
    {
      "identifier": "urn:air:atlasrepo.com:api:public-openapi",
      "displayName": "AtlasRepo Public API",
      "description": "OpenAPI description for the public AtlasRepo API surface.",
      "type": "application/json",
      "url": "https://api.atlasrepo.com/api/openapi.json",
      "capabilities": [
        "CatalogAPI",
        "RepositoryMetadata"
      ],
      "representativeQueries": [
        "Discover AtlasRepo API operations for repository search",
        "Get machine-readable repository metadata from AtlasRepo",
        "Integrate the AtlasRepo public catalog into an agent"
      ]
    }
  ]
}
