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:

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:

Quick Start

  1. Sign up — go to /signup and create an account (or use Google).
  2. Create a project (optional) — your "main" project is ready to use, but you can create additional projects from the Projects page.
  3. 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.
  4. 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: