Skip to main content
POST
Rotate stored credentials for an MCP server

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Path Parameters

mcpServerId
string<uuid>
required

Body

application/json

Resolved auth credentials for a subscription. Secret values are encrypted at rest.

scheme
enum<string>
required

Auth scheme used when calling the MCP server.

Available options:
NONE,
BEARER,
API_KEY,
QUERY_PARAM,
OAUTH2_CLIENT_CREDENTIALS,
OAUTH2_AUTHORIZATION_CODE
authType
enum<string>
required
Available options:
NONE,
OAUTH2,
API_KEY,
BEARER,
QUERY_PARAM
header
string
apiKey
object
apiKeyValue
string

API key value.

apiKeyHeader
string

Header name for the API key, e.g. 'X-Api-Key'.

Response

204

No Content