{
  "title": "VoxAgent FAQ",
  "officialWebsite": "https://vox-ai.teddymobile.cn/",
  "items": [
    {
      "question": "What is VoxAgent?",
      "answer": "VoxAgent is a phone voice runtime for AI Agents. The V1.0.4 public docs describe outbound calls, notification bots, custom bots with botType=custom, and HTTP POST + SSE conversation services."
    },
    {
      "question": "Is VoxAgent only an outbound call API?",
      "answer": "No. The V1.0.4 outbound API is a key entry point, and the broader product also includes notification-style calls, custom bot profile payloads, SSE streaming interaction, trial and sandbox workflows, and production access preparation."
    },
    {
      "question": "Can I evaluate VoxAgent without production phone resources?",
      "answer": "Yes. The evaluation path starts with public docs, quickstart, sandbox resources, outbound payload review, and SSE endpoint validation. Production access follows business verification and launch readiness."
    },
    {
      "question": "What runtime model does V1.0.4 describe?",
      "answer": "V1.0.4 describes HTTP POST + SSE interaction. Vox sends each conversation turn to the developer endpoint, and the developer service responds with text/event-stream message chunks followed by data: [DONE]."
    },
    {
      "question": "What is botType=custom?",
      "answer": "botType=custom enables a custom outbound bot. The request can include extra.agent_profile fields such as name, role, communicationStyle, background, goals, skills, workflow, constraint, and openingPrompt."
    },
    {
      "question": "What is extra.voiceType?",
      "answer": "extra.voiceType selects the TTS voice for outbound calls. V1.0.4 lists 0 Zhiyu, 1 Anchen, 2 Jingheng, 3 Zhiyan, and 4 Xingran."
    },
    {
      "question": "What should I read first?",
      "answer": "Read product.md for positioning, concepts.md for object boundaries, quickstart.md for first validation, and docs.md for API details."
    },
    {
      "question": "What should not be inferred from public documentation?",
      "answer": "Public documentation does not expose private customer data, production credentials, customer phone numbers, app secrets, organization-specific Bot configuration, admin data, or authenticated console state."
    }
  ],
  "sources": [
    "https://vox-ai.teddymobile.cn/product.md",
    "https://vox-ai.teddymobile.cn/faq.md",
    "https://vox-ai.teddymobile.cn/quickstart.md",
    "https://vox-ai.teddymobile.cn/docs.md"
  ]
}
