cURL
curl --request GET \ --url http://localhost:63372/api/captain/agents/{id}/config/raw \ --cookie captain_session=
{ "content": "# Agent-specific YAML...", "path": "./agents/meepa/agent.yaml", "agent_id": "meepa" }
Get the agent’s config.yaml file content.
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
Agent ID
Raw agent config
"# Agent-specific YAML..."
"./agents/meepa/agent.yaml"
"meepa"