- macOS 15+ (Apple silicon), Linux
1
Install the CLI
Install the RELAI CLI with the standalone installer for macOS or Linux.
2
Configure credentials
Run setup after installing. It checks prerequisites, asks for your RELAI API credentials, and saves your theme in
~/.relai/config.toml. It also installs plugins for any detected coding agents (Codex or Claude Code).The default API URL is
https://api.relai.ai.Create or manage CLI keys from the API keys page. Never paste or commit API keys.
Prerequisites
RELAI supports Python agents, plus TypeScript and Go agents experimentally.relai setup --check (see setup) audits the requirements for Python and TypeScript agents.
- Universal
- Python
- TypeScript (experimental)
- Go (experimental)
Quickstart
Run the loop on your own agent: init → learning-env → simulate → optimize.
Try the sample agent
No project of your own yet? Walk the same loop in your browser.