Skip to content

Quick Start

This guide walks you from zero to a running agent session. Assumes you’ve completed Installation.

If you’re running locally:

Terminal window
edgeplane-tower --bind 127.0.0.1:8008

If you have a deployed instance, point the CLI at it:

Terminal window
export EP_BASE_URL="https://edgeplane.example.com"
Terminal window
edgeplane auth login # opens a browser OIDC flow → writes ~/.edgeplane/session.json
edgeplane auth whoami # confirm identity and token expiry

After auth login succeeds, edgeplane picks up the session automatically from ~/.edgeplane/session.json — no further credential management needed.

Terminal window
edgeplane health --json
edgeplane status # shows auth, runtime, and workspace lease status

health --json reports {"ok": true, ...} when the tower is reachable. status shows auth, runtime, and workspace context (no top-level ok field). If health fails, confirm EP_BASE_URL is set and the tower is reachable.

Terminal window
edgeplane run claude # Claude Code with EdgePlane MCP wired in
edgeplane run codex # OpenAI Codex CLI
edgeplane run gemini # Google Gemini CLI

edgeplane run validates your environment, fetches the onboarding manifest, and injects EdgePlane as an MCP server before handing off to the agent binary. No manual MCP config required.

Terminal window
edgeplane tui

The TUI gives you a full-screen fleet view. Key bindings: a — agents, m — domains, f — live event feed, s — secrets, c — config.