Skip to main content
Orbyt
Jobs
Overview
Everything Orbyt Jobs does
Features
Orbyt Jobs product home
Compare
Orbyt vs. the competition
Pricing
Plans and pricing
API Docs
22 endpoints, MCP native
Job Search
15 tracks tailored to your exact moment
Job Salaries
3,445 roles across 81 cities
Guides
Long-form career playbooks for every search
Intelligence
Overview
AI compensation, decoded. The intelligence stack.
Features
Every engine, surface, and integration in one place.
Compare
Side-by-side vs Levels, Payscale, Pave, Glassdoor.
Pricing
Build $99, Pro $299, Scale $1,999. 14-day first-subscription trial.
Connect to Claude
MCP server wired into Claude Code in three steps.
API Docs
20 endpoints with Decision-Ready Responses.
Playground
Three engine response shapes with cURL examples.
Try It Live
One-click live API call returning a real response.
Data Catalog
Every role, city, and engine in the underlying dataset.
Companies
54 leveling frameworks with cross-company salary bands.
Compensation Reports
Free Summary PDF plus the Enterprise Annual report.
International
AI compensation for the US, UK, and Canada.
Free ToolsDeveloperBlogSupport
Company
About
What Orbyt is, and why it exists
Founder
Justin Bartak
Values
The principles that shape every build decision
Creed
What we believe about the future of work
The Book
Cold Start. One founder, one AI, no team.
Labs
S4 skunkworks projects
Press
Media kit, logos, and press inquiries
Contact
Email the team
Log inStart
BlogSupport
Products
Orbyt One
Orbyt Jobs
Overview
OverviewEverything Orbyt Jobs doesFeaturesOrbyt Jobs product homeCompareOrbyt vs. the competitionPricingPlans and pricing
Explore
API Docs22 endpoints, MCP nativeJob Search15 tracks tailored to your exact momentJob Salaries3,445 roles across 81 citiesGuidesLong-form career playbooks for every search
Orbyt Intelligence
Overview
OverviewAI compensation, decoded. The intelligence stack.FeaturesEvery engine, surface, and integration in one place.CompareSide-by-side vs Levels, Payscale, Pave, Glassdoor.PricingBuild $99, Pro $299, Scale $1,999. 14-day first-subscription trial.
Try & Build
Connect to ClaudeMCP server wired into Claude Code in three steps.API Docs20 endpoints with Decision-Ready Responses.PlaygroundThree engine response shapes with cURL examples.Try It LiveOne-click live API call returning a real response.
Browse Data
Data CatalogEvery role, city, and engine in the underlying dataset.Companies54 leveling frameworks with cross-company salary bands.Compensation ReportsFree Summary PDF plus the Enterprise Annual report.InternationalAI compensation for the US, UK, and Canada.
Free Tools
Free Tools HubThe full Free Tools hubJob SearchOrbyt for your exact momentCompensation ReportsFree Summary PDF, no signupInterview PrepAI-powered interview coachingResume ScoreGrade your resume against any roleCover Letter GeneratorTailored AI letter, free PDFSalary Explorer3,445 roles across 81 citiesSalary CalculatorBase, bonus, equity in minutesTake-Home CalculatorAfter federal and state taxTotal Comp CalculatorFull compensation mathSkills ImpactWhat each skill adds to compCompare OffersSide-by-side offer mathSalary Projections 20305-year comp forecastsSalary WidgetEmbed salary data anywhereUnemployment CalculatorState-by-state benefits mathAI Skills AssessmentRate your AI-era readinessAI Skills LabThe skills that pay in 2026AI & Tech Job BoardCurated AI-era rolesCareer GuidesLong-form career strategy
Developer
Developer HubOrbyt APIIntelligence API
Company
AboutWhat Orbyt is, and why it existsFounderJustin BartakValuesThe principles that shape every build decisionCreedWhat we believe about the future of workThe BookCold Start. One founder, one AI, no team.LabsS4 skunkworks projectsPressMedia kit, logos, and press inquiriesContactEmail the team
StartAlready have an account? Log in
  1. Home/
  2. Orbyt Jobs/
  3. API Docs
OverviewFeaturesComparePricingAPI

REST native.

23 endpoints. Full CRUD. Real-time webhooks.

Connect ChatGPT, Shortcuts, or any tool that speaks REST.

Get API KeyOpenAPI Spec
orbyt-mcp
$
Orby, the Orbyt mascot

Build it.

One API. Every integration.

AI Assistants

ChatGPT, Apple Shortcuts, iMessage

Ask your AI about your pipeline, get suggestions, add jobs from conversation. Works with ChatGPT GPT Actions today.

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?"

Quick start

One call to see your entire pipeline.

curl https://www.orbytjobs.ai/api/mcp/pipeline \
  -H "Authorization: Bearer ext_your_token"
