RyGuy
10/26/2025, 6:03 PMChiranjeet Mishra
10/26/2025, 6:03 PMVapi Support Bot
10/26/2025, 6:04 PMmetadata field with your client information. For example:
json
{
"name": "Support Assistant",
"metadata": {
"customerId": "client-123",
"clientName": "Acme Corp"
}
}
This lets you group and identify assistants by client in your system.
Note: The API supports storing metadata, but direct filtering by metadata is not documented in the API reference.
Source:
- [Create Assistant API Reference](https://docs.vapi.ai/api-reference/assistants/create-assistant)Vapi Support Bot
10/26/2025, 6:09 PMRyGuy
10/26/2025, 6:09 PMRyGuy
10/26/2025, 6:14 PMVapi Support Bot
10/26/2025, 6:22 PMcustomerId as a top-level field on your calls (not just in assistant metadata), or do you need to filter calls based solely on metadata attached to assistants?
Source:
- [Create Assistant API Reference](https://docs.vapi.ai/api-reference/assistants/create-assistant)RyGuy
10/26/2025, 6:23 PMRyGuy
10/26/2025, 6:27 PMRyGuy
10/27/2025, 1:58 AMRyGuy
10/27/2025, 1:58 AM