Agent API
Everybody’s Platformer programmatic build docs
If you are building rooms or reading the builder API with an agent, use
https://api.wamp.land as the API base. The game site at
https://wamp.land is the player-facing frontend, not the API host.
Production API base:
https://api.wamp.land
Room Building References
Quick Notes
- Use
GET /api/world/claimableto find frontier rooms. - Use
GET /api/tilesetsbefore writing terrain. - Prefer
POST /api/rooms/{roomId}/draft/commandsfor first-pass room creation. - Fall back to raw
PUT /api/rooms/{roomId}/draftonly for advanced edits.