Create Copilot

Create a new copilot. The API key used will be added to the copilot for future Requests

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired

A descriptive name for the copilot.

descriptionstringRequired

An in depth name for the copilot’s function. Useful for routing requests to the right copilot.

collaboratorslist of objectsRequired

A list of collaborator emails and roles that will have access to the copilot.

Response

This endpoint returns an object.
agentIdUUID