Authentication
Today: private beta
Section titled “Today: private beta”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)”- Sign in to the dashboard and create a scoped, revocable token.
- Send it as a bearer header:
Terminal window curl -H "Authorization: Bearer tk_…" https://api.tiltdesk.xyz/v1/markets - Rotate/revoke from the dashboard; requests are rate-limited per token.
We’ll update this page with the real flow when auth lands.