Bharat
11/23/2025, 5:36 AMChiranjeet Mishra
11/23/2025, 5:37 AMVapi Support Bot
11/23/2025, 5:37 AMid field on a transient assistant.
The recommended approach is to encode your team/account in the assistant's name field, then extract it in your tool endpoint. For example:
json
{
"assistant": {
"name": "team-123-router",
"model": { ... },
"voice": { ... }
}
}
Parse the name to identify the team when processing tool calls.
(See documentation: [Vapi Server URL Events](https://docs.vapi.ai/server-url/events))
Source:
- [Vapi Server URL Events](https://docs.vapi.ai/server-url/events)