Skip to content

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-cli

Requires Node.js >= 18.0.0.

Authentication

Log in to connect the CLI to the Flaio platform:

bash
flaio login

This 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 status

Starting the CLI

Run flaio with no arguments to launch the terminal UI:

bash
flaio

This 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.

Next Steps

  • Sessions — creating and managing coding sessions
  • Shortcuts — keyboard shortcuts reference
  • Portal — access sessions from other terminals
  • Commands — full CLI command reference
  • Settings — configure the CLI