Skip to main content
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:
  1. The Third-Party Agents endpoints allow you to list, update, and delete agents that delegate to external AI frameworks.
  2. The Tools endpoints allow you to create, update, and manage custom tools that your BYO agents can use.
  3. 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.
PropertyDetails
Headerapikey
RequirementRequired on all endpoints