1. Get an API key
Sign in to the dashboard and go to Settings → API Keys → Create API key. Copy thesb_live_... value shown in the banner — it’s displayed exactly once. Lose it and you’ll need to mint a new one.
2. Install the SDK
3. Run your first task
4. Ask a follow-up in the same session
The first task minted asession_id on the server. Pass it back to continue the conversation — the agent will have the first answer as context:
5. (Optional) Authenticated platforms
LinkedIn and YouTube work out of the box — no setup, no cookies needed. Twitter, Reddit, TikTok, and Instagram also work out of the box for public, unpersonalised data: stablebrowse supplies default session cookies automatically, so you don’t have to collect anything before your first call. You can optionally upload your end-user’s own cookies to unlock personalised answers (their home feed, their own profile, DMs, watch history, etc.):Where to go next
Concepts
The mental model — businesses, end-users, sessions, tasks.
Authentication
Managing and rotating API keys.
API reference
Direct HTTP — useful if you’re in a language we don’t ship an SDK for yet.
Errors
Every error code the API can return and what to do about it.
