{
  "site": "https://docs.worklittle.com",
  "name": "Worklittle Docs",
  "description": "Documentation for Worklittle REST API, MCP server, webhooks, and employer ATS.",
  "webmcp": true,
  "chat_mcp": true,
  "learning_paths": [
    {
      "id": "getting-started",
      "topic": "Getting started",
      "summary": "API keys, pricing, quickstart curl, and product overview.",
      "start_path": "/get-started/overview",
      "pages": [
        "/get-started/overview",
        "/get-started/quickstart",
        "/get-started/api-keys",
        "/get-started/pricing",
        "/get-started/use-cases"
      ]
    },
    {
      "id": "job-search",
      "topic": "Job search API",
      "summary": "Search jobs, job details, stats, map, alerts, and agent REST tools.",
      "start_path": "/api/search-jobs",
      "pages": [
        "/api/search-jobs",
        "/api/search-companies",
        "/api/apply-for-jobs"
      ]
    },
    {
      "id": "people-search",
      "topic": "People Search",
      "summary": "Search applicants who applied on Worklittle and opted into being found by recruiters; unlock resume or contact fields.",
      "start_path": "/api/search-people",
      "pages": [
        "/api/search-people"
      ]
    },
    {
      "id": "employer-ats",
      "topic": "Employer ATS",
      "summary": "Post jobs, manage organization, candidates, webhooks.",
      "start_path": "/api/post-a-job",
      "pages": [
        "/api/post-a-job",
        "/api/manage-organization",
        "/api/manage-candidates",
        "/webhooks/overview",
        "/webhooks/integration"
      ]
    },
    {
      "id": "documents",
      "topic": "AI documents",
      "summary": "Generate resumes and cover letters via REST agent tools or MCP.",
      "start_path": "/api/create-resumes",
      "pages": [
        "/api/create-resumes",
        "/api/create-cover-letters"
      ]
    },
    {
      "id": "mcp",
      "topic": "MCP server",
      "summary": "Install MCP in IDEs, authenticate, and use 81 tools.",
      "start_path": "/mcp#overview",
      "pages": [
        "/mcp#overview",
        "/mcp#mcp-server",
        "/mcp#tools",
        "/mcp#authentication",
        "/mcp#prompt-guide"
      ]
    },
    {
      "id": "operations",
      "topic": "Operations",
      "summary": "Rate limits, errors, status, FAQ, release notes.",
      "start_path": "/resources/rate-limits",
      "pages": [
        "/resources/rate-limits",
        "/resources/errors",
        "/resources/status",
        "/resources/faq",
        "/resources/release-notes"
      ]
    }
  ],
  "nav_entries": [
    {
      "section": "Get started",
      "label": "Overview",
      "path": "/get-started/overview",
      "title": "Overview",
      "description": "Worklittle is the most commonly used API for finding jobs and hiring employees. You search millions of jobs, run your company's entire hiring and payroll process, and connect AI agents through a REST API and MCP server."
    },
    {
      "section": "Get started",
      "label": "Quickstart",
      "path": "/get-started/quickstart",
      "title": "Quickstart",
      "description": "Create an API key in the API Platform, then run your first job search with curl."
    },
    {
      "section": "Get started",
      "label": "API Keys",
      "path": "/get-started/api-keys",
      "title": "API Keys",
      "description": "API keys authenticate your integrations to Worklittle. Create, view, and revoke them in the API Platform."
    },
    {
      "section": "Get started",
      "label": "Pricing",
      "path": "/get-started/pricing",
      "title": "Pricing",
      "description": "Complete metered pricing for the Jobs REST API and MCP server. Everything else is free with a valid key or without a key as listed."
    },
    {
      "section": "Get started",
      "label": "Use cases",
      "path": "/get-started/use-cases",
      "title": "Use cases",
      "description": "Common ways teams wire Worklittle into products, agents, and employer workflows."
    },
    {
      "section": "API",
      "label": "Post a job",
      "path": "/api/post-a-job",
      "title": "Post a job",
      "description": "Publish roles on your Worklittle job board and optionally the global jobs index. Session posting in the API Platform or API-key automation for listings."
    },
    {
      "section": "API",
      "label": "Search people",
      "path": "/api/search-people",
      "title": "Search people",
      "description": "People Search lists candidates who applied to a job on Worklittle and opted into being found by recruiters. Search returns summaries; contact and resume unlocks are separate metered calls."
    },
    {
      "section": "API",
      "label": "Search jobs",
      "path": "/api/search-jobs",
      "title": "Search jobs",
      "description": "Search Worklittle's open-role index, paginate results, and fetch enriched job details for agents and job boards."
    },
    {
      "section": "API",
      "label": "Search companies",
      "path": "/api/search-companies",
      "title": "Search companies",
      "description": "Find employers by name or slug, map them in the index, scope job search by company, and render public Worklittle-hosted job boards."
    },
    {
      "section": "API",
      "label": "Apply for jobs",
      "path": "/api/apply-for-jobs",
      "title": "Apply for jobs",
      "description": "Submit candidate applications to Worklittle-hosted jobs and track which roles you applied to. Use your API key for programmatic apply flows, list applied jobs via REST or MCP, or public job-board routes for hosted forms without a key."
    },
    {
      "section": "API",
      "label": "Create resumes",
      "path": "/api/create-resumes",
      "title": "Create resumes",
      "description": "Generate a one-page hiring-ready resume (HTML, PDF, and/or DOCX) tailored to a job - or a draft that may mark missing details with []."
    },
    {
      "section": "API",
      "label": "Create cover letters",
      "path": "/api/create-cover-letters",
      "title": "Create cover letters",
      "description": "Generate a one-page hiring-ready cover letter for a company and role (HTML, PDF, and/or DOCX) - or a draft that may mark missing details with []."
    },
    {
      "section": "API",
      "label": "Manage organization",
      "path": "/api/manage-organization",
      "title": "Manage organization",
      "description": "Configure employer identity, internal teams, interview questions, and branding scoped to your organization."
    },
    {
      "section": "API",
      "label": "Manage candidates",
      "path": "/api/manage-candidates",
      "title": "Manage candidates",
      "description": "Operate your employer ATS: candidates, pipeline stages, notes, interviews, employees, email, and offers."
    },
    {
      "section": "MCP",
      "label": "Overview",
      "path": "/mcp#overview",
      "title": "Worklittle MCP",
      "description": "Setup guide for the Worklittle MCP server. One-click install for Cursor, VS Code, and Claude on the web. Manual setup for ChatGPT, Claude Desktop, Google Antigravity, Codex, Windsurf, and other MCP clients."
    },
    {
      "section": "MCP",
      "label": "MCP server",
      "path": "/mcp#mcp-server",
      "title": "Worklittle MCP",
      "description": "Setup guide for the Worklittle MCP server. One-click install for Cursor, VS Code, and Claude on the web. Manual setup for ChatGPT, Claude Desktop, Google Antigravity, Codex, Windsurf, and other MCP clients."
    },
    {
      "section": "MCP",
      "label": "Tools",
      "path": "/mcp#tools",
      "title": "Worklittle MCP",
      "description": "Setup guide for the Worklittle MCP server. One-click install for Cursor, VS Code, and Claude on the web. Manual setup for ChatGPT, Claude Desktop, Google Antigravity, Codex, Windsurf, and other MCP clients."
    },
    {
      "section": "MCP",
      "label": "Authentication",
      "path": "/mcp#authentication",
      "title": "Worklittle MCP",
      "description": "Setup guide for the Worklittle MCP server. One-click install for Cursor, VS Code, and Claude on the web. Manual setup for ChatGPT, Claude Desktop, Google Antigravity, Codex, Windsurf, and other MCP clients."
    },
    {
      "section": "MCP",
      "label": "Prompt guide",
      "path": "/mcp#prompt-guide",
      "title": "Worklittle MCP",
      "description": "Setup guide for the Worklittle MCP server. One-click install for Cursor, VS Code, and Claude on the web. Manual setup for ChatGPT, Claude Desktop, Google Antigravity, Codex, Windsurf, and other MCP clients."
    },
    {
      "section": "Webhooks",
      "label": "Overview",
      "path": "/webhooks/overview",
      "title": "Webhooks overview",
      "description": "Webhooks send HTTPS POST requests to your server when hiring events happen in your Worklittle organization, so you can sync an HRIS or trigger workflows without polling."
    },
    {
      "section": "Webhooks",
      "label": "Integration",
      "path": "/webhooks/integration",
      "title": "Webhook integration",
      "description": "Verify signatures, parse payloads, and handle retries safely in your application."
    },
    {
      "section": "Resources",
      "label": "Release notes",
      "path": "/resources/release-notes",
      "title": "Release notes",
      "description": "Latest updates to Worklittle apps and devtools"
    },
    {
      "section": "Resources",
      "label": "Rate limits",
      "path": "/resources/rate-limits",
      "title": "Rate limits",
      "description": "How Worklittle throttles API keys, public board traffic, and MCP upstream calls."
    },
    {
      "section": "Resources",
      "label": "Errors",
      "path": "/resources/errors",
      "title": "Errors",
      "description": "Structured JSON errors from the Jobs API and JSON-RPC errors from MCP."
    },
    {
      "section": "Resources",
      "label": "Status",
      "path": "/resources/status",
      "title": "Status",
      "description": "Check whether api.worklittle.com is reachable and monitor your own API usage in the API Platform."
    },
    {
      "section": "Resources",
      "label": "FAQ",
      "path": "/resources/faq",
      "title": "FAQ",
      "description": "Short answers about API keys, REST vs MCP, billing, job search, and public job boards."
    }
  ],
  "pages": [
    {
      "path": "/api/apply-for-jobs",
      "title": "Apply for jobs",
      "description": "Submit candidate applications to Worklittle-hosted jobs and track which roles you applied to. Use your API key for programmatic apply flows, list applied jobs via REST or MCP, or public job-board routes for hosted forms without a key.",
      "sections": [
        {
          "id": "overview-0",
          "heading": "Overview",
          "path": "/api/apply-for-jobs#overview-0"
        }
      ]
    },
    {
      "path": "/api/create-cover-letters",
      "title": "Create cover letters",
      "description": "Generate a one-page hiring-ready cover letter for a company and role (HTML, PDF, and/or DOCX) - or a draft that may mark missing details with [].",
      "sections": [
        {
          "id": "overview-0",
          "heading": "Overview",
          "path": "/api/create-cover-letters#overview-0"
        }
      ]
    },
    {
      "path": "/api/create-resumes",
      "title": "Create resumes",
      "description": "Generate a one-page hiring-ready resume (HTML, PDF, and/or DOCX) tailored to a job - or a draft that may mark missing details with [].",
      "sections": [
        {
          "id": "overview-0",
          "heading": "Overview",
          "path": "/api/create-resumes#overview-0"
        }
      ]
    },
    {
      "path": "/api/manage-candidates",
      "title": "Manage candidates",
      "description": "Operate your employer ATS: candidates, pipeline stages, notes, interviews, employees, email, and offers.",
      "sections": [
        {
          "id": "overview-0",
          "heading": "Overview",
          "path": "/api/manage-candidates#overview-0"
        },
        {
          "id": "when-to-use-1",
          "heading": "When to use",
          "path": "/api/manage-candidates#when-to-use-1"
        },
        {
          "id": "basic-usage-2",
          "heading": "Basic usage",
          "path": "/api/manage-candidates#basic-usage-2"
        },
        {
          "id": "manage-candidates-reference-3",
          "heading": "Manage candidates reference",
          "path": "/api/manage-candidates#manage-candidates-reference-3"
        }
      ]
    },
    {
      "path": "/api/manage-organization",
      "title": "Manage organization",
      "description": "Configure employer identity, internal teams, interview questions, and branding scoped to your organization.",
      "sections": [
        {
          "id": "overview-0",
          "heading": "Overview",
          "path": "/api/manage-organization#overview-0"
        },
        {
          "id": "when-to-use-1",
          "heading": "When to use",
          "path": "/api/manage-organization#when-to-use-1"
        },
        {
          "id": "basic-usage-2",
          "heading": "Basic usage",
          "path": "/api/manage-organization#basic-usage-2"
        }
      ]
    },
    {
      "path": "/api/post-a-job",
      "title": "Post a job",
      "description": "Publish roles on your Worklittle job board and optionally the global jobs index. Session posting in the API Platform or API-key automation for listings.",
      "sections": [
        {
          "id": "overview-0",
          "heading": "Overview",
          "path": "/api/post-a-job#overview-0"
        },
        {
          "id": "when-to-use-1",
          "heading": "When to use",
          "path": "/api/post-a-job#when-to-use-1"
        }
      ]
    },
    {
      "path": "/api/search-companies",
      "title": "Search companies",
      "description": "Find employers by name or slug, map them in the index, scope job search by company, and render public Worklittle-hosted job boards.",
      "sections": [
        {
          "id": "overview-0",
          "heading": "Overview",
          "path": "/api/search-companies#overview-0"
        },
        {
          "id": "when-to-use-1",
          "heading": "When to use",
          "path": "/api/search-companies#when-to-use-1"
        },
        {
          "id": "basic-usage-2",
          "heading": "Basic usage",
          "path": "/api/search-companies#basic-usage-2"
        }
      ]
    },
    {
      "path": "/api/search-jobs",
      "title": "Search jobs",
      "description": "Search Worklittle's open-role index, paginate results, and fetch enriched job details for agents and job boards.",
      "sections": [
        {
          "id": "overview-0",
          "heading": "Overview",
          "path": "/api/search-jobs#overview-0"
        },
        {
          "id": "when-to-use-1",
          "heading": "When to use",
          "path": "/api/search-jobs#when-to-use-1"
        }
      ]
    },
    {
      "path": "/api/search-people",
      "title": "Search people",
      "description": "People Search lists candidates who applied to a job on Worklittle and opted into being found by recruiters. Search returns summaries; contact and resume unlocks are separate metered calls.",
      "sections": [
        {
          "id": "overview-0",
          "heading": "Overview",
          "path": "/api/search-people#overview-0"
        },
        {
          "id": "who-appears-in-results-1",
          "heading": "Who appears in results",
          "path": "/api/search-people#who-appears-in-results-1"
        }
      ]
    },
    {
      "path": "/get-started/api-keys",
      "title": "API Keys",
      "description": "API keys authenticate your integrations to Worklittle. Create, view, and revoke them in the API Platform.",
      "sections": [
        {
          "id": "create-a-key-0",
          "heading": "Create a key",
          "path": "/get-started/api-keys#create-a-key-0"
        }
      ]
    },
    {
      "path": "/get-started/overview",
      "title": "Overview",
      "description": "Worklittle is the most commonly used API for finding jobs and hiring employees. You search millions of jobs, run your company's entire hiring and payroll process, and connect AI agents through a REST API and MCP server.",
      "sections": [
        {
          "id": "what-worklittle-provides-0",
          "heading": "What Worklittle provides",
          "path": "/get-started/overview#what-worklittle-provides-0"
        }
      ]
    },
    {
      "path": "/get-started/pricing",
      "title": "Pricing",
      "description": "Complete metered pricing for the Jobs REST API and MCP server. Everything else is free with a valid key or without a key as listed.",
      "sections": [
        {
          "id": "how-balances-work-0",
          "heading": "How balances work",
          "path": "/get-started/pricing#how-balances-work-0"
        }
      ]
    },
    {
      "path": "/get-started/quickstart",
      "title": "Quickstart",
      "description": "Create an API key in the API Platform, then run your first job search with curl.",
      "sections": [
        {
          "id": "1-create-an-api-key-0",
          "heading": "1. Create an API key",
          "path": "/get-started/quickstart#1-create-an-api-key-0"
        }
      ]
    },
    {
      "path": "/get-started/use-cases",
      "title": "Use cases",
      "description": "Common ways teams wire Worklittle into products, agents, and employer workflows.",
      "sections": [
        {
          "id": "job-search-in-an-ai-assistant-0",
          "heading": "Job search in an AI assistant",
          "path": "/get-started/use-cases#job-search-in-an-ai-assistant-0"
        },
        {
          "id": "resume-and-cover-letter-products-1",
          "heading": "Resume and cover letter products",
          "path": "/get-started/use-cases#resume-and-cover-letter-products-1"
        },
        {
          "id": "employer-ats-automation-2",
          "heading": "Employer ATS automation",
          "path": "/get-started/use-cases#employer-ats-automation-2"
        }
      ]
    },
    {
      "path": "/mcp",
      "title": "Worklittle MCP",
      "description": "Setup guide for the Worklittle MCP server. One-click install for Cursor, VS Code, and Claude on the web. Manual setup for ChatGPT, Claude Desktop, Google Antigravity, Codex, Windsurf, and other MCP clients.",
      "sections": [
        {
          "id": "overview",
          "heading": "Overview",
          "path": "/mcp#overview"
        },
        {
          "id": "mcp-server",
          "heading": "MCP server",
          "path": "/mcp#mcp-server"
        },
        {
          "id": "tools",
          "heading": "Tools",
          "path": "/mcp#tools"
        },
        {
          "id": "authentication",
          "heading": "Authentication",
          "path": "/mcp#authentication"
        },
        {
          "id": "prompt-guide",
          "heading": "Prompt guide",
          "path": "/mcp#prompt-guide"
        }
      ]
    },
    {
      "path": "/resources/errors",
      "title": "Errors",
      "description": "Structured JSON errors from the Jobs API and JSON-RPC errors from MCP.",
      "sections": [
        {
          "id": "rest-error-shape-0",
          "heading": "REST error shape",
          "path": "/resources/errors#rest-error-shape-0"
        }
      ]
    },
    {
      "path": "/resources/faq",
      "title": "FAQ",
      "description": "Short answers about API keys, REST vs MCP, billing, job search, and public job boards.",
      "sections": [
        {
          "id": "do-i-need-separate-keys-for-mcp-and-rest-0",
          "heading": "Do I need separate keys for MCP and REST?",
          "path": "/resources/faq#do-i-need-separate-keys-for-mcp-and-rest-0"
        }
      ]
    },
    {
      "path": "/resources/rate-limits",
      "title": "Rate limits",
      "description": "How Worklittle throttles API keys, public board traffic, and MCP upstream calls.",
      "sections": [
        {
          "id": "api-keys-0",
          "heading": "API keys",
          "path": "/resources/rate-limits#api-keys-0"
        },
        {
          "id": "public-job-boards-1",
          "heading": "Public job boards",
          "path": "/resources/rate-limits#public-job-boards-1"
        },
        {
          "id": "mcp-2",
          "heading": "MCP",
          "path": "/resources/rate-limits#mcp-2"
        }
      ]
    },
    {
      "path": "/resources/release-notes",
      "title": "Release notes",
      "description": "Latest updates to Worklittle apps and devtools",
      "sections": [
        {
          "id": "july-2026-0",
          "heading": "July 2026",
          "path": "/resources/release-notes#july-2026-0"
        }
      ]
    },
    {
      "path": "/resources/status",
      "title": "Status",
      "description": "Check whether api.worklittle.com is reachable and monitor your own API usage in the API Platform.",
      "sections": [
        {
          "id": "health-check-0",
          "heading": "Health check",
          "path": "/resources/status#health-check-0"
        },
        {
          "id": "your-account-1",
          "heading": "Your account",
          "path": "/resources/status#your-account-1"
        }
      ]
    },
    {
      "path": "/webhooks/integration",
      "title": "Webhook integration",
      "description": "Verify signatures, parse payloads, and handle retries safely in your application.",
      "sections": [
        {
          "id": "payload-shape-0",
          "heading": "Payload shape",
          "path": "/webhooks/integration#payload-shape-0"
        },
        {
          "id": "job-board-cache-invalidation-1",
          "heading": "Job board cache invalidation",
          "path": "/webhooks/integration#job-board-cache-invalidation-1"
        },
        {
          "id": "signature-headers-2",
          "heading": "Signature headers",
          "path": "/webhooks/integration#signature-headers-2"
        },
        {
          "id": "verify-in-node-3",
          "heading": "Verify in Node",
          "path": "/webhooks/integration#verify-in-node-3"
        },
        {
          "id": "mcp-management-4",
          "heading": "MCP management",
          "path": "/webhooks/integration#mcp-management-4"
        }
      ]
    },
    {
      "path": "/webhooks/overview",
      "title": "Webhooks overview",
      "description": "Webhooks send HTTPS POST requests to your server when hiring events happen in your Worklittle organization, so you can sync an HRIS or trigger workflows without polling.",
      "sections": [
        {
          "id": "how-deliveries-work-0",
          "heading": "How deliveries work",
          "path": "/webhooks/overview#how-deliveries-work-0"
        },
        {
          "id": "event-types-1",
          "heading": "Event types",
          "path": "/webhooks/overview#event-types-1"
        },
        {
          "id": "webhook-rest-routes-2",
          "heading": "Webhook REST routes",
          "path": "/webhooks/overview#webhook-rest-routes-2"
        },
        {
          "id": "job-alerts-rest-3",
          "heading": "Job alerts (REST)",
          "path": "/webhooks/overview#job-alerts-rest-3"
        }
      ]
    }
  ],
  "page_text": {
    "/api/apply-for-jobs": "# Apply for jobs\n\nSubmit candidate applications to Worklittle-hosted jobs and track which roles you applied to. Use your API key for programmatic apply flows, list applied jobs via REST or MCP, or public job-board routes for hosted forms without a key.\n\n## Overview",
    "/api/create-cover-letters": "# Create cover letters\n\nGenerate a one-page hiring-ready cover letter for a company and role (HTML, PDF, and/or DOCX) - or a draft that may mark missing details with [].\n\n## Overview",
    "/api/create-resumes": "# Create resumes\n\nGenerate a one-page hiring-ready resume (HTML, PDF, and/or DOCX) tailored to a job - or a draft that may mark missing details with [].\n\n## Overview",
    "/api/manage-candidates": "# Manage candidates\n\nOperate your employer ATS: candidates, pipeline stages, notes, interviews, employees, email, and offers.\n\n## Overview\n\n## When to use\n\n## Basic usage\n\n## Manage candidates reference",
    "/api/manage-organization": "# Manage organization\n\nConfigure employer identity, internal teams, interview questions, and branding scoped to your organization.\n\n## Overview\n\n## When to use\n\n## Basic usage",
    "/api/post-a-job": "# Post a job\n\nPublish roles on your Worklittle job board and optionally the global jobs index. Session posting in the API Platform or API-key automation for listings.\n\n## Overview\n\n## When to use",
    "/api/search-companies": "# Search companies\n\nFind employers by name or slug, map them in the index, scope job search by company, and render public Worklittle-hosted job boards.\n\n## Overview\n\n## When to use\n\n## Basic usage",
    "/api/search-jobs": "# Search jobs\n\nSearch Worklittle's open-role index, paginate results, and fetch enriched job details for agents and job boards.\n\n## Overview\n\n## When to use",
    "/api/search-people": "# Search people\n\nPeople Search lists candidates who applied to a job on Worklittle and opted into being found by recruiters. Search returns summaries; contact and resume unlocks are separate metered calls.\n\n## Overview\n\n## Who appears in results",
    "/get-started/api-keys": "# API Keys\n\nAPI keys authenticate your integrations to Worklittle. Create, view, and revoke them in the API Platform.\n\n## Create a key",
    "/get-started/overview": "# Overview\n\nWorklittle is the most commonly used API for finding jobs and hiring employees. You search millions of jobs, run your company's entire hiring and payroll process, and connect AI agents through a REST API and MCP server.\n\n## What Worklittle provides",
    "/get-started/pricing": "# Pricing\n\nComplete metered pricing for the Jobs REST API and MCP server. Everything else is free with a valid key or without a key as listed.\n\n## How balances work",
    "/get-started/quickstart": "# Quickstart\n\nCreate an API key in the API Platform, then run your first job search with curl.\n\n## 1. Create an API key",
    "/get-started/use-cases": "# Use cases\n\nCommon ways teams wire Worklittle into products, agents, and employer workflows.\n\n## Job search in an AI assistant\n\n## Resume and cover letter products\n\n## Employer ATS automation",
    "/mcp": "# Worklittle MCP\n\nSetup guide for the Worklittle MCP server. One-click install for Cursor, VS Code, and Claude on the web. Manual setup for ChatGPT, Claude Desktop, Google Antigravity, Codex, Windsurf, and other MCP clients.\n\n## Overview\n\n## MCP server\n\n## Tools\n\n## Authentication\n\n## Prompt guide",
    "/resources/errors": "# Errors\n\nStructured JSON errors from the Jobs API and JSON-RPC errors from MCP.\n\n## REST error shape",
    "/resources/faq": "# FAQ\n\nShort answers about API keys, REST vs MCP, billing, job search, and public job boards.\n\n## Do I need separate keys for MCP and REST?",
    "/resources/rate-limits": "# Rate limits\n\nHow Worklittle throttles API keys, public board traffic, and MCP upstream calls.\n\n## API keys\n\n## Public job boards\n\n## MCP",
    "/resources/release-notes": "# Release notes\n\nLatest updates to Worklittle apps and devtools\n\n## July 2026",
    "/resources/status": "# Status\n\nCheck whether api.worklittle.com is reachable and monitor your own API usage in the API Platform.\n\n## Health check\n\n## Your account",
    "/webhooks/integration": "# Webhook integration\n\nVerify signatures, parse payloads, and handle retries safely in your application.\n\n## Payload shape\n\n## Job board cache invalidation\n\n## Signature headers\n\n## Verify in Node\n\n## MCP management",
    "/webhooks/overview": "# Webhooks overview\n\nWebhooks send HTTPS POST requests to your server when hiring events happen in your Worklittle organization, so you can sync an HRIS or trigger workflows without polling.\n\n## How deliveries work\n\n## Event types\n\n## Webhook REST routes\n\n## Job alerts (REST)"
  },
  "mcp_sections": [
    {
      "path": "/mcp#overview",
      "label": "Overview"
    },
    {
      "path": "/mcp#mcp-server",
      "label": "MCP server"
    },
    {
      "path": "/mcp#tools",
      "label": "Tools"
    },
    {
      "path": "/mcp#authentication",
      "label": "Authentication"
    },
    {
      "path": "/mcp#prompt-guide",
      "label": "Prompt guide"
    }
  ]
}