> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orbitmy.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Orbit developer platform — REST API, MCP, and keys

> Build with Orbit's Pro developer platform — create API keys, call the REST contacts endpoint, and connect MCP clients to your private network.

# Build with Orbit

Pro (and Enterprise) can read the authenticated user's private network from outside the Orbit UI.

<CardGroup cols={2}>
  <Card title="API keys" icon="key" href="/developers/api-keys">
    Create `orb_live_…` secrets in Settings.
  </Card>

  <Card title="REST API" icon="brackets-curly" href="/developers/rest-api">
    `GET /api/v1/contacts` with Bearer auth.
  </Card>

  <Card title="MCP" icon="robot" href="/developers/mcp">
    Point Claude, Cursor, and friends at Orbit.
  </Card>

  <Card title="Company Orbit" icon="building" href="/company/company-orbit">
    Enterprise shared graph + managed API.
  </Card>
</CardGroup>

## Design principles

* **Read-first** — today's public surface is read-only (`contacts:read`)
* **Your graph only** — keys never see another user's network
* **Revocable** — delete a key anytime; leaks die with revocation

## Base URL

```text theme={null}
https://orbitmy.co
```

## Give AI tools these docs

Install the Orbit docs skill so agents stay accurate:

<Prompt description="Install the Orbit docs skill" actions={["copy", "cursor"]}>
  npx skills add [https://docs.orbitmy.co](https://docs.orbitmy.co)
</Prompt>

Mintlify also hosts a **docs MCP** for this site automatically — connect it from your AI client to search these pages live.

## Product MCP (your network)

Separate from docs MCP: [`https://orbitmy.co/api/mcp`](/developers/mcp) searches **your** contacts with OAuth or an API key.
