cURL
curl --request GET \ --url http://localhost:63372/api/captain/agents/{id}/soul \ --cookie captain_session=
{ "agent_id": "meepa", "path": "~/.meepagateway/agents/meepa/SOUL.md", "content": "# Meepa\n\nYou are Meepa, a helpful bot assistant.\n" }
Get the agent’s soul document (base personality / system prompt). Stored as SOUL.md in the agent workspace.
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
Agent ID
Soul document
"meepa"
"~/.meepagateway/agents/meepa/SOUL.md"
"# Meepa\n\nYou are Meepa, a helpful bot assistant.\n"