Full Feature Breakdown

What Supergato gives you

A unified control plane for every AI assistant your team runs—from configuration to deployment to monitoring.

🧠

Three chat engines, one platform

Each assistant gets the right engine for its job. No one-size-fits-all, no vendor lock-in.

Generic Engine
Lightweight tool-calling. Best for straightforward Q&A, form filling, and simple automations. Fastest response times.
Agentic Engine
Advanced reasoning with multi-step planning. Handles complex queries, tool chains, and sub-agent delegation automatically.
Fast RAG Engine
Optimized for retrieval-augmented generation. Answers from your knowledge base with source citations in under a second.
$ ma-cli assistant create --engine agentic
↳ Creating assistant with Agentic engine...
✓ assistant a_8f3k2j ready
$ ma-cli assistant create --engine generic
↳ Creating lightweight tool-calling assistant...
✓ assistant a_9g2h1k ready
$ ma-cli datasource add --type web --url https://docs.example.com
↳ Crawling 47 pages...
↳ Chunking → embedding → Pinecone
✓ 1,204 vectors indexed in 6.3s
$ ma-cli assistant query a_8f3k2j "How do I reset my password?"
↳ Searching 3 relevant chunks...
"Go to Settings → Security → Reset Password."
✓ Sources: docs.example.com/security
📚

RAG pipeline, zero friction

Connect any data source and let Supergato handle chunking, embedding, and retrieval. Your assistants answer from your actual knowledge—not their training data.

  • Auto-chunking with configurable overlap strategies
  • Multi-format support: PDF, CSV, Markdown, HTML, plain text
  • Embedding via OpenAI Ada v2 or local models
  • Hybrid search: vector + keyword + metadata filtering
  • Real-time sync on document updates via webhook
🔧

40+ tools your agents can actually use

Not just search. Your assistants can execute code, query databases, run workflows, make API calls, and delegate to sub-agents.

Code & Data
▸ Python/JS execution (sandboxed)
▸ SQL query runner
▸ CSV/Excel analysis
▸ API client (REST/GraphQL)
Knowledge
▸ Web search (Brave)
▸ RAG vector search
▸ Document reader
▸ URL scraper
Operations
▸ Workflow trigger
▸ Sub-agent delegation
▸ MCP gateway
▸ Webhook sender
Infrastructure
▸ DB connector (Postgres, MySQL, Mongo)
▸ Redis cache operations
▸ File storage (S3-compatible)
▸ SSH command executor
🌐

Embed your assistant anywhere

One script tag. Your brand, your assistant, zero backend integration. Works with any website, webapp, or internal tool.

// One script tag to embed anywhere
<script src="https://supergato.eu/embed/pk_live_..."></script>
💬
S Supergato Assistant
Hi! How can I help you today?
Type your message...

Ready to see it in action?

30-minute live walkthrough. We'll configure an assistant for your use case on the call.

Book a demo →