Developer API
One API. Every AI.
Connect Orbit to Claude, OpenClaw, ChatGPT, Siri, Zapier, and any tool that speaks REST. 22 endpoints. Full CRUD. Real-time webhooks.
What you can build
One API. Dozens of possibilities.
AI Assistants
Claude Desktop, ChatGPT, iMessage
Ask your AI about your pipeline, get suggestions, add jobs from conversation. Works with any MCP-compatible client.
Automations
Zapier, Make.com, n8n
Trigger workflows on status changes. Slack alerts on offers. Auto-add interviews to your calendar app.
Voice & Shortcuts
Siri, Apple Shortcuts
Morning briefing on your phone. Quick-add jobs by voice. "Hey Siri, what interviews do I have today?"
Try it now
One call to see your entire pipeline.
22 endpoints
Full CRUD for jobs, contacts, activities, calendar, pipeline, and webhooks.
Jobs
Contacts
Activities
Calendar
Pipeline
Suggestions
Webhooks
Identity
Authentication
Four steps to your first API call.
Sign up for Orbit
Create an account at orbitjobs.ai. The API requires an Ultra plan.
Go to Settings
Open Settings > Account > Extension Tokens.
Generate a token
Select read-only or read-write scope. Your token starts with ext_.
Use it in your requests
Pass the token as a Bearer header in every API call.
Example header
Authorization: Bearer ext_a1b2c3d4e5f6...
Webhooks
Get notified when things happen in your pipeline.
Available events
job.createdjob.updatedjob.status_changedjob.deletedcontact.createdcontact.updatedcontact.deletedactivity.createdinterview.scheduledoffer.received* (all)Integration guides
Step-by-step setup for the most popular platforms.
Rate limits
Generous limits for real workflows.
60
requests per minute
50,000
requests per month
Rate limit headers
X-RateLimit-LimitX-RateLimit-RemainingX-RateLimit-Monthly-LimitX-RateLimit-Monthly-RemainingUltra plan required. Exceeding limits returns a 429 status with a Retry-After header.