Agent Skill · Worklittle

worklittle-best-practices

Guides Worklittle integration decisions across REST vs MCP vs SDK/CLI, API key scopes, AI token billing, free quotas, rate limits and 402 handling, grounding answers in API data, and never inventing job_id or candidate IDs. Use when building, modifying, or reviewing any Worklittle integration, including job search, apply automation, resumes, ATS, webhooks, or MCP tools.

Provider: Worklittle Path in repo: worklittle-best-practices/SKILL.md

Skill body

Base URLs:

Surface URL
REST https://api.worklittle.com
MCP https://mcp.worklittle.com
Docs https://docs.worklittle.com

Auth: Bearer sk-wl-api01-... from API keys. One key works for REST and MCP. Missing scope returns 403, not empty data.

Integration routing

Building… Prefer Details
Unsure which endpoint / product Router skill capability-map
Connect Cursor / Claude / VS Code MCP install skill mcp-install
Agent in Cursor / Claude / ChatGPT with tools MCP references/transport.md
Backend, scripts, high-volume loops REST or SDK/CLI references/transport.md
Job discovery GET /jobs / search_jobs skill job-search
Counts / trends / salary averages GET /stats skill market-stats
Job seeker alert emails Settings on worklittle.com skill job-alerts
Apply with AI or hosted apply Jobs apply APIs skill apply-with-ai
Resumes / cover letters Document APIs skill resume-cover-letter
Publish employer listings /business/jobs skill post-a-job
Candidates (stages, interviews, offers, email, webhooks) Business /candidates skill candidates
Employees (roster, attendance calendar, email, webhooks) Business /employees skill employees
Docs lookup docs discovery skill worklittle-docs

Public People Search is temporarily off. If asked about GET /people, read skill people-search (unavailable notice) and prefer candidates for employer pipelines.

Read the relevant reference (and the matching skill) before writing code or answering integration questions.

Critical rules

Scopes

Scope Allows
jobs:read GET /jobs, GET /jobs/:id, GET /jobs/map, GET /stats
jobs:apply Hosted apply, Apply with AI
agent:tools Resumes, cover letters, agent tools
people:read Reserved — public People Search temporarily unavailable
jobs:post Employer listings
jobs:applications ATS candidates, employees, offers, email
webhooks:manage Webhooks CRUD
documents:read / documents:write HR documents
employees:read Surveys and related org reads

Full tables: references/scopes.md. Billing notes: references/billing.md.

Key documentation

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/worklittle-best-practices"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.