StudioChat and voice agents, from one prompt
Agents that answer from your documents — and pick up the phone
Build a chat agent or a voice agent from one plain-English prompt, point it at the documents you already have, and see the passage behind every answer.
What's the refund window for an annual plan?
The path an answer takes
Checks that run on the answer, not on the log
Screening after the fact tells you what went wrong. These run before the reply reaches anyone.
Question
Typed in chat, or spoken on a call
Retrieve
Passages pulled from your own documents
Knowledge base
Uploads and S3, indexed as they arrive
Check
PII stripped, toxicity screened, answer scored
Tools
Systems the agent may reach mid-answer
Answer
Returned with the sources it used
Observability
See why an agent said what it said
Every turn is recorded with its retrieval trace, latency and token cost — including the ones that went wrong.
Turns per day
| Time | Agent | Channel | Tokens | Latency | Grounded | Status |
|---|---|---|---|---|---|---|
| 14:22:08 | Support agent | chat | 1,842 | 0.9s | 0.96 | ok |
| 14:21:44 | Reception agent | voice | 2,110 | 1.3s | 0.93 | ok |
| 14:20:57 | Onboarding assistant | chat | 966 | 0.7s | 0.98 | ok |
| 14:19:31 | Support agent | chat | 1,204 | 1.1s | 0.42 | ungrounded |
| 14:18:02 | Billing agent | chat | 1,530 | 2.8s | 0.89 | ok |
| 14:17:19 | Reception agent | voice | — | — | — | failed |
Call me on [PHONE] or email [EMAIL] about the invoice.
Responsible AI
Guardrails that leave a record
Four checks on every request, each one reported with the turn rather than buried in a log nobody opens.
- PII redaction
- Personal data is stripped from prompts and responses before they leave the request.
- Toxicity filter
- Requests and replies are screened, not just logged after the fact.
- Groundedness check
- Answers are scored against the retrieved passages, so an ungrounded reply is visible instead of confident.
- Your keys, your models
- Bring your own provider keys. Nothing is shared between organizations.
Build your first agent in a few minutes
Twenty runs is enough to attach a document, ask it real questions and hear it answer out loud.
No card. One chat agent and one voice agent on the free plan.