OrbitPeople.aidocs

Orbit docs

Programmatic people search — from brief to results in minutes.

Orbit takes a natural-language brief — "Senior fintech engineers in Berlin with payments experience" — runs a multi-source search, and returns a deduped list of people with LinkedIn URLs, titles, contact details, and a yes/no for each criterion in your brief.

Pick your surface

How a project works

Every surface follows the same flow:

  1. Submit a brief. The API returns a projectId immediately.
  2. Wait. The project runs asynchronously — Orbit searches across multiple sources and evaluates each person against your criteria.
  3. Retrieve. Page through the results as JSON, or export them as CSV.

A submitted search can't be edited — to search differently, submit a new brief. If Orbit can't act on a brief as written, the project reports status: "awaiting_input" with a clarificationQuestion saying why; submit a sharper brief. Every search draws on your workspace's credits and budget limits exactly as a search started from Slack does.

The API lives at https://api.orbitpeople.ai/v1. Its OpenAPI 3.1 spec is served live and unauthenticated at https://api.orbitpeople.ai/v1/openapi.json — import it into any generator, API client, or playground, or browse the interactive reference.

On this page