The BYO (Bring Your Own) Agent APIs provide endpoints for creating and managing AI agents that integrate with third-party frameworks such as Vercel AI SDK, LangGraph, CrewAI, Mastra, AG2, Agno, and AG-UI. These APIs allow you to register external agents, manage custom tools and actions, and configure available integrations. Below is an overview of the key functionalities provided by the BYO Agent APIs:Documentation Index
Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- The Third-Party Agents endpoints allow you to list, update, and delete agents that delegate to external AI frameworks.
- The Tools endpoints allow you to create, update, and manage custom tools that your BYO agents can use.
- The Integrations endpoint allows you to retrieve available AI framework integrations supported by CometChat.
Authentication
All BYO Agent API endpoints require authentication via an API key passed in the request header.| Property | Details |
|---|---|
| Header | apikey |
| Requirement | Required on all endpoints |