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
Log inStart
Blog
Products
Orbyt One
Job Search
Job Search HubCareer ChangersNew GraduatesRecently Laid OffExecutivesRemote Job SeekersBurned OutAfter the CutsSeasonedVeteransReturning ParentsVisa HoldersTeachersReplaced by AIHealthcare WorkersSales Professionals
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
Compare
Compare Jobs
Orbyt vs TealOrbyt vs HuntrOrbyt vs JobscanOrbyt vs LinkedInOrbyt vs TrelloOrbyt vs NotionOrbyt vs SpreadsheetsOrbyt vs SimplifyOrbyt vs CareerflowOrbyt vs ApplyArcOrbyt vs JobrightOrbyt vs Sprout
Compare Intelligence
Orbyt vs LevelsOrbyt vs PayscaleOrbyt vs ComprehensiveOrbyt vs GlassdoorOrbyt vs Pave
Developer
Developer HubOrbyt APIIntelligence API
Company
AboutWhat Orbyt is, and why it existsValuesThe principles that shape every build decisionCreedWhat we believe about the future of workFounderJustin BartakLabsS4 skunkworks projectsPressMedia kit, logos, and press inquiriesContactEmail the teamBlogEngineering, design, and the build journalSupportHelp center and contact
StartAlready have an account? Log in
  1. Home/
  2. Developers/
  3. OpenClaw
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 (plans start at Build; your first subscription includes a 14 day free trial); 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

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
  • Developer Glossary
  • Methodology
  • Dataset
  • Changelog

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