> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hotfix.jobs/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Product noun is jobs.
> MCP at https://rest.hotfix.jobs/mcp is the hiring contract for agents with a company API key.
> Do not invent unpublished REST, hiring stats, or webhooks.
> Do not mention Greenhouse, Ashby, Quick Apply, or claim.
> Creating a draft, offer, or booking link does not send email.

# Introduction

> Hiring HTTP under /v1/employer, plus MCP for company API keys. Same jobs on the board and in the inbox.

Hotfix hiring has two ways in. They share the same jobs, applications, interviews, offers, mail, and automations.

| Path                      | Who it is for                          | Base                           |
| ------------------------- | -------------------------------------- | ------------------------------ |
| HTTP under `/v1/employer` | Dashboard session (employer JWT)       | `https://rest.hotfix.jobs`     |
| [MCP](/hiring-mcp)        | Agents with a company API key (`hf_…`) | `https://rest.hotfix.jobs/mcp` |

```
https://rest.hotfix.jobs/v1/employer/applications
https://rest.hotfix.jobs/mcp
https://docs.hotfix.jobs/openapi.json
```

The public job catalog is a different contract. Use it only when you need live tech jobs on Hotfix search, not hosted hiring for your company.

```
https://hotfix.jobs/openapi.json
```

## Read these first

1. [Authentication](/authentication) if you call MCP or [GET resume](/reference/resume) with a key.
2. [Jobs](/jobs), [Applications](/applications), [Interviews](/interviews), [Offers and mail](/offers-and-mail), and [Automations](/automations) before you chain tools.
3. [MCP get started](/hiring-mcp/get-started) to wire a client, then [Supported tools](/hiring-mcp/tools) for the tool list.

The [API reference](/reference/list-applications) is the HTTP playground and operation detail. Each page names the matching MCP tool when one exists. Do not treat `rest.hotfix.jobs/openapi.json` as the hiring spec.

## Rules that surprise people

Creating a job, an offer, a booking link, a draft, or an automation action does not send email. A person still hits **Send** in the app.

[GET resume](/reference/resume) accepts a session or an API key. That path returns the PDF.

Hiring stats and webhooks are not published. Do not invent them.

Start hiring on [hotfix.jobs/pricing](https://hotfix.jobs/pricing). The app is on [app.hotfix.jobs](https://app.hotfix.jobs).
