🔗 Account Connection
Connect a Bluesky account with credentials
Connects a Bluesky profile using a handle and app password. No browser step is required.
post/api/v1/workspaces/{workspace_id}/add/bluesky
Path parameters
workspace_idstring required
Example:610a1e660cb41530ca40d372
Workspace ID
Request body
Example request
{
"handle": "yourname.bsky.social",
"app_password": "xxxx-xxxx-xxxx-xxxx"
}Response
Bluesky account connected successfully
Example response
{
"status": true,
"message": "Bluesky account 'yourname.bsky.social' connected successfully.",
"data": {
"account_id": "610a1e660cb41530ca40d372",
"platform": "bluesky",
"account_name": "Your Display Name",
"handle": "yourname.bsky.social",
"profile_picture": "https://cdn.bsky.social/...",
"status": "active",
"connected_at": "2026-04-16T12:00:00Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.