Sazabi
APIMCP connectors

Begin an MCP connector OAuth install

POST
/mcp-connectors/oauth/begin

Begin an OAuth browser flow to install a preset MCP connector. Opens an authorization URL in the user's browser; poll getMcpOAuthInstallAttempt with the returned connectionId to check completion.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/mcp-connectors/oauth/begin" \  -H "Content-Type: application/json" \  -d '{    "providerId": "string"  }'
{  "authorizationUrl": "string",  "connectionId": "84b500d7-71c8-4b1f-adf4-f1eb0000973d",  "expiresAt": "2019-08-24T14:15:22Z"}