Create
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request payload for creating or updating a job.
Role name associated with the job.
"Copilotz Developer"
Objective or goal of the job.
"Assist users with technical inquiries."
Detailed description of the job.
"Handles all technical support tasks and user queries."
List of action IDs that any Copilotz with this job can perform.
[1, 2]
ID of the default workflow for this job.
1
Response
Response containing job details.
Role name associated with the job.
"Copilotz Developer"
Objective or goal of the job.
"Assist users with technical inquiries."
Detailed description of the job.
"Handles all technical support tasks and user queries."
List of action IDs that any Copilotz with this job can perform.
[1, 2]
ID of the default workflow for this job.
1