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

List Tunnel Certificates changed

api/beta/organization/mcp_tunnels/tunnel_certificates/list

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 45 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 45, old and new numbered
/
lines
from line 45
4545 
4646- `"anthropic-beta": array of AnthropicBeta`
4747 
48 Optional header to specify the beta version(s) you want to use.
48 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
4949 
5050 - `string`
5151 
from line 194
194194```bash
195195curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates \
196196 -H 'anthropic-version: 2023-06-01' \
197 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
197198 -H "X-Api-Key: $ANTHROPIC_API_KEY"
198199```
199200