{
  "name": "AIVAON Voice Agent Platform",
  "description": "AI Voice Agent Orchestration Network — enterprise platform for deploying, managing, and monitoring AI voice agents across telephony infrastructure.",
  "url": "https://www.aivaon.com",
  "version": "1.0.0",
  "provider": {
    "organization": "WorkSpax LLC",
    "url": "https://www.aivaon.com",
    "contact": "support@aivaon.com"
  },
  "capabilities": [
    {
      "name": "voice-agent-management",
      "description": "Create, configure, deploy, and manage AI voice agents with custom personalities, knowledge bases, and conversation flows."
    },
    {
      "name": "telephony",
      "description": "Manage phone numbers, SIP trunks, call routing, carriers, and telephony infrastructure."
    },
    {
      "name": "call-control",
      "description": "Make and receive calls, real-time transcription, sentiment analysis, call recording, and live monitoring."
    },
    {
      "name": "lead-operations",
      "description": "Intelligent lead routing, SLA management, lifecycle tracking, and business operations automation."
    },
    {
      "name": "knowledge-management",
      "description": "RAG/KAG knowledge systems, vector databases, document processing, and semantic search."
    },
    {
      "name": "analytics",
      "description": "Call intelligence, business metrics, sentiment trends, predictive analytics, and performance monitoring."
    },
    {
      "name": "workflow-automation",
      "description": "Visual workflow builder with AI-powered triggers, conditions, actions, and integrations."
    }
  ],
  "protocols": [
    "mcp",
    "a2a",
    "rest",
    "graphql",
    "websocket",
    "sse"
  ],
  "authentication": {
    "schemes": [
      "oauth2",
      "api-key"
    ],
    "oauth2": {
      "authorization_url": "https://www.aivaon.com/auth/login",
      "token_url": "https://www.aivaon.com/api/v1/auth/token",
      "scopes": [
        "read",
        "write",
        "admin"
      ]
    }
  },
  "endpoints": {
    "api": "https://www.aivaon.com/api/v1",
    "graphql": "https://www.aivaon.com/api/v1/graphql",
    "websocket": "https://www.aivaon.com/api/v1/ws",
    "mcp": "https://www.aivaon.com/api/v1/mcp",
    "documentation": "https://www.aivaon.com/docs/api"
  },
  "supported_languages": [
    "en",
    "es",
    "fr",
    "de",
    "pt",
    "zh",
    "ja",
    "ko",
    "ar",
    "hi"
  ]
}