Agents
Create Agent Version
Create a new version of an existing agent. The new version will inherit the organization and engine_class_id from the base agent.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A UUID string identifying the base agent to create a new version for.
Body
Serializer for creating new agent versions
Response
201
application/json
Successfully created new agent version.
Serializer for Agent (version) model