aid: worklittle name: Worklittle description: >- Worklittle is a workforce-intelligence platform covering job discovery, auto-apply, embedded careers boards, ATS sync and sourcing over one API. It splits into two halves: Jobs, the market-wide index plus candidate-facing apply and document tools including commute search on a geocoded job map, and Business, an employer hiring workspace with postings, an ATS pipeline, employees, HR documents and webhooks. The public contract is an OpenAPI 3.1 document of 59 paths and 59 operations served from api.worklittle.com with bearer authentication. Worklittle also operates an MCP server documented for Cursor, Claude and VS Code, and publishes a 1.4MB agent manifest alongside a 97KB llms.txt. type: Index url: https://raw.githubusercontent.com/api-evangelist/worklittle/refs/heads/main/apis.yml deliveryModel: model: unknown open_source: false commercial: false callable_host: false label: Delivery model not determined — needs a product licence on record confidence: low source: - none generated: '2026-08-28' method: derived created: '2026-08-24' modified: '2026-08-24' specificationVersion: '0.23' tags: - Job Search - ATS - Recruiting - Workforce Intelligence tags_raw: - job search - ats - recruiting - workforce intelligence apis: - aid: worklittle:worklittle-job-boards-api name: Worklittle Job Boards API description: The Job Boards API from Worklittle — 8 operation(s) for job boards. humanURL: https://docs.worklittle.com baseURL: https://api.worklittle.com tags: - Job Boards properties: - type: OpenAPI url: openapi/worklittle-job-boards-api-openapi.yml - type: APIReference url: https://docs.worklittle.com/api-reference - type: Documentation url: https://docs.worklittle.com common: - type: MCPServer url: https://docs.worklittle.com/jobs/mcp - type: LLMsTxt url: llms/worklittle-llms.txt - type: AgentManifest url: a2a/worklittle-agent-manifest.json - type: Website url: https://worklittle.com - type: DeveloperPortal url: https://docs.worklittle.com maintainers: - FN: Worklittle email: logan@my.worklittle.com url: https://worklittle.com x-provenance: added: '2026-08-24' method: searched source: https://docs.worklittle.com/llms.txt note: >- Submitted via apis.io/add on 2026-08-24 and auto-published by the gate at rating 15. THE SUBMITTED APIs.json URL IS NOT A DOCUMENT. https://docs.worklittle.com/apis.json returns 200 and differs from a control path, which is why it survives a naive check — but the body is HTML, the docs overview page. Distinctness from a control is NOT sufficient on a host that renders unknown routes; the content type has to be read too. The real locations came from the provider's own llms.txt, which names them: the specification at /openapi/openapi.yaml and an agent manifest at /docs-agent-manifest.json. THE SPECIFICATION IS $REF-BASED AND THE ROOT FILE IS ONLY 5.8KB. It declares 59 paths and zero inline operations; every path is a $ref into one of three sibling documents. All three were fetched and all three resolve: paths/jobs.yaml (10 operations), paths/platform.yaml (41), and job-boards.yaml (8) — note the last sits at the openapi/ root, NOT under paths/, which is what the $ref actually says. Reading the root file alone would report an API with no operations at all; the 59 here is the resolved count. One caution for anyone re-harvesting: this host returns a 5,636-byte HTML page with HTTP 200 for any path that does not exist, including inside openapi/paths/. A guessed filename comes back looking like a successful fetch. Follow the $ref values, do not guess.