Card snapshot
jobspipe.dev
·
2026-07-13 18:00:26 UTC
·
bcd81eb2f843f38babfafcb9917a2e059affd513c89e4f52c1a958f4f4dc9d5b
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://jobspipe.dev/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"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"
]
}
]
}