Skip to main content
Worlds has two API layers:
  • Wazoo Platform API: manages users, world metadata, platform tokens, world tokens, usage records, limits, and billing state.
  • Worlds Data API: reads and writes graph data through worlds, including import, export, search, and graph pattern queries (SPARQL).
Use the Platform API when you are provisioning or managing resources. Use the Worlds Data API when an application or agent needs to query or update graph state. Usage and limits use transparent resource accounting: Worlds records the underlying resources consumed by Worlds operations, such as database operations, import bytes, query duration, and storage bytes. Stripe is the billing source of truth, but private beta access does not require live payment enforcement. The Console is the human-facing control surface for the same platform concepts. Some Console flows are still private-beta and may not be available to every user.

Platform API

Manage Worlds, tokens, usage, limits, and billing state.

TypeScript SDK

Use @wazoo/client for platform management from JavaScript or TypeScript.

Open Console

Open the private-beta Console when your account has access.