> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wazoo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Wazoo Platform

> Management surfaces for Worlds, tokens, usage, and platform status

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](/worlds/update), [export](/console/export), [search](/worlds/search),
  and [graph pattern queries (SPARQL)](/worlds/query).

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.

<CardGroup cols={2}>
  <Card title="Platform API" icon="waypoints" href="/platform/api">
    Manage Worlds, tokens, usage, limits, and billing state.
  </Card>

  <Card title="TypeScript SDK" icon="https://mintcdn.com/wazoo/cc07Litf9kgJUEHE/images/icons/typescript.svg?fit=max&auto=format&n=cc07Litf9kgJUEHE&q=85&s=554ecd4cb78440e1fe29fcec41fa89ea" href="/platform/typescript-sdk" width="24" height="24" data-path="images/icons/typescript.svg">
    Use `@wazoo/client` for platform management from JavaScript or TypeScript.
  </Card>

  <Card title="Open Console" icon="app-window" href="https://console.wazoo.dev">
    Open the private-beta Console when your account has access.
  </Card>
</CardGroup>
