Skip to content

CLI Commands

groove start

Start the Groove daemon.

bash
groove start

Launches the daemon on port 3141. Serves the GUI and exposes the REST/WebSocket API.

groove stop

Stop the daemon.

bash
groove stop

groove spawn

Spawn a new agent.

bash
groove spawn --role <role> [--scope <glob>] [--model <model>]
FlagDescriptionDefault
--roleAgent role (e.g., backend, frontend, database)Required
--scopeFile glob for ownership (e.g., "src/api/**")None
--modelLock to a specific modelAuto-routed

groove kill

Kill an agent.

bash
groove kill <agent-id>

groove agents

List all active agents.

bash
groove agents

groove status

Show daemon status, active agents, and session stats.

bash
groove status

groove nuke

Emergency stop — kill all agents and stop the daemon.

bash
groove nuke

groove team save

Save current agent configuration as a team.

bash
groove team save <name>

groove team load

Load a saved team configuration.

bash
groove team load <name>

groove team list

List saved teams.

bash
groove team list

FSL-1.1-Apache-2.0