cURL
curl --request POST \ --url http://localhost:3000/api/v1/agents \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "name": "<string>", "content": "<string>" } '
{ "success": true, "data": { "agent": { "name": "<string>", "content": "<string>", "description": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } } }
Create a new agent configuration
Session cookie authentication
Unique agent name (kebab-case)
Agent prompt/instructions in Markdown
Agent created
Show child attributes
Agent name (kebab-case)
Agent prompt/instructions
Short description