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

# helix api

> Call a Helix Cloud WFE endpoint with the current WorkOS session

<div className="flex flex-wrap gap-2"><Badge color="gray" size="sm">Reference</Badge></div>

```bash theme={"languages":{"custom":["languages/helixql.json"]}}
helix api get /v1/workspaces
helix api post /v1/example --json '{"value":"example"}'
helix api patch /v1/example --json '{"value":"updated"}'
helix api delete /v1/example
```

Only absolute `/v1/...` WFE paths are accepted. Absolute URLs and direct gateway paths are rejected.
The command uses the same rotating WorkOS session and typed pre-dispatch authentication retry rule as
all other Cloud commands. Use resource-specific commands when one exists.
