cURL
curl --request GET \ --url http://localhost:63372/api/captain/config \ --cookie captain_session=
{ "providers": {}, "cron": {}, "captain": {}, "agents": [ { "id": "meepa", "name": "Meepa", "default": true, "workspace": "./agents/meepa", "provider": "anthropic", "model": "claude-sonnet-4-5-20250929", "max_iterations": 10 } ] }
Returns the full gateway configuration. Secrets (password hashes, API key hashes) are redacted.
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
Gateway configuration with secrets redacted
Show child attributes