cURL
curl --request PUT \ --url http://localhost:3001/api/v1/config \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "coconut": {}, "scripts": {} } '
{ "success": true, "data": { "config": { "name": "<string>", "defaultSkill": "<string>", "aiModel": "<string>", "mcpServers": {}, "coconut": {}, "scripts": {} } } }
Update project configuration. At least one of coconut or scripts must be provided.
coconut
scripts
Session cookie authentication
Partial config update. At least one of coconut or scripts must be provided.
Coconut identity to merge into existing config
Named scripts. Replaces the entire scripts section.
Show child attributes
Configuration updated