HR & hiring · wired today
Drive Greenhouse with governed agents
People data is the most sensitive read an agent will ever make. The Greenhouse connector is one of 205 executable connectors and gives agents 4 read-only tools, with the credential held in the vault and every call receipted.
What agents can run against Greenhouse
| Tool | What it does |
|---|---|
list_jobs | List Greenhouse jobs (id, name, status, requisition id, open/close dates) |
list_candidates | List Greenhouse candidates, optionally filtered by job or email address |
list_departments | List an organization's Greenhouse departments (id, name, parent department) |
list_offices | List an organization's Greenhouse offices (id, name, location, parent office) |
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
What the Greenhouse connector needs
You provide API key from your Greenhouse account; Quox sends it as HTTP basic credentials. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Greenhouse's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
Greenhouse answers every unauthenticated request identically, so its endpoint paths rest on Greenhouse's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.
Greenhouse integration FAQ
What can Quox agents do with Greenhouse?
Agents can run 4 read-only tools against Greenhouse: list jobs, list candidates, list departments, list offices. Every call is receipted in the evidence trail.
What does the Greenhouse integration need?
You provide API key from your Greenhouse account; Quox sends it as HTTP basic credentials. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Greenhouse credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Greenhouse connector?
Greenhouse answers every unauthenticated request identically, so its endpoint paths rest on Greenhouse's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.