Skip to main content
Orbyt
Products
Products
Orbyt Jobs
The job search CRM. Free forever.
Orbyt Intelligence
AI compensation data, and the API behind it.
Orbyt One
One account. Every Orbyt product.
Research lab
Orbyt CollectiveAn agent leadership team, an audit harness, and governance layer
The lab
Orbyt Labs
The skunkworks: the agent org, iOS, Apple Watch, Vision Pro
By your situation
Job Search Tracks
15 tracks for your exact moment
For Recruiters
Hiring and comp benchmarking
Start without a card
Playground
Run a live query
MCP server
Three steps into Claude Code
API docs
Endpoints, auth, and limits
What one account means
One login for Jobs and Intelligence.
One bill, one payment method.
One profile that follows you.
Developers
Build
Developer Hub
Start here
Orbyt API
The platform API
Jobs API Docs
23 endpoints, MCP native
Intelligence API
20 endpoints, Decision-Ready
Try
MCP Server
Wired into Claude Code in three steps
Playground
Engine response shapes with cURL
Try It Live
One call, one real response
Webhooks
Events and delivery
Reference
Reference
The full index
Glossary
Every term, defined
Methodology
How the numbers are made
Status
Live service health
Resources
Learn
Interview Prep
Company-by-company question sets
AI Skills Lab
The skills that pay in 2026
Guides
Long-form career playbooks
Blog
What we are building, in the open
Tools and data
Free Tools
Calculators and generators, no signup
Salary Explorer
3,445 roles across 81 cities
Job Board
Curated AI-era roles
Compensation Reports
Free summary PDF
Data Catalog
Every role, city, and engine
Companies
54 leveling frameworks
International
The US, UK, and Canada
Help
Support
Help center and contact
Compare
Orbyt against the alternatives
Books
Start reading
The books
The story in order
Read the opening
Free, no email required
The series
Book 1: Cold Start
Available now
Book 2: Unfair Advantage
Writing
Book 3: Human Heartbeat
Coming
Book 4: Without Me
Future
Book 5: Observer Effect
Future
Receipts
Building in Public
The numbers behind the books
Pricing
Company
Who we are
About
A family of AI products, and why they exist
Leadership
One human decides. AI agents advise.
Values
The principles behind every build decision
Creed
Here is to the relentless ones. The company creed
The story
Labs
The Skunkworks. iOS, Apple Watch, Vision Pro.
Press
Media kit, logos, and inquiries
Contact
Email the team
Log inStart
Pricing
Products
Orbyt JobsOrbyt IntelligenceOrbyt One
Research lab
Orbyt Collective
The lab
Orbyt Labs
Developers
Build
Developer HubOrbyt APIJobs API DocsIntelligence API
Try
MCP ServerPlaygroundTry It LiveWebhooks
Reference
ReferenceGlossaryMethodologyStatus
Resources
Learn
Interview PrepAI Skills LabGuidesBlog
Tools and data
Free ToolsSalary ExplorerJob BoardCompensation ReportsData CatalogCompaniesInternational
Help
SupportCompare
Calculators and tools
Salary CalculatorTake-Home CalculatorTotal Comp CalculatorCompare OffersSkills ImpactSalary Projections 2030Resume ScoreCover Letter GeneratorSalary WidgetUnemployment CalculatorAI Skills Assessment
Books
Start reading
The booksRead the opening
The series
Book 1: Cold StartBook 2: Unfair AdvantageBook 3: Human HeartbeatBook 4: Without MeBook 5: Observer Effect
Receipts
Building in Public
Company
Who we are
AboutLeadershipValuesCreed
The story
LabsPressContact
StartAlready have an account? Log in
  1. Home/
  2. Developers/
  3. OpenClaw
Developers
MCP3 min readUpdated Jun 12, 2026

OpenClaw Integration Guide

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

Overview

OpenClaw is an AI assistant that can load external tools. Connecting Orbyt gives OpenClaw direct access to your job pipeline, contacts, calendar, and suggestions.

One honest clarification before the steps. The URL you paste below, https://www.orbytjobs.ai/mcp.json, is a static REST tool manifest: a JSON file describing 29 REST endpoints. It is not a live JSON-RPC MCP server. OpenClaw's manifest-based server support reads it. If your client requires a real MCP server (the JSON-RPC kind that Claude Desktop speaks), Orbyt has one for salary intelligence at https://www.orbytjobs.ai/api/v1/intelligence/mcp; it negotiates official MCP protocol versions and requires an Intelligence key on the Pro plan or higher. See the Claude Desktop guide for that config.

What You Need

  • Orbyt Ultra plan
  • OpenClaw installed
  • An Orbyt API key from Settings > Account > API Keys

Step 1: Get Your API Key

  1. Open Orbyt > Settings > Account
  2. Scroll to API Keys
  3. Click Create API Key
  4. Name it "OpenClaw"
  5. Copy the token (starts with ext_)

Step 2: Add Orbyt to OpenClaw

  1. Open OpenClaw Settings
  2. Go to the MCP Servers section
  3. Click Add Server
  4. Enter these details:

- Name: Orbyt

- URL: https://www.orbytjobs.ai/mcp.json

