cURL
curl --request GET \ --url http://localhost:3000/api/v1/config \ --cookie nut-session=
{ "success": true, "data": { "config": { "name": "<string>", "defaultAgent": "<string>", "aiModel": "<string>", "mcpServers": {} } } }
Retrieve current project configuration
Session cookie authentication
Current configuration
Show child attributes
Project name
Default agent name
Default AI model
MCP server configurations