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.
FAQ
Short answers about hiring, ATS, organization setup, and webhooks.
Can I use Worklittle only to hire on my own team?
Yes. Many employers use Worklittle as their ATS to post jobs, collect applications, move candidates through stages, send offers, and manage employees. Start with Post a job and Manage candidates.
What API key scopes do I need for Business?
| Goal | Scopes | | --- | --- | | Post and manage listings | `jobs:post` | | ATS, candidates, pipeline | `jobs:applications` | | Webhooks | `webhooks:manage` |
Create keys on API keys.
Which jobs appear on my company's public board?
Only roles you publish through Worklittle. Your board at GET /business/jobs/company/:company/jobs does not automatically mirror every job in the global index for your company slug. See Public job board.
How do webhooks work?
Register endpoints with POST /webhooks (webhooks:manage). Worklittle POSTs signed JSON events such as candidate.application_submitted and candidate.stage_changed. Verify Worklittle-Webhook-Signature. See Webhooks.
Do I need separate keys for MCP and REST?
No. One sk-wl-api01-... key works for both. Create and revoke keys only in the Worklittle Business.
What is free with an API key?
Most ATS, webhook, and candidate management endpoints are free within monthly quotas on Rate limits. The only paid meter on Business Platform is AI tokens (platform agent chat and other model-backed Work tools). See Pricing.
What happens when my balance runs out?
Token-billed routes return HTTP 402 (PAYMENT_REQUIRED). Update your card or monthly limit on Billing. Free ATS endpoints keep working.
What rate limits apply?
API keys default to 60 requests per minute. Public job boards allow 120/min for list and detail and 20/min for apply. Free monthly quotas are on Rate limits.