gumloop agents lets you list, inspect, create, and update your agents without leaving the terminal. Every command accepts --json to print the raw response payload.
List agents
ID, NAME, MODEL, TEAM, and ACTIVE. If the response is paginated, the next cursor is printed at the bottom — pass it back with --cursor.
The
--team-id global flag scopes the listing to a single team.
Get an agent
id, model_name, team_id, is_active, folder_id, description, created_at, and the system prompt (if set).
Create an agent
Pass the system prompt from a file:
Update an agent
agents create and adds:
