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,500+ 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 free 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.
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,500+ 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 free 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.
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,500+ 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. Orbyt Intelligence/
  3. Reliability
Honest current state. No formal SLA today.

How we run in production.

Orbyt Intelligence does not publish a contractual SLA today. Here is the honest version: the infrastructure we run on, how we handle incidents, and what we'll commit to in writing when we're ready to back it with credits and termination rights. We'll say so on this page the day that changes.

The honest version

Orbyt is a solo-founder product. We do not have a written SLA with service credits or termination rights. We operate on infrastructure (Vercel, Supabase, Stripe) that is itself SOC 2 Type 2 certified, but our own SOC 2 audit is not yet underway. We treat reliability as a first-class engineering concern: but we will not promise uptime numbers we cannot contractually defend. When that changes, this page changes with it.

Infrastructure we run on.

Orbyt's reliability is largely inherited from the platforms underneath. The providers we use publish their own SLAs and SOC 2 reports: and we lean on them rather than reinventing the operational stack.

Vercel
Edge hosting, deployment, CDN
Multi-region edge POPs. Vercel publishes a 99.99% Enterprise SLA on their Pro+ plans.
Supabase
Postgres, Auth, Storage, Realtime
Managed Postgres with daily backups + point-in-time recovery. Supabase publishes a 99.9% SLA on Pro+.
Stripe
Payments, subscriptions, invoicing
Stripe's payment infrastructure has not had a major outage in years. SOC 1 + SOC 2 + PCI DSS Level 1.
Upstash Redis
Rate limiting, session tokens
Global edge Redis. Multi-region replication on paid plans.
Resend
Transactional email
Used for auth emails (signup, password reset, magic links) and billing notifications.
Sentry
Error tracking, performance monitoring
Every uncaught error in production is logged with stack traces, request_id, and customer context.

Orbyt's own code is the layer on top: request routing, authentication, the data engines, the MCP server. We deploy from a single git main branch to Vercel. Every PR is reviewed and tested in CI before merge. Rollback is a one-command revert.

What we monitor.

We watch a few things continuously. None of these surface as a public status page yet , that's on the roadmap. Until it lands, customers who experience an issue can email support@orbytjobs.ai with the affected request_id from the response envelope and we can trace it in Sentry within minutes.

  • Error rate across all Intelligence endpoints (Sentry alerts above 1% 5xx for 5+ minutes)
  • Response time: Vercel surfaces p50, p95, p99 latency per route; alerts on p95 above 2× baseline
  • Auth failures: sustained 401 spikes could indicate a key leak or middleware regression
  • Database health: Supabase dashboard for query latency, connection pool, replication lag
  • Stripe webhook delivery: failed webhook events are caught and replayed; Sentry alerts on sustained delivery failures

Incident handling.

When something breaks, the goal is: detect, communicate, fix, learn. We don't have a 24/7 on-call rotation: Orbyt is a solo product today. But the response process is the same shape larger teams use, scaled down:

  1. Detect. Sentry alerts to a Slack channel. Vercel deployment health and Supabase status dashboards are checked daily.
  2. Communicate.If customer-visible, affected Pro+ customers get an email with what we know, what's being done, and an ETA. We do not have a public status page yet, so direct email is the channel.
  3. Fix. For most incidents the fix is a code rollback (revert the offending PR and redeploy: ~3 minutes on Vercel) or a Vercel/Supabase status-page wait when the issue is upstream.
  4. Learn. Material incidents get a short postmortem captured internally. Patterns that show up more than once become proactive monitoring rules.

If you hit a problem, email support@orbytjobs.ai with the response's request_id (every Orbyt response includes one in the envelope). We can trace it end-to-end in seconds.

On the roadmap.

Things we plan to ship, in roughly the order we'll ship them. No dates committed , Orbyt won't put a date on this page until the work is actually scheduled.

  • Public status page with real-time uptime, error rates, and historical incident archive. URL and exact format to be announced when it ships.
  • Formal SLA for Enterprise customers with measurable uptime targets and service-credit policy. The number on the SLA will be one we can actually defend, not industry-standard marketing copy.
  • SOC 2 Type 1 audit engagement.
  • Customer-facing log explorer in the dashboard: every request, its request_id, the resolved tier and scopes, and the response status. (Backend infrastructure is built; the frontend explorer is what's pending.)
  • Multi-region database failover. Supabase supports it; Orbyt's data volume hasn't needed it yet, but it's the next step for Enterprise readiness.

When any of these ship, this page changes. Customers can subscribe to the changelog to be notified.

See also.

Security practices
Auth, encryption, current posture
Trust Center
Methodology, provenance, honesty
Pricing
Build, Pro, Scale, Enterprise
API docs
Canonical API reference

Last updated May 2026. This page describes Orbyt's current operational practices. It is not a contractual commitment. When Orbyt publishes a formal SLA, this page will be updated and customers on Pro and above will be notified by email 30 days in advance.

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

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
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
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
Sign InSign Up
Orbyt

© 2026 Purecraft LLC  All rights reserved.

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