cURL
curl --request GET \ --url http://localhost:3000/api/v1/agents \ --cookie nut-session=
{ "success": true, "data": { "agents": [ { "name": "<string>", "content": "<string>", "description": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] } }
Retrieve all configured agents
Session cookie authentication
List of agents
Show child attributes
Agent name (kebab-case)
Agent prompt/instructions
Short description