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_url webhooks. 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 Dial the endpoint's sip_uri to ring the device.

Application endpoints

Installs
2
First Seen
6 days ago
vobiz-applications-endpoints — vobiz-ai/agent-skills