Skip to main content
To try the sample agent see Try the sample agent; for plugin setup see Coding-agent plugins.

relai info

Print installed CLI information.
Read-only.

relai setup

Configure machine-level preferences and RELAI API credentials.
Create or manage keys from the API keys page before running non-interactive setup. RELAI supports Python agents, plus TypeScript and Go agents experimentally. relai setup --check audits universal as well as language-specific requirements for Python and TypeScript. Missing tools do not prevent setup from saving CLI preferences.
By default, writes ~/.relai/config.toml and local plugin marketplaces under ~/.relai/plugins/. Do not paste or commit API keys. Common failures: invalid credentials, missing required tools, non-interactive runs without enough flags, or permission issues writing home-directory config.

relai update

Update the installed CLI to the latest release.
Use --force to reinstall even when the current version already matches the latest release. Common failures: unsupported platform, missing release artifact, network failure, checksum failure, or permission issues replacing the binary.

relai plugins install

Install or refresh local RELAI plugin marketplaces for coding agents.
Writes under ~/.relai/plugins/ and prints follow-up commands for Codex or Claude Code. It does not modify those tools unless you run the printed commands.

relai completions

Generate shell completion scripts.
Prints the completion script to stdout. It is read-only unless you redirect the output into a shell config path.