Skip to main content
PUT
/
api
/
mcp
/
per-user-headers
/
flows
/
{id}
Error
A valid request URL is required to generate request examples
{
  "credential_id": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

Path Parameters

id
string
required

Flow row ID

Body

application/json

Request body for PUT /api/mcp/per-user-headers/flows/{id}. The flow row identifies the (mode, identity, mcp_client) triple, so the caller carries only the values. Extra keys not in the live per_user_header_keys schema are dropped server-side.

headers
object
required

Response

Credential persisted

status
enum<string>
required
Available options:
success
credential_id
string
required
updated_at
string<date-time>
required