Skip to main content
Everything social is workspace-scoped: OAuth tokens, posts, drafts, personas linkage, analytics, and API keys.

Model

User (billing owner)
 └── Workspace(s)
      ├── Members + roles
      ├── Connected accounts
      ├── Content (posts, drafts, schedule)
      └── API keys / MCP access

Team

ActionWhere
Create / switch workspaceWeb + mobile
Invite membersWorkspace settings
RolesOwner / editor / publisher (see Roles API)
Limits (workspaces, seats, connected accounts) depend on plan — Plans.

API keys

  • Created under Settings → API Keys (Pro)
  • Prefix psk_live_…
  • Resolve workspace from the key (optional X-Workspace-Id must match)
  • Optional platform scopes
Details: Authentication, Workspaces.