AI Platform for Your Business

Your AI Platform.
Powered by Your
Documents.

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.

Free tier included
No credit card required
Your data never trains models

Grounded answers

Cited from your docs

Every reply is

Traceable

sources + latency
8
File Formats Supported
50 MB
Max File Size
PII + Topics
Built-in Guardrails
24/7
AI Assistants Online
Platform Features

Everything you need to deploy AI

From document ingestion to production AI chat — Ace AI gives you all the tools to build, deploy, and monitor intelligent assistants.

Document Knowledge Base

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.

Custom AI Agents

Build agents with their own instructions and linked collections, plus rules for when to hand a conversation over to a human.

Guardrails & Safety

Protect every response with PII redaction and topic controls, so your assistants stay compliant and on-brand.

Chat Playground

Test and refine your agents in an interactive playground before you put them in front of real users.

Observability & Tracing

Trace every conversation with sessions, retrieved context, latency, and token usage for full visibility into how your AI performs.

API Integration

Embed your agents into any product with a REST API and scoped API keys — bring your knowledge base wherever your users are.

How It Works

Deploy your AI assistant in minutes

Three simple steps from zero to a fully deployed AI knowledge base — no ML expertise required.

1

Upload Your Documents

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, CSV
2

Configure Your Agent

Give your agent instructions, link the collections it should use, and set guardrails and human-handover rules to match your use case.

Guardrails + human handover
3

Deploy & Monitor

Chat in the built-in playground or embed your agent via the REST API. Trace every conversation from the observability dashboard.

Playground + REST API + tracing
API Integration

Integrate AI into your app
with a simple REST API

Our REST API lets you embed your knowledge-base agents into any application. One API key, one endpoint, grounded answers.

  • Embed your agents in any web or mobile app
  • REST API with JSON responses
  • Scoped API keys you can rotate anytime
  • Session & context handling built in
  • Conversation tracing on every request
  • Usage and token quotas per workspace
View API Documentation
integration.tsTypeScript
// 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.
REST APIJSONAPI keys
Use Cases

Built for real work

A few ways teams put Ace AI to work with their own documents.

CS

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.

IK

Internal knowledge

Operations

Give your team instant answers from handbooks, wikis, and SOPs, grounded in the documents you already have.

IP

In-product assistant

Product & engineering

Embed a grounded assistant in your app via the REST API, with guardrails and full conversation tracing.

Pricing

Simple, transparent pricing

Start free, scale as you grow. No hidden fees, no surprises.

Free

Perfect for exploring Ace AI and small projects.

$0/ mo
  • 50 documents
  • 500 pages of ingestion
  • 100 MB storage
  • 5M tokens / month
  • 1 workspace
  • Knowledge base + AI agents
  • In-app chat playground
  • API integration
  • Conversation tracing
  • Priority support
Get Started Free
Coming soon

Pro

For growing teams that need more capacity and control.

$29/ mo
  • Higher document & storage limits
  • Increased token quota
  • Multiple workspaces
  • AI agents + guardrails
  • In-app chat playground
  • API integration
  • Conversation tracing
  • Evaluations & prompts
  • Priority email support
Coming soon

Business

For large teams with governance and scale needs.

$99/ mo
  • Everything in Pro
  • Unlimited workspaces
  • Advanced observability
  • Role-based access control
  • Audit-ready conversation traces
  • Custom limits
  • Dedicated account manager
  • Priority SLA support

All plans are encrypted in transit and your data is never used to train models.
No credit card required for the Free plan.

FAQ

Frequently asked questions

Can't find the answer you're looking for? Reach out to us.

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.

Free plan available — no credit card required

Start building smarter AI
experiences today

Turn your documents into AI agents in minutes. The Free plan includes 5,000,000 tokens/month — no credit card required.

No credit card5M free tokens / monthSetup in minutesCancel anytime