POST
/
agents
curl --request POST \
  --url https://app.docs.bynesoft.com/api/users/agents \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "templateId": "<string>",
  "exeLayers": [
    "<string>"
  ],
  "guardRails": [
    "<string>"
  ],
  "modelType": "GPT-4o"
}'
{
  "id": "<string>",
  "name": "<string>",
  "templateId": "<string>",
  "dateCreated": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.