<!-- https://cutedyno.com/docs/mcp/tools/create_connect_session -->

# Create a connect session

MCP tool `create_connect_session`, calling `POST /v1/connect/sessions`.

Starts an OAuth flow for one profile and returns the URL to redirect your customer to. Equivalent to start_connect for most agents.

Read only: no.

## Parameters

- `platform` (enum, required) — Platform to connect. One of: facebook, instagram, tiktok, linkedin, youtube.
- `redirectUrl` (string) — HTTPS URL to return the user to once they finish or cancel.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.