Create a key
- In the app, open Org → API.
- Create a key as an owner or admin. A basic member cannot. Keys unlock on a hosted plan.
- Copy the secret when it appears. Hotfix stores a hash. You will not see the secret again.
- Put it in an environment variable. Do not commit it.
hf_. Cap is 20 keys per company.
Call with the key
Use the same header on MCP and on GET resume.What the key can call
The key can call every MCP tool for that company, and GET resume. Other/v1/employer routes take an employer session from the dashboard, not this key.
Errors
A bad or missing key returns401 before a tool runs.
Dashboard session
The dashboard sends a session JWT on/v1/employer. You do not mint or send that token. Org admin is required. The org on the token is the company.