Coding agent documentation index Fetch the complete documentation index at: https://docs.worklittle.com/docs-agent-manifest.json Use this file to discover all available pages before exploring further.

Overview

Business API for posting jobs, managing candidates and employees, surveys, documents, attendance, and webhooks in Worklittle.

The same org data your teammates see in Worklittle Business is writable from REST, SDK, CLI, and MCP. Automate hiring without leaving Worklittle as the source of truth.

What Business docs cover

Use these docs when you are hiring and running HR in Worklittle - posting roles, running an ATS, managing employees, or syncing events out via webhooks.

Typical Business integrations:

1. Post and manage jobs - /business/jobs so openings appear on your Worklittle board and in search. 2. Public career board - Unauthenticated /business/jobs/company/:company/… listings and apply for jobs you published on Worklittle. 3. ATS and candidates - List, stage, note, and interview candidates. Updates show instantly in the Worklittle Business. 4. Organization - Company profile, members, and employer settings. 5. HR tools - Surveys, documents / e-sign, and attendance. 6. Webhooks - candidate.application_submitted, candidate.stage_changed, and related events for an external HRIS.

For market-wide job search, apply, or résumé generation as a product, switch to Jobs docs.

Base URLs

| Surface | Base URL |
| --- | --- |
| REST Business / ATS API | `https://api.worklittle.com` |
| MCP | `https://mcp.worklittle.com` (POST `/`) |
| Your public board | `https://api.worklittle.com/business/jobs/company/:company/jobs` |
| Worklittle Business UI | [https://worklittle.com/business](https://worklittle.com/business) |

Many ATS and posting routes are free with an API key. Platform AI and a few metered tools are on Pricing.

Authentication

Automations use a Bearer API key with employer scopes such as jobs:post, jobs:applications, and webhooks:manage:

Authorization: Bearer sk-wl-api01-...

Create keys under API keys. Details: API Keys.

The signed-in Worklittle Business UI uses your session for the same org data. Teammates who never touch the API still see script and MCP updates in the product.

Where to go next

| Goal | Start here |
| --- | --- |
| First posting flow | [Quickstart](/business/get-started/quickstart) |
| Agents and MCP | [Agent Quickstart](/use-cases/agent-quickstart) |
| Publish a job | [Post a job](/business/api/post-a-job) |
| Public career board | [Public job board](/business/api/public-job-board) |
| Pipeline automation | [Manage candidates](/business/api/manage-candidates) |
| Event sync | [Webhooks](/business/webhooks/overview) |
| MCP install | [MCP](/business/mcp) |
| SDK / CLI | [Libraries](/business/libraries/overview) |