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 Tunnels changed

api/beta/organization/mcp_tunnels/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 46 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 46, old and new numbered
/
lines
from line 46
4646 
4747- `"anthropic-beta": array of AnthropicBeta`
4848 
49 Optional header to specify the beta version(s) you want to use.
49 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
5050 
5151 - `string`
5252 
from line 195
195195```bash
196196curl https://api.anthropic.com/v1/organizations/tunnels \
197197 -H 'anthropic-version: 2023-06-01' \
198 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
198199 -H "X-Api-Key: $ANTHROPIC_API_KEY"
199200```
200201