Loading...
Loading...
Manage recruiting and hiring with Greenhouse's applicant tracking system.
npx skill4agent add andrejones92/canifi-life-os greenhousecurl -sSL https://canifi.com/skills/greenhouse/install.sh | bashcp -r skills/greenhouse ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GREENHOUSE_API_KEY "your_api_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Add John Smith as a candidate for the Engineering role"
Assistant: Creates candidate and links to jobUser: "Schedule an interview with Sarah for Tuesday at 2pm"
Assistant: Creates interview eventUser: "Show me candidates in the offer stage"
Assistant: Returns candidates by stageUser: "Submit feedback for the last interview"
Assistant: Creates scorecard with ratings| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 403 Forbidden | No permission | Check API key access |
| 404 Not Found | Resource not found | Verify ID |
| 429 Rate Limited | Too many requests | Implement backoff |