docs/en/platform/satori/server-satori.md
[!TIP]
server-satoriis a Koishi plugin that exposes Koishi as a Satori server, so AstrBot can connect to Koishi through Satori.
Make sure you already have a running Koishi instance.
If not, follow official docs first:
server-satori in KoishiPlugin Config.server-satori (defaults usually work).After enabling, server-satori serves Satori API under /satori.
Bots.+ Create Bot.satori.Fill in:
id): server-satorienable): checkedsatori_api_base_url): http://localhost:5140/satori/v1satori_endpoint): ws://localhost:5140/satori/v1/eventssatori_token): usually empty unless configured in Koishi[!NOTE]
- Koishi default port is
5140.server-satoridefault path is/satori.- So the full API base is
http://localhost:5140/satori/v1.- If your Koishi runs on different host/port/path, change accordingly.
Click Save.
AstrBot should now be connected to Koishi via server-satori.
Test by sending an AstrBot command (for example /help) in Koishi sandbox.
If connection fails, check:
server-satori is installed and enabled.