Authentication
Platform API requests use platform tokens with thewzp_ prefix:
wzw_ prefix and
are intended for data-plane access to specific worlds.
Base URL
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.
Related
- TypeScript SDK — typed client for the Platform API.
- Worlds CLI — command-line management of worlds.
- Console tokens — create and revoke platform tokens.
- OpenAPI spec — live API reference.