Skip to content
Back to Jobero

Card snapshot

jobero.ai · 2026-08-19 02:12:18 UTC · 36ac7f9018ca36a70d14be2e0c37d5665adbf67771c81527af0dad2f20e54e17

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "1.0",
  "name": "Jobero",
  "description": "Paid job-search agent: register for an API key, buy credits (Stripe or x402/USDC), submit a CV + preferences, and receive matched roles with tailored CVs and cover letters. Primary transports are MCP (/mcp) and REST (/api/v1); see documentationUrl.",
  "version": "1.0.0",
  "documentationUrl": "https://jobero.ai/auth.md",
  "iconUrl": "https://jobero.ai/apple-touch-icon.png",
  "provider": {
    "organization": "Jobero",
    "url": "https://jobero.ai"
  },
  "supportedInterfaces": [
    {
      "url": "https://jobero.ai/api/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "securitySchemes": {
    "apiKey": {
      "type": "http",
      "scheme": "bearer",
      "description": "Jobero agent API key (jbr_\u2026). Obtain via POST /api/v1/register. Searches also accept x402 PAYMENT-SIGNATURE when credits are empty."
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "skills": [
    {
      "id": "jobero-paid-search",
      "name": "Paid job search",
      "description": "Run a full Jobero search: up to 7 matched roles with a tailored CV and cover letter for each. Requires an API key and one search credit (or an inline x402 USDC payment). Prefer MCP tool start_job_search or REST POST /api/v1/searches \u2014 see auth.md.",
      "tags": [
        "jobs",
        "cv",
        "career",
        "paid",
        "x402"
      ],
      "examples": [
        "Find remote product roles in the EU matching this CV",
        "Run a paid search for senior engineering jobs in the UK"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "jobero-quick-match",
      "name": "Quick match",
      "description": "Return the single best current role for a profile, with a tailored CV and cover letter, in minutes. USDC via x402 (or a quick credit). MCP: quick_job_search; REST: POST /api/v1/quick-searches.",
      "tags": [
        "jobs",
        "quick",
        "x402"
      ],
      "examples": [
        "Quick-match this CV to one strong remote role"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "jobero-agent-docs",
      "name": "Agent documentation",
      "description": "Discovery surfaces for agents: auth.md, OpenAPI, MCP server card, agent skills, pricing.",
      "tags": [
        "docs",
        "discovery"
      ],
      "examples": [
        "How do I register and pay for Jobero as an agent?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://jobero.ai/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-03-26",
      "title": "Jobero MCP server (Streamable HTTP)"
    }
  ],
  "related": {
    "mcp": "https://jobero.ai/mcp",
    "mcpServerCard": "https://jobero.ai/mcp/server-card",
    "openapi": "https://jobero.ai/openapi.json",
    "skills": "https://jobero.ai/.well-known/agent-skills/index.json",
    "agentsPage": "https://jobero.ai/agents"
  }
}