Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Create Tunnel Certificate changed

api/beta/organization/mcp_tunnels/tunnel_certificates/create

Nearest release: v2.1.277, published 4 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+2added
Lines−1removed
From line 28 where the diff opens
First seen 10 Sep 2026 this site's first read of the page
Recorded edits3to this page, all time

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"