Quickstart
Understand the 4VF building blocks and assemble a first voice agent configuration.
Documentation areaUse the documentation landing page to navigate concepts, quickstarts, voice agents, workflows, telephony and developer integration surfaces.
Documentation index preview. Search filters the cards on this page.
Understand the 4VF building blocks and assemble a first voice agent configuration.
Documentation areaAgent behavior, model boundaries, voice configuration, knowledge and tools.
Documentation areaVisual routing, conditions, actions, branching and handoff concepts.
Documentation areaPhone, SIP, inbound/outbound routing and operational voice concepts.
Documentation areaA landing point for stable API contracts as they are published.
Documentation areaImplementation patterns for supported SDK surfaces as they become available.
Documentation areaEvent-driven integration concepts and payload-handling guidance.
Documentation areaIllustrative implementation patterns clearly separated from final API guarantees.
Documentation areaArchitecture-focused guidance for common voice system patterns.
Documentation areaArchitecture guides and illustrative syntax are labeled clearly while stable API contracts continue to evolve.
// Illustrative only
agent.on("tool.call", async (call) => {
return await tools.execute(call);
});