The whole hunk
from line 28, old and new numbered
/
lines
from line 28
2828
2929- `"anthropic-beta": array of AnthropicBeta`
3030
31 Optional header to specify the beta version(s) you want to use.
31 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
3232
3333 - `string`
3434
from line 183
183183curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates \
184184 -H 'Content-Type: application/json' \
185185 -H 'anthropic-version: 2023-06-01' \
186 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
186187 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
187188 -d '{
188189 "ca_certificate_pem": "-----BEGIN CERTIFICATE-----\nMIIBexampleEXAMPLEexampleEXAMPLEexampleEXAMPLEexampleEXAMPLEexa\n...illustrative placeholder, not a real certificate...\n-----END CERTIFICATE-----\n"