Skip to content

Authentication

The API is in private beta and not yet generally available — there is no public token auth yet. https://api.tiltdesk.xyz is the base URL reserved for the public launch.

What the token flow will look like (planned)

Section titled “What the token flow will look like (planned)”
  1. Sign in to the dashboard and create a scoped, revocable token.
  2. Send it as a bearer header:
    Terminal window
    curl -H "Authorization: Bearer tk_…" https://api.tiltdesk.xyz/v1/markets
  3. Rotate/revoke from the dashboard; requests are rate-limited per token.

We’ll update this page with the real flow when auth lands.