Create Copilot

Beta
Create a new agent. The API key used will be added to the agent 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 agent.
descriptionstringRequired
An in depth name for the agent's function. Useful for routing requests to the right agent.
collaboratorslist of objectsRequired
A list of collaborator emails and roles that will have access to the agent.

Response

This endpoint returns an object.
agentIdUUID