Skip to main content
POST
Register OAuth client

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appID
string
required

The id of the app the request refers to. An application's unique identifier.

Examples:

"54e9ujn"

"fvua38g"

Body

application/json
client_name
string
required

Human-readable name shown on the consent screen.

Example:

"Internal MCP client"

redirect_uris
string[]
required

Allowed redirect URIs for this client.

Example:
provider_url
string
required

Login UI origin for this client. Manually-registered clients do not inherit default_provider_url and must set their own.

Example:

"https://auth.example.com"

scopes
string[]

Scopes granted to this client.

Example:

Response

Created

client
object
required