Turn your documents into AI agents your users can chat with — grounded in your data, protected by guardrails, and traceable end to end. In your app or via API.
Grounded answers
Cited from your docs
Every reply is
Traceable
From document ingestion to production AI chat — Ace AI gives you all the tools to build, deploy, and monitor intelligent assistants.
Organize documents into collections and upload PDFs, Word, Excel, CSV, Markdown, and text. Every file is parsed and indexed to ground your AI in your own data.
Build agents with their own instructions and linked collections, plus rules for when to hand a conversation over to a human.
Protect every response with PII redaction and topic controls, so your assistants stay compliant and on-brand.
Test and refine your agents in an interactive playground before you put them in front of real users.
Trace every conversation with sessions, retrieved context, latency, and token usage for full visibility into how your AI performs.
Embed your agents into any product with a REST API and scoped API keys — bring your knowledge base wherever your users are.
Three simple steps from zero to a fully deployed AI knowledge base — no ML expertise required.
Create collections and drag in your files. Ace AI parses, chunks, and indexes them into a knowledge base your agents can search.
PDF, DOCX, XLS, XLSX, TXT, MD, CSVGive your agent instructions, link the collections it should use, and set guardrails and human-handover rules to match your use case.
Guardrails + human handoverChat in the built-in playground or embed your agent via the REST API. Trace every conversation from the observability dashboard.
Playground + REST API + tracingOur REST API lets you embed your knowledge-base agents into any application. One API key, one endpoint, grounded answers.
// Chat with your agent over REST
const res = await fetch(
'https://api.aceai.io/v1/chat',
{
method: 'POST',
headers: {
Authorization: `Bearer ${process.env.ACE_API_KEY}`,
},
body: JSON.stringify({
agentId: 'agt_abc123',
message: 'What is the return policy?',
}),
}
);
// → Grounded in your documents, with
// sources and a trace id attached.A few ways teams put Ace AI to work with their own documents.
Customer support
Support teams
Deflect repetitive tickets with an agent that answers from your help docs and policies — and hands off to a human when it should.
Internal knowledge
Operations
Give your team instant answers from handbooks, wikis, and SOPs, grounded in the documents you already have.
In-product assistant
Product & engineering
Embed a grounded assistant in your app via the REST API, with guardrails and full conversation tracing.
Start free, scale as you grow. No hidden fees, no surprises.
Perfect for exploring Ace AI and small projects.
For growing teams that need more capacity and control.
For large teams with governance and scale needs.
All plans are encrypted in transit and your data is never used to train models.
No credit card required for the Free plan.
Ingestion is measured in documents, pages, and storage, and chat is measured in tokens. A token is roughly 4 characters of text (~0.75 words), consumed for both your input (message + retrieved context) and the AI's response. The Free plan includes 50 documents, 500 pages, 100 MB of storage, and 5,000,000 tokens per month.
Turn your documents into AI agents in minutes. The Free plan includes 5,000,000 tokens/month — no credit card required.