API reference

API reference

Authentication, the base URL, and Zo's public API surface.

The Zo API lets you interact with your Zo from scripts, automations, or other apps. The public surface is small: one endpoint to talk to your Zo, plus discovery endpoints for models and personas.

Base URL: https://api.zo.computer

Download the machine-readable spec: openapi.json.

Authentication#

Authenticate with a bearer token. Create an access token in Settings > Advanced on zo.computer — copy it immediately, you won't see it again.

curl https://api.zo.computer/models/available \
  -H "Authorization: Bearer zo_sk_your_key_here"

Warning

Your API key grants full access to your Zo. Keep it secret and never commit it to version control.

Endpoints#

For a guided walkthrough with examples, see the API guide. To use Zo from MCP-compatible AI tools instead, see the MCP server.