/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 |
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/mcp-auth/{server_id}/initiate' \
-H 'X-API-Key: ak.<key_id>.<secret>'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/mcp-auth/{server_id}/initiate' \
-H 'X-API-Key: ak.<key_id>.<secret>'No response body documented