Documentation
Jobby.dev documentation
Guides for job seekers, hiring teams, and developers building agent integrations on Jobby.dev.
Last updated
Jobby.dev is an on-demand job fair: live 1:1 video interviews between job seekers and recruiters, with no scheduled slots, no async pipeline, and no multi-round queues. These docs cover three audiences — pick yours below.
Get started
- Job seekers — coming soon. Sign up at jobby.dev/seekers.
- Hiring teams — coming soon. Sign up at jobby.dev/hire.
- Developers — read the API overview to build agent integrations.
Pillar pages
The three documents that anchor every other page in these docs:
- What is an on-demand job fair? — the product DNA. Read this first.
- REST API overview — bearer-token auth, predictable error envelope, 35 endpoints.
- MCP server overview — drive Jobby.dev from Claude, ChatGPT, Cursor, Zed, or any MCP client.
OpenAPI spec
The OpenAPI 3.1 document for the v1 REST surface lives at /api/v1/openapi.json. Point any code-gen tool — openapi-typescript-codegen, openapi-python-client, Stoplight, Scalar — at it.
SDKs
Hand-written SDKs in JavaScript / TypeScript ( @jobbydev/sdk) and Python (jobbydev) mirror the REST surface with crisp method names. Both are published once the v1 surface stabilizes for an external rev.