HELIOS DOCS
CLI

Helios CLI

One binary that runs the Helios terminal app, scripts every part of Helios with JSON output, and sets up cloud coding agents.

The helios command is one binary. It does three things.

  1. A terminal app. Run helios and you get chat, workflows, projects, access, and Helios Code in a full-screen app.
  2. A scriptable CLI. Every command has a plain form. When you pipe the output, it prints JSON. CI and other agents can drive it.
  3. A guided setup. helios configure takes you from an API key to a running cloud coding agent.

Start here

helios configure

Then open the app.

helios

Or run a single command and read JSON.

helios workflow list --json

What you can do from the terminal

AreaCommands
Chat with an agenthelios chat, helios chat send, helios chat list
Workflows and runshelios workflow trigger, helios workflow runs
Projectshelios project use, helios project list
Sharing and accesshelios share, helios access list, helios group, helios service-account
Integrationshelios integration connect, helios integration wait
Coding agentshelios code launch, helios code attach, helios code apply

Pages

The CLI and the dashboard use the same permissions model. Anything you can share in the app you can share from a shell. See roles and permissions.

Last updated on