TEASEDocs
ProductsAccount Platform

Account Platform

The service behind every OnlyFans and Fansly account connected to TEASE — sign-in, sessions, the sync engine, and the event journal other products build on.

Account Platform is the part of TEASE that talks to the sites your accounts actually live on — OnlyFans and Fansly. It owns the login, keeps a session alive, pulls raw data through the sync engine, and records what happened in a shared event journal that the rest of TEASE reads from.

A naming note

In code and in this section, "platform" mostly means the site a fan account lives on (OnlyFans, Fansly) — not the Account Platform product itself. The two meanings share a word by accident of history. See the glossary for the disambiguation the whole portal uses.

If you're trying to get an OnlyFans or Fansly account connected and staying connected, you're in the right section. If you're looking for fan messaging, payouts, links, or the live stream cockpit, you want Club, Link or Stream instead — see Boundaries.

Who uses this

RoleWhat they get here
Workspace ownerConnects and reconnects accounts, rotates egress/proxy, invites teammates and sets their access, signs out everywhere.
Team member (chatter, traffer, ...)Sees the accounts and tabs their access grants — never account credentials, never another member's session.
Platform operatorWatches sync health and connection state across tenants; does not see fan content or money — that stays in Club.

What lives here

  • Sign-in and sessions — password/passkey/2FA sign-in, per-session control, device binding. See Boundaries and Troubleshooting.
  • Connecting platform accounts — native browser login for OnlyFans, and a sync-engine handshake for Fansly. See Connect an OnlyFans account and Connect a Fansly account.
  • The sync engine — the pipeline that pulls raw data (messages, fans, transactions) off a connected account and turns it into events other products consume. See Check sync status.
  • The event journal — an append-only log other products read from instead of touching Platform's own tables. See Connections.
  • Team access — who on a workspace can do what. See Manage team access.

What's next

New to connecting an account? Start with Connect an OnlyFans account. Already connected and want the vocabulary first? See Concepts.

On this page