Skip to main content
POST
Create Mcp Auth Config

Authorizations

Authorization
string
header
required

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

Body

application/json
auth_type
string
required

One of: api_key, bearer, oauth2

name
string
required

Human-readable name for this auth config

config
Config · object

Non-sensitive config (header_name, token_url, client_id, scopes, …)

credentials
Credentials · object

Sensitive credentials encrypted at rest (header_value, token, client_secret, …)

description
string | null

Response

Successful Response

auth_type
string
required
config
Config · object
required
created_at
string
required
description
string | null
required
id
string<uuid>
required
name
string
required
updated_at
string
required