EpsimoAI Documentation¶
Welcome to the EpsimoAI documentation portal. This is the central reference for using, integrating with, and operating the EpsimoAI platform.
Quick Links¶
- Using the App — How to create projects, configure assistants, and have conversations.
- Integration Guide — Authentication, API access, CLI recipes, and embedding assistants.
- Architecture — System design, data model, and infrastructure.
- Configuration Reference — Every environment variable explained.
- API Reference (Swagger) — Interactive API explorer with request/response schemas.
- API Reference (ReDoc) — Read-friendly API reference.
What is EpsimoAI?¶
EpsimoAI is an advanced AI assistant platform that lets you:
- Create and configure custom AI assistants with different models and behaviours
- Organize work in projects — isolated workspaces with their own assistants and conversations
- Have multi-turn conversations (threads) with streaming responses
- Upload documents for knowledge-based AI interactions
- Integrate via a standard OpenAI-compatible API or per-assistant public tokens
- Embed assistants in external platforms (Typebot, Zapier, custom apps)
For developers¶
If you're integrating with the API, start with Authentication to get a JWT, then explore CLI Recipes for worked examples.
If you're embedding an assistant in a third-party platform, see Public Assistants and OpenAI-Compatible API.
For operators¶
Internal runbooks and deployment guides are available in the Internal section (requires authentication).