Private multi-tenant RAG. Two API calls.
Add document intelligence to your product in 72 hours. Tenant-isolated, data-sovereign RAG — hosted on our infrastructure or deployed in your own cloud.
Two customer types. Two models.
You have customers.
They need RAG.
RAG becomes a silent feature inside your product. Your customers use it — they never know it's Formulate. You deploy in your own cloud, data stays in your VPC.
e.g. messaging platforms, CRM tools, support apps, chatbot products
You have departments.
They need RAG.
One org, many teams. HR, Legal, Finance, Clinical — each gets their own isolated RAG namespace. Call our hosted API. No infra work, no DevOps.
e.g. hospitals, banks, insurance firms, universities, conglomerates
Two API calls. That's the whole integration.
POST to /ingest to upload documents. POST to /search to retrieve. Pass your tenant ID in the header. Done.
POST /ingest
X-Tenant-ID: acme-corp
Content-Type: multipart/form-data
file: product_docs_v3.pdf
→ 200 OK
{
"job_id": "ing_01jwx4k",
"status": "processing",
"webhook": "notified on completion"
}POST /search
X-Tenant-ID: acme-corp
Content-Type: application/json
{
"query": "What is the return policy for enterprise plans?",
"top_k": 5
}
→ 200 OK (<300ms)
{
"results": [
{
"content": "Enterprise plans include a 30-day...",
"score": 0.94,
"source": "product_docs_v3.pdf"
}
]
}Your cloud or ours.
We host. You call.
Formulate AI runs the full RAG stack on our infrastructure. You make two API calls — /ingest and /search. We handle availability, scaling, and ops.
- No infra work on your side
- SLA-backed 99.5% uptime
- Live in 72 hours
- Monthly flat pricing
Best for enterprises and teams getting started fast
Your cloud. Our software.
Deploy Formulate Agent inside your own AWS, Azure, or GCP account. You own the data, the infra, and the compute. We provide the software and the deployment package.
- Data never leaves your VPC
- Bedrock / Azure OpenAI for generation
- CloudFormation + Helm chart included
- Software license — you pay cloud bill
Best for platforms with data sovereignty requirements
True data sovereignty note: Retrieval never leaves your cloud in BYOC mode. For generation, use AWS Bedrock or Azure OpenAI — both keep LLM calls within your cloud account. Bringing your own OpenAI key routes generation through OpenAI's servers.
Cloud RAG wasn't built for multi-tenancy.
| Feature | Formulate RAG | AWS Bedrock | Google Vertex |
|---|---|---|---|
| Multi-tenant out of the box | ✕ | ✕ | |
| Tenant isolation (native) | ✕ | ✕ | |
| Deploy in your cloud (BYOC) | ✕ | ✕ | |
| LLM agnostic (any provider) | ✕ | ✕ | |
| Flat pricing (not per KB) | ✕ | ✕ | |
| Live in 72 hours | ✕ | ✕ | |
| No infra work required |
Build in-house comparison: 2 backend engineers × 6 months = $150k–$200k. Ongoing maintenance $50k/year. Cloud RAG services charge per knowledge base — costs compound fast with multi-tenancy. Formulate RAG is a flat monthly license.
Flat pricing. No per-query surprises.
One-time setup fee $2,500 covers integration support, developer onboarding, and 30-day hypercare. Annual billing saves 15%.
- REST API (ingest + search)
- Tenant-isolated namespaces
- PDF, DOCX, TXT, CSV, HTML
- Async ingestion + webhooks
- Email support
- Everything in Starter
- Per-tenant usage dashboard
- Query logs + analytics
- Slack support channel
- Response < 4 hours
- Everything in Growth
- Dedicated onboarding engineer
- 30-day hypercare
- 99.5% uptime SLA
- Annual: $40,800 (15% off)
- Deploy in your AWS/Azure/GCP
- Bedrock / Azure OpenAI ready
- CloudFormation / Helm chart
- Full data sovereignty
- One-time setup: $3,000
Pilot offer: 3 months at $2,000/mo.
Up to 100 tenants. No commitment for full rollout. Prove it works in your product, then expand.
contact@formulateai.in · Built in Bangalore · Data stays yours