Developers
JobsPipe developer resources
Every JobsPipe developer resource in one place, each at a predictable URL: the JobsPipe API documentation, OpenAPI specification, authentication and agent-auth guide, webhooks, MCP server, CLI, and the machine-readable indexes agents use to discover JobsPipe. Get a free API key at https://jobspipe.dev/signup.
JobsPipe API documentation
The full JobsPipe API reference: quickstart, authentication, the job-search and tech-stack-scan endpoints, the normalized job schema, filters, pagination, rate limits and error codes.
JobsPipe OpenAPI specification
The machine-readable OpenAPI 3.1 description of the JobsPipe API, for code generation and agent tool discovery. Available as JSON and YAML at predictable URLs.
JobsPipe authentication & agent auth
How agents authenticate to the JobsPipe API with a Bearer API key (prefix jp_live_), plus the agent-auth discovery chain: protected-resource metadata (RFC 9728), authorization-server metadata (RFC 8414) and JWKS.
JobsPipe API permissions & scopes
JobsPipe API keys carry granular, read-only permissions expressed as OAuth-style scopes: jobs:read grants POST /v1/jobs/search (job-posting search), stack:read grants POST /v1/stack/scan (technology-stack scans). No scope grants write access to JobsPipe data. The same scopes are advertised in the OpenAPI securitySchemes and in the RFC 9728 protected-resource metadata.
JobsPipe API versioning & deprecation policy
The JobsPipe API is versioned in the URL path (/v1). Breaking changes only ship under a new version path. An endpoint is deprecated with at least 6 months notice: it starts returning Deprecation (RFC 9745) and Sunset (RFC 8594) response headers with the retirement date, and the deprecation is announced in the changelog. Until its Sunset date a deprecated endpoint keeps working unchanged.
JobsPipe API sandbox / test environment
A free public sandbox under /v1/sandbox: no API key, no quota. Canned sample data shaped exactly like the live endpoints, including batch search and an async 202-plus-poll export, so agents can exercise the JobsPipe API safely before signing up.
JobsPipe webhooks
Subscribe to JobsPipe job events. Payloads are signed with an HMAC-SHA256 X-JobsPipe-Signature header so consumers can verify authenticity; the webhook contract is documented in the OpenAPI spec.
JobsPipe MCP server
The JobsPipe Model Context Protocol server lets AI agents call JobsPipe as native tools (search jobs, list sources and pricing, scan a tech stack) over Streamable HTTP. A docs MCP surface exposes the documentation over the same protocol. Published in the official MCP registry under the domain-verified name dev.jobspipe/mcp and listed on the Smithery marketplace as jobspipe/jobspipe-mcp.
JobsPipe CLI & agent skills
The open-source JobsPipe command-line interface and official agent skills. Install the skill collection for AI coding agents with npx skills add jobspipe/skills (job search, stack scan, MCP setup, webhooks, agent discovery), the single-skill CLI companion with npx skills add jobspipe/jobspipe-cli, or the standalone CLI from npm.
JobsPipe for AI agents
The agent-focused guide to JobsPipe: skill and CLI setup, the MCP server, and the REST API, with copy-pasteable commands.
JobsPipe machine-readable indexes
Indexes built for agents and crawlers: the site llms.txt, a scoped API/agent index, a scoped docs index, the RFC 9727 API catalog, the A2A agent card, and the agent-skills index - all at predictable URLs.