Getting Started
Overview
The Flaio CLI is a terminal UI for managing AI coding sessions. It supports multiple agents (Claude Code, Gemini CLI), tabbed session management, remote access, and integrations with Slack, Discord, and Telegram.
Installation
bash
npm install -g flaio-cliRequires Node.js >= 18.0.0.
Authentication
Log in to connect the CLI to the Flaio platform:
bash
flaio loginThis opens your browser to complete the OAuth flow. Once authenticated, remote relay access is automatically enabled.
Check your login status at any time:
bash
flaio statusStarting the CLI
Run flaio with no arguments to launch the terminal UI:
bash
flaioThis opens a full-screen interface with tabbed session management. Press Ctrl+T to create your first session — you'll be prompted to select an agent (Claude Code or Gemini CLI) and a working directory.