Contact us
Start using Credal
Search...
/
Getting Started
Overview
Copilots
Permissions Service
OAuth
API Reference
Copilots
POST
Create Copilot
POST
Create Conversation
POST
Provide Message Feedback
POST
Send Message
POST
Add Collection To Copilot
POST
Remove Collection From Copilot
POST
Update Configuration
Document Catalog
Document Collections
Permissions Service
Search
Users
Contact us
Start using Credal
API Reference
Copilots
Create Copilot
Beta
POST
https://
api.credal.ai
/
api
/
v0
/
copilots
/
createCopilot
Create a new copilot. The API key used will be added to the copilot for future Requests
Request
This endpoint expects an object.
name
string
Required
A descriptive name for the copilot.
description
string
Required
An in depth name for the copilot's function. Useful for routing requests to the right copilot.
collaborators
list of objects
Required
A list of collaborator emails and roles that will have access to the copilot.
Show 2 properties
Response
This endpoint returns an object.
agentId
UUID
Built with