vobiz-applications-endpoints
Installation
SKILL.md
Vobiz Applications & Endpoints skill
Two related but distinct concepts:
- Application: a named container that holds the
answer_url/hangup_urlwebhooks. Phone numbers and endpoints get attached to an application so calls fire the configured webhooks. - Endpoint: a SIP user account (
username+password+alias) for soft-phones, browser WebRTC clients, or IP desk-phones to register with Vobiz.
Base URL: https://api.vobiz.ai. Auth headers on every request: X-Auth-ID + X-Auth-Token.
Application vs Endpoint - which do I need?
- Inbound call to a phone number (DID) → create an Application, then attach the number to it.
- A person or device that needs to place/receive calls (browser, softphone, desk phone, AI agent) → create an Endpoint, then attach an Application to the endpoint for its call-handling logic.
- Both: number routes inbound to an Application; that Application's VobizXML can
Dialthe endpoint'ssip_urito ring the device.