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

Archive Tunnel Certificate changed

api/beta/organization/mcp_tunnels/tunnel_certificates/archive

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 31 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 31, old and new numbered
/
lines
from line 31
3131 
3232- `"anthropic-beta": array of AnthropicBeta`
3333 
34 Optional header to specify the beta version(s) you want to use.
34 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
3535 
3636 - `string`
3737 
from line 177
177177curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates/$CERTIFICATE_ID/archive \
178178 -X POST \
179179 -H 'anthropic-version: 2023-06-01' \
180 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
180181 -H "X-Api-Key: $ANTHROPIC_API_KEY"
181182```
182183