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 job search, apply, and document tools.
Do I need separate keys for MCP and REST?
No. One sk-wl-api01-... key works for both api.worklittle.com and mcp.worklittle.com. Create and revoke keys only in the Worklittle Business.
REST or MCP: which should I use?
Same account, scopes, and billing. Use REST for server-side job search and fixed HTTP contracts. Use MCP when wiring Worklittle into Claude, Cursor, ChatGPT, or other MCP clients. Start with the MCP guide.
What is the difference between GET /jobs and GET /jobs?company=?
GET /jobs searches the whole market index. company= limits that same index to one or more employer slugs. It is not the employer's published career board. For jobs you posted on Worklittle, see Public job board.
Can I submit applications for every job in search results?
No. Hosted apply works only for Worklittle-hosted jobs. Other indexed roles may include an employer apply_url instead. Catalog apply is Apply for jobs.
What API key scopes do I need for Jobs?
| Goal | Scopes | | --- | --- | | Search and read jobs | `jobs:read` | | Submit applications | `jobs:apply` | | Résumés and cover letters | `agent:tools` |
Create keys on API keys.
What is free with an API key?
Job search, hosted apply, and most read helpers are free within monthly quotas on Rate limits. The only paid meter is AI tokens (document tools, apply model turns, first-time AI job-description generation after the free daily allowance). 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 quota endpoints keep working.
How are résumés and cover letters billed?
Document generation bills AI tokens only. See Pricing and Usage.
What rate limits apply?
API keys default to 60 requests per minute. Free monthly quotas are on Rate limits.