Create
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request payload for creating or updating a Copilotz agent.
Name of the Copilotz agent.
"Your Copilotz Name"
Detailed description of the Copilotz agent.
"Your Copilotz Description"
Backstory defining the Copilotz agent's identity.
"This is a simple backstory for your Copilotz. It's useful for defining its identity."
List of action IDs that the Copilotz agent is permitted to perform.
[1, 2, 3]
List of configuration object IDs related to this Copilotz agent.
[1, 2]
ID of the job associated with this Copilotz agent.
1
Response
Response containing Copilotz agent details.
Name of the Copilotz agent.
"Your Copilotz Name"
Detailed description of the Copilotz agent.
"Your Copilotz Description"
Backstory defining the Copilotz agent's identity.
"This is a simple backstory for your Copilotz. It's useful for defining its identity."
List of action IDs that the Copilotz agent is permitted to perform.
[1, 2, 3]
List of configuration object IDs related to this Copilotz agent.
[1, 2]
ID of the job associated with this Copilotz agent.
1