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. ChatGPT GPT Actions
Developers
OpenAPI6 min readUpdated Jun 12, 2026

ChatGPT GPT Actions Integration Guide

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.

Overview

ChatGPT supports Custom GPTs with Actions, which let a GPT call external APIs on your behalf. By importing Orbyt's OpenAPI specification, you can build a GPT that reads your job pipeline, logs activities, and helps you prepare for interviews using your real data.

Prerequisites

  • Orbyt Ultra plan
  • ChatGPT Plus or Team plan (Custom GPTs require a paid ChatGPT plan)
  • An Orbyt API key (generate one in Settings > Account > API Keys)

Step 1: Generate an API Key

  1. Open Orbyt and go to Settings > Account
  2. Scroll to API Keys
  3. Click Create API Key
  4. Name it "ChatGPT" and select Read & Write permissions
  5. Copy the token (starts with ext_)

Step 2: Create a Custom GPT

  1. Go to chat.openai.com and click Explore GPTs > Create
  2. In the Configure tab, give your GPT a name like "Orbyt Job Tracker"
  3. Add instructions such as:
You are a job search assistant connected to the user's Orbyt pipeline. Use the Orbyt API to help them track jobs, prepare for interviews, and manage their career search. Always check their current pipeline before giving advice.

Step 3: Add the Orbyt Action

  1. Scroll down to Actions and click Create new action
  2. For Authentication, select API Key and choose Bearer as the auth type
  3. Paste your Orbyt API key (ext_...) as the API key value
  4. In the Schema field, click Import from URL and enter:
https://www.orbytjobs.ai/openapi-gpt.yaml
  1. ChatGPT will import all 23 Orbyt operations automatically
  2. Click Save

Use this URL, not the full /openapi.yaml. The full spec documents every Orbyt API, mixes four auth schemes, and does not import cleanly as a GPT Action. The /openapi-gpt.yaml spec is trimmed to exactly the bearer-token pipeline operations a GPT can use, with an operationId on every operation as GPT Actions require.

Step 4: Test Your GPT

Try these prompts with your new GPT:

  • "What's in my pipeline?" calls the pipeline endpoint for a summary
  • "Show me jobs I should follow up on" checks suggestions for stale applications
  • "Add a job: Product Manager at Figma, found on LinkedIn" creates a new job entry
  • "Log that I had a phone screen with Stripe today" creates an activity
  • "What interviews do I have coming up?" checks the calendar endpoint

Privacy Settings

When ChatGPT encounters an action for the first time, it will ask for your confirmation before calling the API. You can choose:

  • Always allow: ChatGPT calls Orbyt automatically (best for personal GPTs)
  • Ask each time: ChatGPT confirms before every API call (best for shared GPTs)

The OpenAPI spec marks mutation endpoints (POST, PATCH, DELETE) with x-openai-isConsequential: true, so ChatGPT will always confirm before making changes to your data.

Available Endpoints

All 23 Orbyt API operations are available through GPT Actions:

  • Jobs: CRUD operations, status updates, pipeline analytics
  • Contacts: List, create, update, delete with job linking
  • Activities: Log calls, emails, interviews, and notes
  • Calendar: View upcoming events and create new ones
  • Pipeline: Get summary with follow-up suggestions
  • Suggestions: AI agent recommendations
  • Webhooks: Manage event subscriptions

Troubleshooting

"Action not available" error:

  • Re-import the OpenAPI spec; ChatGPT may have cached an older version
  • Make sure the schema URL is exactly https://www.orbytjobs.ai/openapi-gpt.yaml

Authentication errors (401/403):

  • Verify the auth type is set to Bearer (not Basic)
  • Re-paste your API key; ChatGPT may have truncated it
  • Confirm your Orbyt plan is Ultra

GPT times out on large responses:

  • Use query parameters to limit results (e.g., ?limit=10)
  • Ask for specific data instead of "show me everything"

Tips

  • Pin your GPT to the sidebar for quick access during your job search
  • Combine Orbyt data with ChatGPT's knowledge: "Based on my pipeline and Stripe's recent earnings, help me prepare for my interview"
  • Create separate GPTs for different workflows: one for interview prep, one for pipeline management
GPT configuration (import as Custom GPT Action)Download
{
  "name": "Orbyt Job Tracker",
  "description": "Connected to your Orbyt job search pipeline. Can read your jobs, contacts, activities, calendar, and suggestions.",
  "instructions": "You are a job search assistant connected to the user's Orbyt pipeline via the Orbyt API. Use the available actions to help them track jobs, prepare for interviews, and manage their career search. Always check their current pipeline before giving advice. Be concise and actionable.",
  "actions": {
    "type": "openapi",
    "url": "https://www.orbytjobs.ai/openapi-gpt.yaml",
    "auth": { "type": "bearer" }
  }
}

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.

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.

OpenClawMCP

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

Ready to build?

Ship it.

Begin.

On this page

OverviewPrerequisitesStep 1: Generate an API KeyStep 2: Create a Custom GPTStep 3: Add the Orbyt ActionStep 4: Test Your GPTPrivacy SettingsAvailable EndpointsTroubleshootingTips

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.