Equabot Overview
Equabot is the AI engine behind the Equa platform. It powers Equanaut, the AI assistant that helps teams manage equity, cap tables, documents, and day-to-day operations through natural conversation.Equanaut is the user-facing assistant. Equabot is the underlying infrastructure — the gateway, agent runtime, and multi-channel messaging layer that makes Equanaut work.
What Equabot Does
Equabot connects AI agents to the messaging channels and tools your team already uses. It handles:- Multi-channel messaging — WhatsApp, Telegram, Discord, Slack, iMessage, and more
- Agent orchestration — Session management, multi-agent routing, and model failover
- Tool execution — Browser automation, code execution, file handling, and 220+ custom skills
- Platform integration — Direct connection to the Equa API for cap table, member, and document operations
How It Fits Into Equa
| Layer | Component | Role |
|---|---|---|
| User-facing | Equanaut | AI assistant sidebar in the Equa web app — the default conversational interface |
| User-facing | Command Center | Expanded full-page Equanaut with progressive disclosure into agent monitoring, gateway configuration, and platform details |
| Infrastructure | Equabot Gateway | Agent runtime, session management, channel routing |
| Platform | Equa Server | Backend API for equity, members, documents, billing |
Key Capabilities
Multi-Channel Gateway
Equabot connects to messaging platforms so teams can interact with Equanaut from wherever they work:- WhatsApp — via WhatsApp Web (Baileys)
- Telegram — Bot API via grammY
- Discord — Bot API via discord.js
- Slack, iMessage, Mattermost — built-in and plugin channels
Agent Sessions and Routing
Each conversation gets its own session with isolated context. Multi-agent routing lets you assign different agents to different channels or users — useful for separating production support from internal operations.Tool Execution
Equanaut can perform actions on your behalf through a controlled tool system:- Read operations execute immediately (viewing cap tables, listing members)
- Write operations require confirmation before executing
- Destructive operations require double confirmation
Model Providers and Failover
Equabot supports multiple AI model providers with automatic failover:Getting Started
For Equa Platform Users
Equanaut is built into the Equa web app. No separate setup required — just sign in at app.equa.cc and open the Equanaut chat panel.For Developers and Self-Hosted Setups
If you are running your own Equabot Gateway: Runtime requirement: Node 22+Dashboard (Control UI)
The Gateway includes a browser-based Control UI for chat, configuration, sessions, and monitoring.- Local: http://127.0.0.1:18789/
- Remote: Tailscale or SSH tunnel
Documentation
Platform Guides
Cap table management, ESOP, agreements, team members, and more.
AI Concepts
Agent architecture, sessions, memory, streaming, and model routing.
Channels
WhatsApp, Telegram, Discord, Slack, iMessage — setup and configuration.
API Reference
Platform and Gateway API endpoints.
CLI Reference
Complete command-line reference for Equabot.
Gateway Operations
Configuration, security, troubleshooting, and deployment.