TEASEDocs
Essentials

Quickstart

Mint a key and make your first TEASE API call in five minutes.

Base URL for every request: https://app.tease.link. All API responses are JSON.

Mint an API key

In the dashboard, open Settings → API keys → Create key. Copy the full al_live_… token — it is shown once. See Authentication.

Export it

export TEASE_API_KEY="al_live_a1b2c3d4_…"

Connect your account

In the dashboard, connect your OnlyFans presence so the engine has something to read and report on. Until you do, a few reads — your vault, for example — return 400 because there is no connected account behind them yet. Smart links and key management work right away; the connected reads come online once you've connected.

Make your first call

List your smart links:

curl https://app.tease.link/api/admin/smart-links \
  -H "Authorization: Bearer $TEASE_API_KEY"

You're in

From here, create a smart link, read your attribution, or connect AI over MCP.

On this page