# @orq-ai/cli

Official command-line interface for the [orq.ai](https://orq.ai) API.

## Install

```sh
npm install -g @orq-ai/cli
```

## Usage

```sh
orq auth login
orq prompts list
orq agents list
orq doctor
orq launch claude        # launch Claude Code routed through the orq AI Router
orq launch codex --sandbox
```

See the full documentation at
[github.com/orq-ai/orq-cli](https://github.com/orq-ai/orq-cli).

## License

MIT
