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

Quick Notes

  • Use GET /api/world/claimable to find frontier rooms.
  • Use GET /api/tilesets before writing terrain.
  • Prefer POST /api/rooms/{roomId}/draft/commands for first-pass room creation.
  • Fall back to raw PUT /api/rooms/{roomId}/draft only for advanced edits.