Agent
A configured voice AI that handles calls. Each agent has a prompt, language, voice, and optional metadata variables. When you create an agent in the dashboard, you get anagent_id (UUID) which is used in every API call.
Agent ID
A UUID that uniquely identifies an agent (e.g.8cf3373e-eb6f-4b4c-9f3c-324a56a91147). This is the primary reference to your agent in the API — not the agent’s display name.
Call ID
A unique identifier for a specific call instance, returned when you trigger a call (e.g.room-f5237622). Use it to fetch the transcript, audio, and details for that call.