Response200 OK
{
  "summary": {
    "total": 24,
    "byStatus": {
      "saved": 8,
      "applied": 9,
      "screening": 3,
      "interviewing": 3,
      "offer": 1
    },
    "responseRate": 0.29,
    "avgDaysInStatus": 6.2
  },
  "needsAttention": [
    {
      "jobId": "j_8f3a2b",
      "company": "Stripe",
      "role": "Senior Frontend Engineer",
      "reason": "No activity in 12 days",
      "suggestion": "Follow up on your application"
    }
  ],
  "recentWins": [
    {
      "type": "offer",
      "company": "Linear",
      "role": "Staff Engineer",
      "date": "2026-03-27"
    }
  ]
}

Try it now

Paste your API token to query your real pipeline. Or click Demo for sample data.

API SandboxTry it with your data
GET/api/mcp/pipeline
Click Demo to see a sample response from Pipeline Summary

Looking for compensation data?

Orbyt Intelligence is a separate product.

3445 roles × 81 cities. Public JSON API. Free account required. Cited by AI research teams, HR tech, and newsrooms.

Explore Intelligence →

Orbyt API

23 authenticated endpoints for jobs, contacts, activities, calendar, pipeline, and webhooks. Full CRUD with your API token.

Jobs

GET/api/mcp/jobsList all jobs with optional status filter
GET/api/mcp/jobs/{id}Get full details for a single job
POST/api/mcp/jobsAdd a new job to the pipeline
PATCH/api/mcp/jobs/{id}Update a job's details (partial update)
POST/api/mcp/jobs/{id}/statusUpdate a job's pipeline status
DELETE/api/mcp/jobs/{id}Delete a job and related activities

Contacts

GET/api/mcp/contactsList contacts with optional company filter
GET/api/mcp/contacts/{id}Get full details for a single contact
POST/api/mcp/contactsAdd a networking contact
PATCH/api/mcp/contacts/{id}Update a contact's details (partial update)
DELETE/api/mcp/contacts/{id}Delete a contact and unlink from jobs

Activities

GET/api/mcp/activitiesList activities with job, contact, type, and date filters
POST/api/mcp/activitiesLog a job search activity

Calendar

GET/api/mcp/calendarGet upcoming interviews and events
POST/api/mcp/calendarCreate a calendar event

Pipeline

GET/api/mcp/pipelineGet pipeline summary with status counts and insights

Suggestions

GET/api/mcp/suggestionsGet AI agent suggestions and next actions

Webhooks

GET/api/mcp/webhooksList registered webhooks
POST/api/mcp/webhooksRegister a new webhook
DELETE/api/mcp/webhooksRemove a webhook by ID
POST/api/mcp/webhooks/testSend a test webhook event

Identity

GET/api/mcp/meGet your profile, tier, pipeline summary, and rate limits
POST/api/mcp/mePerform an account action, like logging a mood check-in

View full MCP manifest with parameters →

Authentication

Four steps to your first API call.

1

Sign up for Orbyt

Create an account at orbytjobs.ai. The API requires an Ultra plan.

2

Go to Settings

Open Settings > Account > Extension Tokens.

3

Generate a token

Select read-only or read-write scope. Your token starts with ext_.

4

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)
Register a webhook
curl -X POST https://www.orbytjobs.ai/api/mcp/webhooks \
  -H "Authorization: Bearer ext_your_token" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://hooks.zapier.com/hooks/catch/YOUR_ZAP_ID",
    "events": ["offer.received", "interview.scheduled"],
    "secret": "my_signing_secret"
  }'
Webhook payload
{
  "event": "job.status_changed",
  "timestamp": "2026-03-29T14:22:00Z",
  "data": {
    "jobId": "j_8f3a2b",
    "company": "Stripe",
    "role": "Senior Frontend Engineer",
    "previousStatus": "interviewing",
    "newStatus": "offer"
  }
}
Verify signatures (Node.js)
import crypto from "crypto";

function verifyWebhook(body, signature, secret) {
  const expected = "sha256=" +
    crypto.createHmac("sha256", secret)
      .update(body)
      .digest("hex");
  return crypto.timingSafeEqual(
    Buffer.from(signature),
    Buffer.from(expected)
  );
}

// In your handler:
const sig = req.headers["x-orbit-signature"];
const isValid = verifyWebhook(rawBody, sig, "my_signing_secret");
Verify signatures (Python)
import hmac, hashlib

def verify_webhook(body: bytes, signature: str, secret: str) -> bool:
    expected = "sha256=" + hmac.new(
        secret.encode(), body, hashlib.sha256
    ).hexdigest()
    return hmac.compare_digest(signature, expected)

# In your handler:
sig = request.headers["X-Orbyt-Signature"]
is_valid = verify_webhook(request.data, sig, "my_signing_secret")

Error reference

Every error returns a consistent JSON envelope with an error message and code.

400The request body is missing required fields, contains invalid values, or is malformed JSON.
{ "error": "Missing required field: title", "code": "VALIDATION_ERROR" }
401Missing or invalid API token. Include Authorization: Bearer ext_your_token in every request.
{ "error": "Unauthorized", "code": "UNAUTHORIZED" }
403Your Orbyt plan does not include API access, your token was revoked, or the token lacks the required scope (e.g., write operation with a read-only token).
{ "error": "Forbidden", "code": "FORBIDDEN" }
404The resource ID does not exist or belongs to a different user.
{ "error": "Not found", "code": "NOT_FOUND" }
429Rate limit exceeded. Per-minute (60 req/min) or monthly (50,000/month) cap reached. Check X-RateLimit-Remaining headers.
{ "error": "Too many requests", "code": "RATE_LIMITED" }
500Internal server error. This is a bug on our side. If persistent, contact support.
{ "error": "Internal error", "code": "INTERNAL_ERROR" }

