cURL
curl --request GET \ --url http://localhost:63372/api/captain/agents \ --cookie captain_session=
[ { "id": "meepa", "name": "Meepa", "default": true, "workspace": "./agents/meepa", "provider": "anthropic", "model": "claude-sonnet-4-5-20250929", "max_iterations": 10 } ]
List all configured agents with their summary configuration.
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
Array of agents
"meepa"
"Meepa"
true
"./agents/meepa"
"anthropic"
"claude-sonnet-4-5-20250929"
10