Card snapshot
jobspipe.dev
·
2026-07-18 18:38:32 UTC
·
22669fde71a8d741727922281da854bb0a6d3e57ae009dc4e0b12efe76af9153
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": "0.3.0",
"name": "JobsPipe",
"description": "Universal Jobs API agent. Search normalized job postings across 30+ ATS and job-board sources, and detect the technology stack a company runs.",
"url": "https://jobspipe.dev/api/a2a",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://jobspipe.dev/api/a2a",
"transport": "JSONRPC"
}
],
"additionalInterfaces": [
{
"url": "https://jobspipe.dev/api/a2a",
"transport": "JSONRPC"
}
],
"provider": {
"organization": "JobsPipe",
"url": "https://jobspipe.dev"
},
"version": "1.0.0",
"documentationUrl": "https://docs.jobspipe.dev",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"intentEndpoints": [
"https://api.jobspipe.dev/v1/jobs/search",
"https://api.jobspipe.dev/v1/stack/scan"
],
"sessions": {
"endpoint": "https://jobspipe.dev/mcp"
},
"scopedTokens": {
"tokenEndpoint": "https://jobspipe.dev/api/auth/mcp/token",
"scopes": [
"jobs:read",
"stack:read"
]
},
"auditLog": {
"header": "X-Request-Id"
},
"sandbox": {
"baseUrl": "https://jobspipe.dev/sandbox"
},
"toolSchemas": "/.well-known/skills/index.json"
},
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://jobspipe.dev/api/auth/mcp/authorize",
"tokenUrl": "https://jobspipe.dev/api/auth/mcp/token",
"scopes": {
"openid": "OpenID Connect identity",
"offline_access": "Refresh tokens"
}
}
}
},
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"description": "JobsPipe API key as a Bearer token, prefixed jp_live_."
}
},
"security": [
{
"apiKey": []
},
{
"oauth2": [
"openid"
]
}
],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "search-job-postings",
"name": "Search job postings",
"description": "Query normalized job postings with filters for sort order, pagination, budget, and client attributes.",
"tags": [
"jobs",
"search",
"ats",
"hiring"
],
"examples": [
"Find the 50 most recent job postings",
"List postings sorted by budget descending"
]
},
{
"id": "scan-company-tech-stack",
"name": "Scan company tech stack",
"description": "Detect the technologies a company runs by scanning its website domain.",
"tags": [
"technographics",
"tech-stack",
"enrichment"
],
"examples": [
"Scan stripe.com for its technology stack"
]
}
]
}