Skip to content
Back to CVin.Bio Agent

Card snapshot

cvin.bio · 2026-06-04 01:08:49 UTC · 0117fa965936d6fbac5355f8744da15f734cf80f6b118985d8d5db2df00bcc2e

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/api/rpc",
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "protocol_version": "1.0",
  "provider": {
    "name": "CVin.Bio",
    "organization": "CVin.Bio",
    "url": "https://cvin.bio",
    "legalEntity": {
      "name": "CVin.Bio",
      "registry": "KvK",
      "registrationNumber": "85739174",
      "country": "NL"
    }
  },
  "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"
      ]
    }
  ]
}