Vaani is the self-serve platform for production AI agents. Give them your knowledge, turn any API into a typed, approval-gated tool, and deploy on one multi-tenant runtime that isolates every end-user. No fork, ever.
Configure behaviour, ground it in your data, wire up real tools, and ship — all from a single console.
A guided wizard walks you from a blank page to a live agent — persona, model tier, and policy, no YAML or redeploys.
Upload markdown, text, or PDFs and Vaani ingests them into the agent's own private collection — retrieved at answer time to cut hallucinations.
Import an OpenAPI spec and Vaani generates one typed, approval-gated tool per endpoint. Connect MCP servers too — reads flow freely, writes pause for a human.
The same runtime serves a casual tutor and a regulated hospital — the difference is a policy profile, not a code fork. Tune autonomy, memory, audit, and residency per agent.
Configure in the console, connect what your agent needs, then call one endpoint from your app.
Sign up, describe the persona, choose a model and a policy profile. Preview it live — no key needed.
Upload knowledge, import an OpenAPI spec or MCP server, and store encrypted secrets the model never sees.
Mint a server API key and call /v1/chat with a per-request end-user ID. One key, every user, isolated.
# One key serves every end-user — Vaani isolates them server-side curl https://api.vaani.ai/v1/chat \ -H "Authorization: Bearer sk_live_•••••" \ -H "Content-Type: application/json" \ -d '{ "end_user_id": "user_42", "message": "Quiz me on Fundamental Rights" }' # → { "session_id": "sess_…", "reply": "…", # "state_summary": { "mastery_changed": ["polity.fundamental_rights"] } }
From edtech to regulated healthcare, one platform fits the policy to the use case.
“We went from a prototype notebook to a published, knowledge-grounded support agent in an afternoon. The approval gates were the unlock for our compliance team.”
“Importing our OpenAPI spec turned 40 endpoints into safe, typed tools instantly. End-user IDs pinned server-side meant we never worried about data leaks.”
“The same runtime runs our casual tutor and our regulated booking flow. We change a policy profile, not the codebase. That's a maintenance dream.”
RAG-grounded quizzes, mastery that persists across sessions, and proactive daily study nudges.
Books appointments behind a human approval gate — no PHI persisted, every action audited.
Answers from your docs, looks up orders, and issues refunds only after a human says yes.
Sign up free, build in the console, and call one endpoint from your app. No fork, ever.