Overview
Start here for Mori's API surface and WebSocket feed.
Mori at a glance
Mori is a cross-platform Growtopia companion focused on bot control, world visibility, and browser-based management. The docs site keeps the structure simple:
- a short overview page for orientation
- an API reference page for the current surface
Base transport
| Surface | Value |
|---|---|
| Base URL | http://localhost:3000 |
| WebSocket | ws://localhost:3000/ws |
| Auth | none |
| Content type | application/json |
What you can do
- spawn and remove bots
- inspect full bot state, inventory, objects, and world tiles
- send movement, equipment, delay, and scripting commands
- search the item database
- subscribe to bot, world, player, inventory, and console events
Next page
Continue to API Reference for the current endpoint and event details.