Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
Successful Response
Response to the agent creation request.
ID of the agent
Name of the agent
Description of the agent
The prompt of the agent
Date and time when the agent was created (in UTC timezone)
The JSON schema of the agent's sample response
The sample JSON response from the model.
Date and time when the agent was updated (in UTC timezone)
The status of the job.
Available options:
pending
, enqueued
, running
, completed
, failed
, paused