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 ranked, deduped list of people with LinkedIn URLs, titles, emails, and a per-person verdict explaining why each matches.

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 typed results, export CSV, or use waitForCompletion in the SDK.

If Orbit needs clarification it pauses the project and surfaces a question (status: "awaiting_input"). Answer it in the Orbit UI, then resume polling.

The OpenAPI 3.1 spec is served live and unauthenticated at GET /v1/openapi.json from any Orbit deployment. Import it into any generator, API client, or playground — or browse the interactive reference.

On this page