Use this API to add one or more agents to an existing group. The operation is idempotent — adding an id that is already a member is a silent success (no duplicate appended, no error). The post-add membership size is enforced atomically inside a Firestore transaction atDocumentation Index
Fetch the complete documentation index at: https://velt-raghul-agent-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
MAX_AGENTS_PER_GROUP = 100. Built-in agent ids are accepted without a Firestore lookup; custom agent ids are validated in a single batched read before the transaction.
POST https://api.velt.dev/v2/agents/groups/add-agents
| Field | Type | Description |
|---|---|---|
data.group | object | The updated group document |
NOT_FOUND — group does not exist, OR any provided custom agentId does not existRESOURCE_EXHAUSTED — resulting group size would exceed MAX_AGENTS_PER_GROUPINVALID_ARGUMENT — empty agentIds array, or any id is empty