curl --request PUT \
--url http://localhost:63372/api/captain/config \
--header 'Content-Type: application/json' \
--cookie captain_session= \
--data '
{
"providers": {},
"cron": {},
"captain": {},
"agents": [
{
"id": "meepa",
"name": "Meepa",
"default": true,
"workspace": "./agents/meepa",
"provider": "anthropic",
"model": "claude-sonnet-4-5-20250929",
"max_iterations": 10
}
]
}
'