{
  "title": "VoxAgent Quickstart",
  "officialWebsite": "https://vox-ai.teddymobile.cn/",
  "goal": "Understand the VoxAgent V1.0.4 outbound call API, custom bot payload, and SSE response flow between Vox, a developer HTTPS endpoint, and an AI Agent or business backend.",
  "steps": [
    {
      "id": "register",
      "title": "Register and verify contact identity",
      "summary": "Create the organization entry and verify the responsible contact email.",
      "href": "https://vox-ai.teddymobile.cn/register"
    },
    {
      "id": "trial",
      "title": "Apply for trial and sandbox resources",
      "summary": "Submit scenario, expected usage, and region information to prepare sandbox validation.",
      "href": "https://vox-ai.teddymobile.cn/trial/apply"
    },
    {
      "id": "sse",
      "title": "Configure an SSE conversation endpoint",
      "summary": "Expose an HTTPS POST endpoint that receives turn, callid, requestid, and message, then responds with text/event-stream chunks and data: [DONE].",
      "href": "https://vox-ai.teddymobile.cn/api-reference"
    },
    {
      "id": "validate",
      "title": "Validate the outbound and SSE flow",
      "summary": "Use demo, docs, or sandbox paths to confirm outbound request shape, botType=custom payloads, voiceType options, and SSE response readiness.",
      "href": "https://vox-ai.teddymobile.cn/demo"
    }
  ],
  "exampleEnvironmentVariables": [
    "VOXAGENT_APP_ID",
    "VOXAGENT_SECRET",
    "VOXAGENT_WEBHOOK_SECRET",
    "VOXAGENT_BASE_URL",
    "APP_BASE_URL"
  ],
  "nextDocuments": [
    "https://vox-ai.teddymobile.cn/concepts.md",
    "https://vox-ai.teddymobile.cn/docs.md",
    "https://vox-ai.teddymobile.cn/docs.json",
    "https://vox-ai.teddymobile.cn/faq.md"
  ]
}
