Weavz
Greenhouse

Greenhouse

Recruiting and applicant tracking platform powered by Harvest v3

15 tools
6 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_candidates

List Greenhouse candidates with Harvest v3 filters and cursor pagination

get_candidate

Get a candidate by Greenhouse candidate ID

create_candidate

Create a candidate in Greenhouse Harvest v3

update_candidate

Update a candidate in Greenhouse Harvest v3

create_prospect

Create a Greenhouse prospect using the Harvest v3 candidate endpoint

create_candidate_note

Add a note to an existing candidate profile in Greenhouse

find_candidate

Find the first candidate matching an email address

find_or_create_candidate

Find a candidate by email, or create one if no candidate exists

find_due_scorecard

Retrieve scorecard details by ID, typically from a New Scorecard Due trigger

list_jobs

List jobs with Greenhouse Harvest v3 filters

get_job

Get a Greenhouse job by ID

list_applications

List candidate and prospect applications with Harvest v3 filters

get_application

Get a Greenhouse application by ID

list_job_posts

List Greenhouse job posts

list_interviews

List scheduled interviews

Triggers

Name
new_candidate_application

Triggers when a new application is submitted by a candidate

candidate_hired

Triggers when an application is marked hired

new_job_post

Triggers when a new job post is created

job_updated

Triggers when an existing job is updated

new_scheduled_interview

Triggers when a new scheduled interview is created within the configured time window

new_scorecard_due

Triggers when a new draft scorecard is due

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('greenhouse', 'list_candidates', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'greenhouse',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Greenhouse to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Greenhouse support?

Greenhouse supports 15 tools including List Candidates, Get Candidate, Create Candidate, Update Candidate, Create Prospect, and more.

Can I use Greenhouse with AI agents?

Yes. Add Greenhouse to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Greenhouse to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Greenhouse as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Greenhouse tools exposed by that workspace.

Does Greenhouse work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Greenhouse work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Greenhouse?

Greenhouse exposes 15 tools, including List Candidates, Get Candidate, Create Candidate, Update Candidate, Create Prospect, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Greenhouse be used in stateful agent workflows?

Yes. Agents can combine Greenhouse tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Greenhouse use?

Greenhouse uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Greenhouse integration cost?

The Greenhouse integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Greenhouse support?

Greenhouse supports 6 triggers including New Candidate Application, Candidate Hired, New Job Post, Job Updated, New Scheduled Interview, and more.

Connect Greenhouse in minutes

Get 20,000 free action executions every month. No credit card required.