A valid request URL is required to generate request examples{
"credential_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}Submit per-user-headers values
Consumes a pending submission flow row: verifies the caller’s values against the upstream MCP server, upserts the credential keyed by the flow row’s (mode, identity), then deletes the flow row and the bound temp token. Mirrors the OAuth callback’s “complete the flow” semantics.
Values for any key not in the live per_user_header_keys schema are
dropped server-side so a stale UI can’t persist deprecated keys.
A valid request URL is required to generate request examples{
"credential_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Path Parameters
Flow row ID
Body
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.
Show child attributes
Show child attributes
Was this page helpful?

