# Call an arbitrary API route

Collection: cli
Human docs: https://zei.sh/docs/cli

Use the CLI escape hatch for an HTTP operation without a named command.

Command: zeishctl api GET /api/v1/public/sandboxes
Pass JSON with --body. The request uses the configured API key or OAuth session.

Example:

```
zeishctl api GET /api/v1/public/sandboxes
```
