Event Meta Tags
Event meta tags are optional key/value labels attached to individual usage and billing events (LLM calls, voice sessions, external costs).
Dashboard filters
On Agents and Customers, use the Event meta tags field. Press Enter or comma after each filter. Multiple chips are combined with AND (all must match).
Send tags from the Python SDK
Manual usage (V2 API)
usage_with_meta_tags.py
Auto-patch (OpenAI, etc.)
openai_with_meta_tags.py
External cost
external_cost_meta_tags.py
Voice — session-level tags
Set tags once when the voice session starts; STT/LLM/TTS/STS events in that session inherit them.
voice_session_meta_tags.py
Rules and limits
- Up to 20 tags per event
- Keys: letters, numbers,
_,-(max 64 characters) - Values: max 256 characters
- Invalid tags never block usage — they are skipped with a warning in SDK logs
