v1
protected
mcp-oauth-connect
Oauth Authorize
Initiate MCP OAuth flow and return the URL to send the user to.
- Look up the MCP instance's remote URL
- Discover the authorization server (RFC 9728 → RFC 8414)
- Register dynamically (RFC 7591), or take the workspace's own OAuth app
- Persist the client credentials on an auth config
- Generate PKCE pair and state, and build the authorization URL
post/v1/workspaces/{workspace}/mcp-oauth/authorize
Path parameters
workspacestring required
Slug of the workspace the request acts in
Slug of the workspace the request acts in
Request body
Response
Successful Response
object required
Changes
Changed in 1 of the 45 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○