Developer API
Hytorbis AI API
Use Hytorbis AI from your own tools, builders, launchers, mod dashboards, and creator workflows.
Core endpoints
GET /api/health
GET /api/v1/modes
POST /api/v1/chat
POST /api/v1/blueprint
POST /api/v1/file-tree
POST /api/v1/keys/create # admin pin required
GET /api/v1/usage
GET /api/v1/sources
Example chat request
curl -X POST https://hytorbis.com/ai/api/v1/chat \\
-H "Content-Type: application/json" \\
-H "Authorization: Bearer hyt_sk_your_key" \\
-d '{
"target": "hytale",
"mode": "hytale",
"message": "Create a pirate NPC quest giver with dialogue and item rewards."
}'
Tool boundaries
- Hytorbis AI: chat, code, docs, JSON, API, file structures, creator guidance.
- HyDot Architect: spatial blueprints, sockets, validation, layout intelligence.
- Asset Forge / World Builder: visual building, asset editing, scene/world exports.