# Clarity Developer Sandbox starters

These files target the bounded Clarity Developer Sandbox at
`https://clarity.audecius.com/api/developer/v1`.

1. Create an approved Sandbox project in the Developer Workspace.
2. Issue the smallest required scopes.
3. Store the one-time-visible `clt_test_…` key on your server.
4. Copy `clarity-sandbox-client.ts` into your server project.
5. Validate `clarity-tool-starter.json` before submitting it for review.
6. Use `verify-clarity-webhook.ts` over the raw request body before JSON parsing.

The assets are dependency-free starters, not a public native SDK. They do not
open private Clarity account data, execute third-party code, or grant production
access. The OpenAPI 3.1 contract is always available at
`https://clarity.audecius.com/developers/openapi.json`.
