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

# Legal

> Legal pointers for MusterBox developers.

The legal page is a **catch-all hub** for developer-facing legal resources.
It does not restate terms of service text that lives in the platform's own
legal center — this page links there.

## Status

| Document                         | Status                                                                 |
| -------------------------------- | ---------------------------------------------------------------------- |
| [Terms of service](/legal/terms) | Placeholder — final policy is maintained in the MusterBox legal center |
| [Privacy policy](/legal/privacy) | Placeholder — final policy is maintained in the MusterBox legal center |
| [DMCA](/legal/dmca)              | Placeholder — final policy is maintained in the MusterBox legal center |

<Note>
  The linked pages are placeholders created as part of the documentation
  scaffold. Their authoritative text is published in the MusterBox legal
  center; this doc site will mirror the canonical URLs once available.
</Note>

## What the docs assume about you, the developer

* You only integrate the **public** surface: authentication, game sessions,
  results, events, and SDK-mediated purchases.
* You keep `gameKey` origin-scoped and out of unauthorized binaries.
* You treat the browser as untrusted; every decision that matters is made
  server-side by MusterBox.
* You report incidents and suspected abuse per the
  [incident guide](/guides/report-security-incident).

## Licensing of the SDK

The SDK core and adapters are dual-licensed **MIT OR Apache-2.0**. The
distribution includes an SBOM (`dist/manifests/sbom.spdx.json`) covering the
dependency graph — regenerate at build time with
`musterbox security sbom`.
