Tools / docs
Server Tools JSON API
Programmatic access for generated configs and validators. Endpoints return deterministic JSON and do not persist raw pasted input.
Discover endpoints
GET /api/v1/tools
Examples
POST /api/v1/minecraft/server-preset
{"preset":"survival-coop","server_name":"Friends SMP","max_players":8}
POST /api/v1/ark/ini-validator
{"ini":"[ServerSettings]\nMaxPlayers=20\nPort=7777\nQueryPort=27015"}
POST /api/v1/palworld/config-migration
{"profile":"safe-coop","settings":"OptionSettings=(ServerName=\"Old\",ServerPlayerMaxNum=32)"}
Privacy model
Validator API calls return results directly. The accountless workspace stores generated
artifacts only under a hash of your browser-local token; workspace reads and deletes
send the token in the X-Workspace-Token header so it never appears in URLs
or access logs. All endpoints are rate-limited per IP.