Natural voice conversation
Clients speak, the AI listens and responds in real time. No IVR menus, no hold music — just a natural conversation.
AI Voice Real Estate Agent
Speak naturally to schedule viewings, explore listings, and get instant answers. Powered by Retell's real-time voice AI and a secure FastAPI backend.
Platform Capabilities
From secure token minting to real-time transcript delivery — built for production from day one.
Clients speak, the AI listens and responds in real time. No IVR menus, no hold music — just a natural conversation.
The agent checks live availability and confirms viewings on the spot, writing bookings back to the calendar instantly.
API credentials never leave the server. A short-lived access token is minted per session and consumed within 30 seconds.
Every word is captured in real time and displayed in the operator console. Copy, review, or feed downstream CRMs.
A timestamped log of every call event — agent speaking, muted, update payload, error — for full observability.
Ships as a single FastAPI app. One environment file, one Vercel deploy command — production in minutes.
Deployment Flow
Three clean steps, zero hidden complexity.
When a user clicks Start, FastAPI calls Retell's token API using server-side credentials and returns a short-lived access token.
The widget uses the token to initiate an audio session directly with Retell. Microphone permission is requested and the call begins.
Operators watch status updates, live transcript, and structured call events in the assistant console in real time.
Common Questions