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

Tunnel Certificates changed

api/admin/mcp_tunnels/tunnel_certificates

Nearest release: v2.1.261, published 3 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+4added
Lines−4removed
From line 82 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 82, old and new numbered
/
lines
from line 82
8282curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates \
8383 -H 'Content-Type: application/json' \
8484 -H 'anthropic-version: 2023-06-01' \
85 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
85 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
8686 -d '{
8787 "ca_certificate_pem": "-----BEGIN CERTIFICATE-----\nMIIBexampleEXAMPLEexampleEXAMPLEexampleEXAMPLEexampleEXAMPLEexa\n...illustrative placeholder, not a real certificate...\n-----END CERTIFICATE-----\n"
8888 }'
from line 173
173173```bash
174174curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates/$CERTIFICATE_ID \
175175 -H 'anthropic-version: 2023-06-01' \
176 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
176 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
177177```
178178 
179179#### Response (200)
from line 285
285285```bash
286286curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates \
287287 -H 'anthropic-version: 2023-06-01' \
288 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
288 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
289289```
290290 
291291#### Response (200)
from line 383
383383curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates/$CERTIFICATE_ID/archive \
384384 -X POST \
385385 -H 'anthropic-version: 2023-06-01' \
386 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
386 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
387387```
388388 
389389#### Response (200)