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

# Omni CLI

> Prefer the terminal? The Omni CLI wraps these REST APIs so you can query data, manage models, and automate workflows without hand-writing HTTP calls.

Prefer to work from your terminal or IDE? The [Omni CLI](/developers/cli) wraps these REST APIs so you can query data, manage models, and automate workflows without hand-writing HTTP calls. It's open source.

The CLI lets you manage your Omni instance from the terminal — run queries, manage models and content, administer users and permissions, and automate workflows in scripts or CI/CD. All commands return JSON, so they pipe cleanly into tools like `jq`.

See the [installation guide](/developers/cli/install) to get started, then the [quickstart](/developers/cli/quickstart) to run your first commands. The source is on GitHub: [exploreomni/cli](https://github.com/exploreomni/cli).

<Tip>
  Working directly with the REST API instead? Use the [API Explorer](/api/api-explorer) to browse and test endpoints interactively.
</Tip>
