gumloop is the command line for Gumloop. Sign in once, then drive your agents, sessions, chat completions, MCP integrations, Company Brain, skills, and artifacts from the terminal. Every command has a --json mode so you can pipe results into scripts, cron jobs, or any other tool you already use.
Install
~/.gumloop — it ships its own Python, never touches your system Python, and needs no sudo. Verify the install:
Linux prerequisites
The CLI stores credentials in your OS keychain. macOS Keychain is always available, but on Linux you need one of:gumloop login entirely and pass credentials per invocation via environment variables.
Sign in
Your first command
List the agents you can see:gumloop <thing> <action>, with --help on anything to see all the flags.
Commands
Global flags
These work on every command:
Most subcommands additionally accept
--json to print the raw response payload instead of the human-friendly table, which is handy for piping into jq, scripts, or other tools.