Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration. With a managed OAuth app, Connect works without these variables; set them to use your own OAuth app instead.
VariableRequiredDescription
LEVER_CLIENT_IDYesLever OAuth Client ID Docs.
LEVER_CLIENT_SECRETYesLever OAuth Client Secret Docs.

Setup

  1. Register an OAuth app with Lever: Lever OAuth apps are issued through the Lever partner process - request credentials at https://hire.lever.co/developer/oauth (or via partner support). For quick internal testing, Lever also offers API keys, but this connector uses OAuth.
  2. Use a sandbox environment: Ask Lever for a sandbox account to test against before touching production hiring data.
  3. Set the redirect URI: Register your deployment’s /api/auth/lever/callback URL as an allowed redirect URI.
  4. Set environment variables: Add LEVER_CLIENT_ID and LEVER_CLIENT_SECRET to your .env.
  5. Connect and verify: Complete the OAuth consent flow as a Lever Super Admin, then run List Stages to confirm access.
  • The authorize request must include audience=https://api.lever.co/v1/ - the connector sends it automatically
  • offline_access (with prompt=consent) is required to receive a refresh token
  • Scopes are granular per resource; add more (e.g. users:read:admin) if you extend the tools
Provider API reference: https://hire.lever.co/developer/documentation

Tools

ToolAccessDescription
List OpportunitiesReadList candidate opportunities
Get OpportunityReadGet a single opportunity
List PostingsReadList job postings
Get PostingReadGet a single job posting
List StagesReadList pipeline stages

Example prompts

  • List my active Lever opportunities grouped by stage with candidate names and tags.
  • Show my published Lever postings with their teams and locations.