Back to CVin.Bio Agent

Card snapshot

cvin.bio · 2026-05-18 15:39:44 UTC · c8f15302ae3e3331db6c6be1f19cba2d2ff78d3312b20eaab8d81ea99268b9de

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.

{
  "name": "CVin.Bio Agent",
  "description": "Professional identity platform and job board. Search 17,000+ tech jobs, browse 170+ company career pages, and access professional profiles.",
  "url": "https://cvin.bio",
  "version": "1.0.0",
  "protocol_version": "0.2.1",
  "provider": {
    "organization": "CVin.Bio",
    "url": "https://cvin.bio"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "credentials": "API key via Authorization header for authenticated endpoints. Public endpoints require no auth."
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search_jobs",
      "name": "Job Search",
      "description": "Search 17,000+ tech job listings across 170+ companies. Filter by role, location, company, and job type.",
      "tags": [
        "jobs",
        "hiring",
        "tech",
        "careers",
        "web3"
      ],
      "examples": [
        "Find remote senior engineer roles at Stripe",
        "Show all open positions at OpenAI",
        "List frontend developer jobs in Europe"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "view_profiles",
      "name": "Professional Profile Lookup",
      "description": "View structured professional profiles with work history, education, skills, and contact info.",
      "tags": [
        "profiles",
        "candidates",
        "talent",
        "cv",
        "resume"
      ],
      "examples": [
        "Show the profile for vedang",
        "Find candidates with React and TypeScript skills"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "read_reports",
      "name": "Research Reports",
      "description": "Access data-driven research reports on tech hiring, layoffs, and remote work trends.",
      "tags": [
        "reports",
        "research",
        "hiring",
        "layoffs",
        "remote"
      ],
      "examples": [
        "What are the top skills in demand?",
        "How many tech layoffs happened in 2025?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}