EpsimoAI Platform Overview¶
EpsimoAI is a platform for building, configuring, and deploying AI assistants. You can create assistants powered by models like GPT-4o and Claude, upload documents for knowledge-based answers, and embed your assistants into external applications.
Core Concepts¶
| Concept | What it is |
|---|---|
| Project | A workspace that groups your assistants and conversations together. Think of it like a folder. |
| Assistant | An AI agent you configure with a model, personality (system prompt), tools, and knowledge files. |
| Thread | A conversation with an assistant. Threads keep the full message history so the assistant remembers context. |
| Run | A single invocation of the assistant within a thread. One run may produce multiple messages (e.g., a tool call followed by a final answer). |
Signing Up and Logging In¶
You can create an account using:
- Email and password — fill in the sign-up form at
/signup - Google OAuth — click "Sign in with Google" on the login page
After your first login a default project called "main" is created automatically.
The Dashboard¶
Once logged in you land on the dashboard. From the sidebar you can navigate to:
- Projects — manage workspaces
- Assistants — create and configure AI agents
- Threads — view and continue conversations
- Tools — browse available tool integrations
- Settings — account and billing
Quick Start¶
- Sign up — go to
/signupand create an account (or use Google). - Create a project (optional) — your "main" project is ready to use, but you can create additional projects from the Projects page.
- Configure an assistant — go to Assistants → New Assistant. Pick a model, write a system prompt describing how the assistant should behave, and optionally upload documents.
- Start chatting — go to Threads → New Thread, select your assistant, and send a message. Responses stream in real-time.
That's it — you now have a working AI assistant. From here you can:
- Upload files to give the assistant domain knowledge → Files & Knowledge Base
- Embed the assistant in an external app → Assistants: Access Modes
- Purchase tokens for continued usage → Billing