cURL
curl --request POST \ --url https://release0.com/api/v1/agents \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "workspaceId": "<string>", "agent": "<unknown>" } '
{ "agent": "<unknown>" }
API endpoint to create a new agent with customizable configuration options.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response