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

MCP Tunnels changed

api/beta/organization/mcp_tunnels

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+18added
Lines−9removed
From line 48 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 48, old and new numbered
/
lines
from line 48
4848 
4949- `"anthropic-beta": array of AnthropicBeta`
5050 
51 Optional header to specify the beta version(s) you want to use.
51 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
5252 
5353 - `string`
5454 
from line 197
197197```bash
198198curl https://api.anthropic.com/v1/organizations/tunnels \
199199 -H 'anthropic-version: 2023-06-01' \
200 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
200201 -H "X-Api-Key: $ANTHROPIC_API_KEY"
201202```
202203 
from line 240
239240 
240241- `"anthropic-beta": array of AnthropicBeta`
241242 
242 Optional header to specify the beta version(s) you want to use.
243 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
243244 
244245 - `string`
245246 
from line 385
384385```bash
385386curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID \
386387 -H 'anthropic-version: 2023-06-01' \
388 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
387389 -H "X-Api-Key: $ANTHROPIC_API_KEY"
388390```
389391 
from line 428
426428 
427429- `"anthropic-beta": array of AnthropicBeta`
428430 
429 Optional header to specify the beta version(s) you want to use.
431 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
430432 
431433 - `string`
432434 
from line 574
572574curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/archive \
573575 -X POST \
574576 -H 'anthropic-version: 2023-06-01' \
577 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
575578 -H "X-Api-Key: $ANTHROPIC_API_KEY"
576579```
577580 
from line 617
614617 
615618- `"anthropic-beta": array of AnthropicBeta`
616619 
617 Optional header to specify the beta version(s) you want to use.
620 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
618621 
619622 - `string`
620623 
from line 740
737740curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/reveal_token \
738741 -X POST \
739742 -H 'anthropic-version: 2023-06-01' \
743 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
740744 -H "X-Api-Key: $ANTHROPIC_API_KEY"
741745```
742746 
from line 778
774778 
775779- `"anthropic-beta": array of AnthropicBeta`
776780 
777 Optional header to specify the beta version(s) you want to use.
781 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
778782 
779783 - `string`
780784 
from line 909
905909curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/rotate_token \
906910 -X POST \
907911 -H 'anthropic-version: 2023-06-01' \
912 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
908913 -H "X-Api-Key: $ANTHROPIC_API_KEY"
909914```
910915 
from line 1013
10081013 
10091014- `"anthropic-beta": array of AnthropicBeta`
10101015 
1011 Optional header to specify the beta version(s) you want to use.
1016 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
10121017 
10131018 - `string`
10141019 
from line 1168
11631168curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates \
11641169 -H 'Content-Type: application/json' \
11651170 -H 'anthropic-version: 2023-06-01' \
1171 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
11661172 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
11671173 -d '{
11681174 "ca_certificate_pem": "-----BEGIN CERTIFICATE-----\nMIIBexampleEXAMPLEexampleEXAMPLEexampleEXAMPLEexampleEXAMPLEexa\n...illustrative placeholder, not a real certificate...\n-----END CERTIFICATE-----\n"
from line 1231
12251231 
12261232- `"anthropic-beta": array of AnthropicBeta`
12271233 
1228 Optional header to specify the beta version(s) you want to use.
1234 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
12291235 
12301236 - `string`
12311237 
from line 1380
13741380```bash
13751381curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates \
13761382 -H 'anthropic-version: 2023-06-01' \
1383 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
13771384 -H "X-Api-Key: $ANTHROPIC_API_KEY"
13781385```
13791386 
from line 1427
14201427 
14211428- `"anthropic-beta": array of AnthropicBeta`
14221429 
1423 Optional header to specify the beta version(s) you want to use.
1430 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
14241431 
14251432 - `string`
14261433 
from line 1572
15651572```bash
15661573curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates/$CERTIFICATE_ID \
15671574 -H 'anthropic-version: 2023-06-01' \
1575 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
15681576 -H "X-Api-Key: $ANTHROPIC_API_KEY"
15691577```
15701578 
from line 1618
16101618 
16111619- `"anthropic-beta": array of AnthropicBeta`
16121620 
1613 Optional header to specify the beta version(s) you want to use.
1621 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
16141622 
16151623 - `string`
16161624 
from line 1764
17561764curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates/$CERTIFICATE_ID/archive \
17571765 -X POST \
17581766 -H 'anthropic-version: 2023-06-01' \
1767 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
17591768 -H "X-Api-Key: $ANTHROPIC_API_KEY"
17601769```
17611770