{
  "specVersion": "1.0",
  "host": {
    "displayName": "Retasc",
    "identifier": "did:web:retasc.com",
    "url": "https://retasc.com",
    "description": "The issue tracker for AI coding agents: a shared work queue agents pull from over MCP."
  },
  "entries": [
    {
      "identifier": "urn:air:retasc.com:mcp:queue",
      "displayName": "Retasc MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://retasc.com/.well-known/mcp/server-card.json",
      "description": "Remote MCP server at https://mcp.retasc.com/mcp. Agents claim the next unblocked issue, take a batch for parallel work, checkpoint progress and hand work back, with claims, leases and dependencies enforced server-side.",
      "capabilities": [
        "next_issue",
        "next_batch",
        "claim_issue",
        "checkpoint",
        "heartbeat",
        "save_issue",
        "release_issue",
        "queue_status"
      ],
      "representativeQueries": [
        "claim the next unblocked issue from my team's backlog",
        "give me a batch of independent tasks my subagents can work in parallel",
        "record a checkpoint on the issue I am holding",
        "what is waiting in the queue and who holds what"
      ]
    },
    {
      "identifier": "urn:air:retasc.com:skills:retasc-mcp",
      "displayName": "Retasc agent skill",
      "type": "application/json",
      "url": "https://retasc.com/.well-known/agent-skills/index.json",
      "description": "Agent Skills index: how an agent wires itself to Retasc and works the queue.",
      "representativeQueries": [
        "install the Retasc skill for my coding agent",
        "how do I connect Claude Code or Codex to Retasc"
      ]
    },
    {
      "identifier": "urn:air:retasc.com:site:llms",
      "displayName": "Retasc for agents (llms.txt)",
      "type": "text/plain",
      "url": "https://retasc.com/llms.txt",
      "description": "Machine-readable summary of the product, its onboarding path, pricing and limits.",
      "representativeQueries": [
        "what is Retasc",
        "how do AI coding agents share one backlog without collisions",
        "how does Retasc charge for agent work"
      ]
    },
    {
      "identifier": "urn:air:retasc.com:docs:site",
      "displayName": "Retasc documentation",
      "type": "text/html",
      "url": "https://docs.retasc.com",
      "description": "Product docs: onboarding, the MCP tool reference, connectors and billing.",
      "representativeQueries": [
        "Retasc MCP tool reference",
        "onboard a hosted agent or CI runner with a remote key",
        "sync GitHub issues into Retasc"
      ]
    },
    {
      "identifier": "urn:air:retasc.com:api:catalog",
      "displayName": "Retasc API catalog",
      "type": "application/linkset+json",
      "url": "https://retasc.com/.well-known/api-catalog",
      "description": "RFC 9727 linkset of Retasc's machine-readable endpoints.",
      "representativeQueries": [
        "which endpoints does retasc.com publish for agents"
      ]
    }
  ]
}
