Skip to main content
The Worlds architecture separates management operations from graph data operations:

Authentication

Platform API requests use platform tokens with the wzp_ prefix:
Platform tokens manage resources. World auth tokens use the wzw_ prefix and are intended for data-plane access to specific worlds.

Base URL

For local development of the Platform API server, use the Wrangler dev URL for your Worker.

Resources

The Platform API covers these management resources: Public worldId values must match ^[a-z][a-z0-9-]{2,62}$. Internal uid values use prefixes such as w_... so they cannot be confused with public path IDs.

Data-plane boundary

The Platform API does not execute SPARQL, search triples, import RDF, or export RDF. Those operations belong to the Worlds Data API and @worlds/client.