Integration guides

Step-by-step setup for the most popular platforms.

Claude Desktop

MCP

Connect Claude Desktop to Orbyt Intelligence over MCP. The working config, the Pro plan requirement, what the Jobs pipeline can and cannot do, and the honest history of the handshake bug we fixed. Verified June 2026.

Read guide →

ChatGPT GPT Actions

OpenAPI

Import the Orbyt GPT Actions spec to build a Custom GPT. Your GPT can read your pipeline, log activities, and help you prepare for interviews using your real data.

Read guide →

Apple Shortcuts

REST

Use the "Get Contents of URL" action with Bearer auth. Build morning briefings, quick-add workflows, and Siri commands that talk to your pipeline.

Read guide →

Zapier / Make.com / n8n

Webhooks

Register webhooks via the API and trigger Zaps or scenarios. Get Slack alerts on offers, auto-log interview notes, or sync new jobs to Notion.

Read guide →

OpenClaw

MCP

Connect Orbyt to OpenClaw for AI-powered job search assistance. OpenClaw reads Orbyt's REST tool manifest, so setup takes under a minute.

Read guide →

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-Remaining

Ultra plan required. Exceeding limits returns a 429 status with a Retry-After header.

S4 Skunkworks

Built different.
Ships when it ships.

Safari. iOS. Apple Watch. Vision Pro.
Four platforms. Built in the open.

90%

Safari

75%

iOS

85%

Watch

25%

Vision Pro

Visit Labs
Apple Vision Pro

Your API key is waiting.

Start building.

Begin.

Job Search

  • Career Changers
  • New Graduates
  • Recently Laid Off
  • Remote Workers
  • Executives
  • Replaced by AI
  • Healthcare Workers
  • All job types →

Guides

  • Career Guides
  • AI Skills Lab
  • AI & Tech Job Board
  • Compensation Reports

Free Tools

  • Resume Score
  • Cover Letter Generator
  • Interview Prep
  • Unemployment Calculator
  • Compare Offers
  • AI Skills Assessment
  • Salary Widget
  • All free tools →

Reference

  • Job Search Glossary
  • Intelligence Glossary
  • Methodology
  • All references →

Salary Data

  • Salary Explorer
  • AI Salary Hubs
  • Salary Calculator
  • Take-Home Calculator
  • Total Comp Calculator
  • All salary data →

Compare

  • Orbyt vs Teal
  • Orbyt vs Huntr
  • Orbyt vs LinkedIn
  • Orbyt vs Levels.fyi
  • Orbyt vs Glassdoor
  • All comparisons →

Product

  • Orbyt One
  • Orbyt Jobs
  • Orbyt Intelligence
  • Orbyt Labs

Developers

  • Developer Hub
  • Orbyt API
  • Intelligence API

Integrations

  • Claude Desktop
  • ChatGPT
  • Zapier
  • All integrations →

Account

  • Sign In
  • Sign Up

Company

  • Blog
  • About
  • Founder
  • The Book
  • Press
  • Contact
  • Support

Fun Stuff

  • Arcade Games
  • Ghost Job Detector
Job Search
  • Career Changers
  • New Graduates
  • Recently Laid Off
  • Remote Workers
  • Executives
  • Replaced by AI
  • Healthcare Workers
  • All job types →
Guides
  • Career Guides
  • AI Skills Lab
  • AI & Tech Job Board
  • Compensation Reports
Free Tools
  • Resume Score
  • Cover Letter Generator
  • Interview Prep
  • Unemployment Calculator
  • Compare Offers
  • AI Skills Assessment
  • Salary Widget
  • All free tools →
Reference
  • Glossary
  • Methodology
  • Dataset
  • Changelog
  • All references →
Salary Data
  • Salary Explorer
  • AI Salary Hubs
  • Salary Calculator
  • Take-Home Calculator
  • Total Comp Calculator
  • All salary data →
Compare
  • Orbyt vs Teal
  • Orbyt vs Huntr
  • Orbyt vs LinkedIn
  • Orbyt vs Levels.fyi
  • Orbyt vs Glassdoor
  • All comparisons →
Product
  • Orbyt One
  • Orbyt Jobs
  • Orbyt Intelligence
  • Orbyt Labs
Developers
  • Developer Hub
  • Orbyt API
  • Intelligence API
  • Claude Desktop
  • ChatGPT
  • Zapier
  • All integrations →
Company
  • Blog
  • About
  • Founder
  • The Book
  • Press
  • Contact
  • Support
Fun Stuff
  • Arcade Games
  • Ghost Job Detector
Sign InSign Up
Orbyt

© 2026 Purecraft LLC  All rights reserved.

Privacy·Terms·Security·Accessibility·DPA·Refund·Status·Sitemap