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

# REST API

> HTTP API for automating Oxygen Cloud

Every action you can take in the Oxygen UI is also exposed through the
REST API, served by your Oxygen host under **`/api`** (for example
`https://app.oxygen-hq.com/api`). For automation — CI gates, scheduled
syncs, embedded integrations — use the curated, API-key-only surface at
**`/external/api/{workspace_id}`**. Interactive, always-current endpoint
docs live at **`/apidoc`** (Swagger UI).

For the full, always-current list of endpoints — with request/response schemas
and a try-it console — browse the **Swagger UI at `/apidoc`** on your Oxygen
instance (for example `https://app.oxygen-hq.com/apidoc`).
