Skip to main content
Everything runs on the hosted REST API. You do not host login infrastructure or paste browser cookies.
1

Get an API key

Create a key in the dashboard and export it:
2

Connect an account

For scripts and dev — email and password (poll until connected):
Save attempt_id, then poll until state is completed_success and you have account_id. See Connect with email + password and Two-factor & challenges if the attempt parks on a challenge state.For a product UI — use Embedded connect instead (POST /v1/connect/client-sessions and open embed_url for the creator).
3

Make your first calls

Every SDK method is reachable at /v1/accounts/{id}/{resource}/{method}.
List callable methods with GET /v1/sdk/methods.

Next steps

Core concepts

Accounts, connect attempts, and scopes — the nouns you’ll use everywhere.

Connect an account

Embedded, login, and mobile flows.

Build something

Use-case guides for messaging, fans, content, and earnings.

AI agents

Drive accounts from MCP with your API key — no session env vars.