/v1/mcp-auth/{server_id}/initiateCreate a signed nonce for OAuth popup. Returns the popup URL with only the nonce (no token in URL).
| Name | Type | Required | Description |
|---|---|---|---|
server_id | string (uuid) | Required |
| Name | Type | Required | Description |
|---|---|---|---|
redirect_uri | string | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X POST '/api-proxy/v1/mcp-auth/{server_id}/initiate' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented
curl -X POST '/api-proxy/v1/mcp-auth/{server_id}/initiate' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented