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. Intelligence/
  3. API/
  4. Changelog

API Changelog.

Every release. Every change. Every version you can pin.

Current version v1.5.1 · Released August 8, 2026

Back to API docsSubscribe via RSS
Versioning policy

Major versions in the URL path. Breaking changes ship as /api/v2/, while /api/v1/ receives data refreshes and fixes for at least 18 months after any v2 release.

Read the full policy →
v1.5.1August 8, 2026

No trial: the free tier is the evaluation path

  • ChangedTrials are removed entirely. The free tier is the evaluation path, with no clock and no card, so a trial was a second answer to a question that already had one. Paid subscriptions bill immediately. Legacy trialing subscriptions continue to qualify until they convert or lapse.
v1.5.0August 7, 2026

Tiers collapse to Free / Pro $99 / Ultra $199

  • BreakingBuild, Scale, and Enterprise are retired. The tier set is now Free ($0/mo, 1,000 requests a month at 60 req/min, API key required, no card), Pro ($99/mo or $990/yr, 300 req/min, 500,000 requests a month, 5 seats), and Ultra ($199/mo or $1,999/yr, 1,500 req/min, 5,000,000 requests a month, 15 seats). Existing Build subscriptions resolve as Pro; Scale and Enterprise resolve as Ultra.
  • ChangedPro includes the MCP server, the /lineage provenance endpoint, and restricted API keys. Ultra adds the company leveling catalog and the annual reports.
  • ChangedThe IntelligenceTier type is now 'free' | 'pro' | 'ultra'. Legacy stored tier values continue to resolve on read (build to pro; scale and enterprise to ultra), so no key stops working.
v1.4.0May 11, 2026

Free tier replaced by Build tier ($99/mo)

  • BreakingThe Intelligence Free tier is replaced by the Build tier at $99/mo or $990/yr. Build is the new entry tier with 60 requests per minute (up from 30) and access to the AI Role Taxonomy engine. The change reflects the full cost of running compensation infrastructure honestly; we'd rather charge an honest price than pretend the data was free to produce.
  • ChangedPro tier price increased from $199/mo to $299/mo ($2,990/yr). Pro now includes Skill Premiums, Half-Life, Comp by Stage, Hiring Velocity, the MCP server, and the lineage endpoint.
  • ChangedScale tier price increased from $999/mo to $1,999/mo ($19,990/yr). Scale adds Company Signals and webhooks at 1,500 req/min.
  • ChangedBackend tier ID renamed from 'free' to 'build' in every Intelligence type union, OpenAPI enum, SDK type, MCP error message, and rate-limit lookup. The IntelligenceTier type is now 'build' | 'pro' | 'scale' | 'enterprise'. The Jobs free tier is a separate product and is unchanged.
  • Added/api/v1/intelligence/salaries/demo remains anonymous-public for evaluation. The Build tier is required for production use of every other endpoint.
v1.3.0April 11, 2026

Authentication required on all tiers

  • BreakingAll production endpoints now require a Bearer token, including the free tier. Create a free account at /intelligence/signup to get an API key. The /api/v1/intelligence/salaries/demo endpoint remains public with no authentication for quick evaluation.
  • ChangedFree tier messaging updated from 'no authentication required' to 'free account required, 30 requests per minute.' No changes to rate limits or data access on the free tier.
v1.2.0April 10, 2026

Cite-ready responses and rate-limit headers

  • AddedEvery /api/v1/intelligence/salaries/calculate and /api/v1/intelligence/salaries/projections response now includes a citation field ready to quote verbatim and an assumptions array explaining the methodology. Built for LLMs, agents, and reproducible research.
  • AddedX-RateLimit-Remaining, X-RateLimit-Limit, and X-RateLimit-Tier headers on every response. Use them for adaptive backoff in your client.
  • Changed/api/v1/intelligence/salaries/history free tier now returns a 1-year preview (Q3 2025 through Q2 2026) instead of a 403 response. Enough to audit methodology and annual deltas without an account.
  • AddedDedicated MCP manifest at /mcp-intelligence.json and standalone OpenAPI 3.1 spec at /openapi-intelligence.yaml. Drop directly into any LLM or agent.
v1.1.0April 9, 2026

Personalized estimates and forward projections

  • AddedNew /api/v1/intelligence/salaries/calculate endpoint. Personalized salary estimate adjusted for role, city cost of living, and experience level (entry, mid, senior, staff). Returns base, total compensation, and comparison to national median.
  • AddedNew /api/v1/intelligence/salaries/projections endpoint. Year-by-year salary forecasts through 2030 based on historical growth trends. AI roles compound at 6 to 10 percent annually; standard tech tracks BLS OES.
  • AddedSchema.org Dataset markup on the public data platform pages. Indexed by Google Dataset Search and Perplexity answer engine.
v1.0.0March 15, 2026

v1 stable launch

  • Added/api/v1/intelligence/salaries endpoint. Current median, 25th/75th percentiles, experience bands, total compensation breakdowns, and year-over-year growth for any role optionally adjusted for a specific city.
  • Added/api/v1/intelligence/salaries/history endpoint. Annual salary snapshots since Q3 2025 for a role, optionally cost-of-living adjusted.
  • Added/api/v1/intelligence/salaries/roles directory endpoint. Lists all 3,445 AI and tech roles with slugs and national medians.
  • Added/api/v1/intelligence/salaries/cities directory endpoint. Lists all 81 U.S. cities with cost-of-living multipliers from BEA Regional Price Parities.
  • Added/api/v1/intelligence/salaries/search endpoint. Full-text search across roles and cities. Resolves natural-language references to valid slugs.
  • AddedFree tier launched: 30 requests per minute. Originally no authentication required (auth was added in v1.3.0). The free tier is the distribution strategy, not a limited trial.
  • AddedCORS enabled for all origins. 90-day edge cache with stale-while-revalidate. Call the API directly from browser code without a backend proxy.
  • AddedEvery response includes an attribution object with source name, methodology URL, and the ISO date of the quarter the data represents. The citation travels with the data.

Back to the reference

Intelligence API →

Intelligence

  • Explore Orbyt Intelligence
  • Overview
  • Pricing
  • MCP Server
  • Engines
  • Reports
  • Methodology
Compare

Get started

  • Sign Up
  • Sign In
  • Try It Live

More from Orbyt

  • Orbyt Jobs
  • Orbyt One
  • Developers

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.