{
  "specVersion": "1.0",
  "host": { "displayName": "Job Agent", "identifier": "did:web:jobagent.sh" },
  "entries": [
    {
      "identifier": "urn:air:jobagent.sh:server:job-agent",
      "displayName": "Job Agent MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://www.jobagent.sh/.well-known/mcp/server-card.json",
      "description": "Read and manage a Job Agent account: applications, matches, job search, resume edits, plan usage.",
      "representativeQueries": [
        "how many jobs did my agent apply to today",
        "show my most recent job matches",
        "what plan am I on and how many applications are left",
        "requeue that job I skipped"
      ]
    },
    {
      "identifier": "urn:air:jobagent.sh:api:rest-v1",
      "displayName": "Job Agent REST API v1",
      "type": "application/openapi+json",
      "url": "https://www.jobagent.sh/openapi.json",
      "description": "Search the live job index, read account usage, queue a job for auto-apply, list submissions.",
      "representativeQueries": [
        "search remote data engineer jobs posted this week",
        "queue this job for auto-apply",
        "list my submitted applications"
      ]
    },
    {
      "identifier": "urn:air:jobagent.sh:skill:job-agent-account",
      "displayName": "Job Agent account skill",
      "type": "application/ai-skill+md",
      "url": "https://www.jobagent.sh/.well-known/agent-skills/job-agent-account/SKILL.md",
      "description": "How to connect to Job Agent and answer questions about a user's applications, matches and plan.",
      "representativeQueries": [
        "connect me to job agent",
        "why are my applications not going out"
      ]
    }
  ]
}
