Skip to main content
PUT
Update MCP Integration

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

mcpIntegrationId
string
required

MCP Integration ID (UUID) or slug

Body

application/json
name
string
description
string | null
configurations
object

Auth/config key-value pairs (e.g. headers, client credentials)

url
string<uri>
auth_type
enum<string>
Available options:
oauth_auto,
headers,
none
transport
enum<string>
Available options:
http,
sse
secret_mappings
object[]

Dynamically resolve secrets from secret references at runtime. Valid target_field values are "configurations." (e.g. "configurations.oauth_metadata"). Each target_field must be unique.

Response

200 - application/json

OK

The response is of type object.

Last modified on February 5, 2026