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

# Codex

> Use the Sovara CLI with Codex.

## Guided setup

Run the launcher from the repository that contains the agent:

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
cd agent-dir
sovara setup
```

If Codex is the only supported coding assistant installed, it launches
automatically. If Claude Code is also installed, choose Codex when prompted.
The skill is installed globally at `~/.agents/skills/sovara` before launch.

## Install or refresh the skill only

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
sovara install-skill --target codex
```

For project-local installation and example follow-up prompts, see [Assistant
Skill](/cli/assistant-skill).
