Build AI chatbots & agents
on your own knowledge

Upload your documents and launch a custom chatbot or AI agent grounded in your real data — then deploy it to your website, WhatsApp, and Telegram. No code required.

Deploy to
Web WhatsApp Telegram API

Three steps to your first AI agent

No infrastructure to manage. Upload your documents and your data is ready for AI.

1

Upload Your Documents

Drop in PDFs, Word files, Markdown, spreadsheets, text files, images, or web pages. aqoon extracts and indexes the content automatically.

2

Organize into Collections

Group documents by topic, team, or project. Share collections publicly or keep them private to your organization.

3

Build & Deploy

Build an agent or chatbot on your collections — embed it as a widget or hosted page, deploy to WhatsApp & Telegram, or connect via API to Claude, ChatGPT, and any LLM.

Build a custom agent — no code

Upload your documents and build an agent or chatbot that answers from your real data. Deploy it on your site, share a link, or connect it to the AI tools your team already uses.

Your documents, your AI's context

Upload internal docs, policies, reports, or product specs. Then build an agent that answers questions grounded in your real data.

  • Upload PDFs, Word docs, Markdown, spreadsheets, text files, images, or web pages
  • Build agents & workflows that collect info, not just answer
  • Connect to Claude, ChatGPT, or any AI tool in minutes
  • Share collections with your team or make them public
  • AI-powered hybrid search finds answers even when wording differs
  • No coding required — upload, build, and go
Build your first agent
yoursite.com
You
What's our refund policy for enterprise clients?
AI
Based on your internal documentation, enterprise clients have a 60-day refund window with full reimbursement. After 60 days, a prorated refund applies based on remaining contract term.
Enterprise Terms v3.pdf — Policy section 4.2
You
Are there exceptions for annual plans?
AI
Yes. Annual plans have a 30-day grace period from renewal date. The client must notify in writing before the grace period expires.
Enterprise Terms v3.pdf — Section 4.2.1

Build AI apps on searchable knowledge

Use the aqoon API to add retrieval-augmented generation (RAG) to any application. Scoped API keys control exactly which data each integration can access.

A knowledge API for your AI stack

aqoon handles the hard parts — document ingestion, chunking, embedding, and hybrid search — so you can focus on building your application.

  • REST API with hybrid search (semantic + keyword)
  • Scoped API keys — grant access to specific collections
  • Built-in rate limiting, usage tracking, and billing
  • MCP server for native Claude integration
  • Official SDKs — pip install aqoon or npm install @54startups/aqoon
  • Works with Claude, ChatGPT, and any AI that supports MCP or REST
SDK documentation
rag_app.py
from aqoon import Aqoon
import anthropic

# 1. Search aqoon for relevant context
client = Aqoon(api_key="aqn_your_key")
results = client.search("your question", limit=5)

# 2. Build prompt with retrieved context
context = "\n".join(r["content"] for r in results["results"])

# 3. Send to any LLM
answer = anthropic.Anthropic().messages.create(
    model="claude-sonnet-4-5-20250514",
    messages=[{
        "role": "user",
        "content": f"Context:\n{context}\n\n{user_question}"
    }]
)

Everything you need to build and ship

Everything you need to build, deploy, and scale AI chatbots and agents on your knowledge.

Embeddable Chatbot

Deploy an AI chat assistant on your website with one line of code. It answers questions from your documents automatically.

Agents & Workflows

Build agents that answer questions and collect structured info — bookings, leads, applications — with delivery by email or webhook.

Deploy Anywhere

Ship as an embeddable widget, a hosted page, a branded landing page, a REST API, or on Telegram and WhatsApp.

Any Document Format

PDFs, Word docs, Markdown, CSV, Excel, text files, images with OCR, and web pages. Drag and drop up to 50 MB per file.

Hybrid Search

Combines semantic understanding with keyword matching. Finds answers even when phrasing differs from the source.

Collections & Sharing

Organize by team, project, or topic. Share publicly for others to discover and subscribe to.

Scoped Access Control

Full-access keys for your own use, scoped keys for third-party integrations. Grant access per collection.

Usage & Billing

Track API usage per key with dashboards, rate limiting, and monthly billing built in.

Build your first AI agent today

Free to start. Upload your first documents in minutes.