API Endpoints

Create un new Agent

This feature in an AI agent API is essential to allow users to create new AI agents in a simple and easy way just by setting the initial name. The rest of the parameters can be updated with the respective endpoint at any minute.

Example

{
  "name": "Agent 1",
  "topk": 3,
  "temperature": 0.7,
  "model": "gpt-3.5-turbo",
  "welcome": "Hello, how can I help you?"
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!