Begin connecting a social platform (Instagram, TikTok, YouTube, etc.
Begin connecting a social platform (Instagram, TikTok, YouTube, etc.). Returns a single-use deep link the user opens in a browser to complete the one-time OAuth handshake on socialneuron.com. This is NOT another OAuth in Claude — platform connections require a browser session because the social platforms (Meta, Google, TikTok) only accept callbacks on socialneuron.com. After the user clicks the link and approves on the platform, call wait_for_connection to detect completion. Link expires in 2 minutes; mint a new one if needed. Use list_connected_accounts first to check whether the platform is already connected before calling this.
Begin connecting a social platform (Instagram, TikTok, YouTube, etc. › Request Body
platformPlatform to connect. Lower-case: instagram, tiktok, youtube, etc.
response_formatResponse format. Default: text.
Begin connecting a social platform (Instagram, TikTok, YouTube, etc. › Responses
Successful tool execution.
Poll until a platform connection becomes active.
Poll until a platform connection becomes active. Use after start_platform_connection while the user completes the browser OAuth flow. Returns when the account row appears with status=active, or when the timeout elapses. Default timeout 120s, max 600s.
Poll until a platform connection becomes active. › Request Body
platformPlatform to wait for.
timeout_sHow long to wait, in seconds. Default 120.
poll_interval_sPoll interval in seconds. Default 5.
response_formatResponse format. Default: text.
Poll until a platform connection becomes active. › Responses
Successful tool execution.