cURL
curl --request POST \ --url https://api.sentio.ai/agents \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "type": "<string>", "description": "<string>", "networks": [ "<string>" ], "triggers": [ {} ], "actions": [ {} ], "id": 123 }'
{ "name": "<string>", "type": "<string>", "description": "<string>", "networks": [ "<string>" ], "triggers": [ {} ], "actions": [ {} ] }
Creates a new agent
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent configuration to create
The body is of type object.
object
Agent created successfully
The response is of type object.