- Auth Header: Bearer ext_your_token_here

  1. Click Save

That's it. OpenClaw will load all 29 Orbyt tools automatically: 22 job-search pipeline tools plus 7 salary intelligence lookups. The 7 salary tools call the Orbyt Intelligence REST API and need an intelligence_ key (the free tier covers them, no card required); your ext_ token covers the 22 pipeline tools.

Step 3: Try It

Ask OpenClaw:

  • "What's in my job pipeline?"
  • "Add a Senior Engineer role at Figma to my pipeline"
  • "What should I follow up on this week?"
  • "Show me my contacts at Stripe"
  • "Log a phone screen with Linear today"

What OpenClaw Can Do With Orbyt

Ask OpenClaw to...What happens
Show your pipelineReads your jobs grouped by status
Add a jobCreates a new entry in your pipeline
Update a statusMoves a job to the next stage
Check follow-upsShows overdue and upcoming action items
Find contactsSearches by name or company
Log an activityRecords calls, emails, interviews
Check your calendarShows upcoming interviews and events

Troubleshooting

Orbyt doesn't appear in OpenClaw:

  • Double-check the URL is exactly https://www.orbytjobs.ai/mcp.json
  • Make sure your token starts with ext_
  • Restart OpenClaw

Getting errors:

  • 401: Your API key is wrong or revoked. Generate a new one.
  • 403: Your Orbyt plan needs to be Ultra.
  • 429: You hit the rate limit. Wait a minute and try again.
OpenClaw server configDownload
{
  "name": "Orbyt",
  "url": "https://www.orbytjobs.ai/mcp.json",
  "auth": {
    "type": "bearer",
    "token": "YOUR_API_KEY_HERE"
  }
}

Other integration guides

Claude DesktopMCP

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.

ChatGPT GPT ActionsOpenAPI

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.

Apple ShortcutsREST

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

Zapier / Make.com / n8nWebhooks

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.

Ready to build?

Ship it.

Begin.

On this page

OverviewWhat You NeedStep 1: Get Your API KeyStep 2: Add Orbyt to OpenClawStep 3: Try ItWhat OpenClaw Can Do With OrbytTroubleshooting

Resources

Endpoint ReferenceOpenAPI SpecMCP Manifest

Developers

  • Explore Developers
  • Orbyt API
  • Intelligence API
  • Claude Desktop
  • ChatGPT
  • Zapier
  • Glossary

Get started

  • Sign Up
  • Sign In

More from Orbyt

  • Orbyt Jobs
  • Orbyt Intelligence
  • Orbyt One
  • Free Tools

Product

  • Orbyt Jobs
  • Orbyt Intelligence
  • Orbyt One

Research Lab

  • Orbyt Collective

Developers

  • Orbyt API & MCP
  • Intelligence API & MCP
  • Claude Desktop
  • ChatGPT

Job Search

  • Career Changers
  • New Graduates
  • Recently Laid Off
  • Remote Workers
  • Executives
  • Replaced by AI

Guides

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

Free Tools

  • Resume Score
  • Cover Letter Generator
  • Interview Prep
  • Unemployment Calculator
  • AI Skills Assessment
  • Compare Offers

Reference

  • Job Search Glossary
  • Intelligence Glossary
  • Methodology

Salary Data

  • AI Salary Hubs
  • Salary Calculator
  • Take-Home Calculator
  • Total Comp Calculator

Compare

  • Orbyt vs Teal
  • Orbyt vs Huntr
  • Orbyt vs LinkedIn
  • Orbyt vs Levels.fyi
  • Orbyt vs Glassdoor

Account

  • Sign In
  • Sign Up

Company

  • About
  • Leadership
  • The Books
  • Support

Fun Stuff

  • Arcade Games
Product
  • Orbyt Jobs
  • Orbyt Intelligence
  • Orbyt One
Research Lab
  • Orbyt Collective
Developers
  • Orbyt API & MCP
  • Intelligence API & MCP
  • Claude Desktop
  • ChatGPT
  • All developer docs →
Job Search
  • Career Changers
  • New Graduates
  • Recently Laid Off
  • Remote Workers
  • Executives
  • Replaced by AI
  • All job types →
Guides
  • AI Skills Lab
  • AI & Tech Job Board
  • Compensation Reports
  • All guides →
Free Tools
  • Resume Score
  • Cover Letter Generator
  • Interview Prep
  • Unemployment Calculator
  • AI Skills Assessment
  • Compare Offers
  • All free tools →
Reference
  • Job Search Glossary
  • Intelligence Glossary
  • Methodology
  • All references →
Salary Data
  • 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 →
Company
  • About
  • Leadership
  • The Books
  • Support
Fun Stuff
  • Arcade Games
Sign InSign Up
Orbyt™

© 2026 Purecraft LLC  All rights reserved.

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

Orbyt, the Orbyt logo, and the Orbyt product names (Orbyt Jobs, Orbyt Intelligence, Orbyt Collective, Orbyt One, Orbyt Books, Orbyt Labs, Orbyt Arcade) are trademarks of Purecraft LLC. Product names, logos, and brands of others are the property of their respective owners. Orbyt is not affiliated with, sponsored by, or endorsed by any third party referenced on this site.