Skip to main content
Continuum has two API surfaces. Use the Inference API for model requests. Use the Computer API, also called the Continuum Bot API, to manage bots and their computers per client. Inference calls keep their existing OpenAI-compatible and Anthropic-compatible endpoints. A partner key or client token does not replace an inference key.

Get an inference key

Open Settings → Account → Inference API and choose Create key. The web app also exposes Inference API keys in Usage. Copy the value when it is shown; you cannot retrieve it later. Store it on your backend and revoke it from the same panel when it is no longer needed. Connecting the Continuum provider in Settings → Providers creates an app-managed inference key. For your own integration, create a separate named key in Settings. See Inference API authentication.

Get Computer API access

The Computer API is preview. Partner provisioning, client tokens, and the embed component described here are the proposed integration contract. Confirm access and the deployed contract with your organization admin before integrating.
The upcoming Bots → bot action menu → Connect to your app… sheet in the Mac app will let you choose or create a partner, allowlist its origins, issue a partner key, and connect a client and bot. It will provide an embed snippet and a quickstart for that bot. Until that flow is available, work with your organization admin to arrange access and key issuance. Partner keys are shown once and stay on your backend. Your backend authenticates your application’s user, checks which client they can access, and requests a short-lived client token for that client. Only that token goes to the browser. The Computer API quickstart walks through the sequence.

Choose a starting point

Inference API

Endpoints, model discovery, effort, streaming, tool calls, and request examples.

Computer API (preview)

Clients, bots, computer lifecycle, transcript streams, and browser embeds.

Hosted inference and billing

Plans, included budgets, prepaid balance, and organization controls.

Providers

Connect your own provider accounts to run sessions in Continuum.