v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251238661.6 KB
v1
protected
mcp-auth-configs

Create Mcp Auth Config

Create a new MCP authentication configuration.

post/v1/mcp-auth-configs/

Request body

auth_typestring required

One of: api_key, bearer, oauth2

configobject

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

credentialsobject

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

descriptionstring nullable
namestring required

Human-readable name for this auth config

Response

Successful Response

auth_typestring required
configobject required
created_atstring required
descriptionstring nullable required
idstring uuid required
namestring required
updated_atstring required