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

Certificates changed

api/beta/tunnels/certificates

Nearest release: v2.1.280, published 20 hours after 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+28added
Lines−0removed
From line 17 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

The whole hunk

from line 17, old and new numbered
/
lines
from line 17
1717 
1818- `tunnel_id: string`
1919 
20 ID of the tunnel (`tnl_...`).
21 
2022### Headers
2123 
2224- `"anthropic-beta": optional array of AnthropicBeta`
from line 123
121123 
122124- `"anthropic-workspace-id": optional string`
123125 
126 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
127 
128 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
129 
124130### Body parameters
125131 
126132- `ca_certificate_pem: string`
from line 212
206212 
207213- `tunnel_id: string`
208214 
215 ID of the tunnel (`tnl_...`).
216 
209217- `certificate_id: string`
210218 
219 ID of the certificate (`tcrt_...`).
220 
211221### Headers
212222 
213223- `"anthropic-beta": optional array of AnthropicBeta`
from line 322
312322 
313323- `"anthropic-workspace-id": optional string`
314324 
325 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
326 
327 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
328 
315329### Returns
316330 
317331- `BetaTunnelCertificate object`
from line 399
385399 
386400- `tunnel_id: string`
387401 
402 ID of the tunnel (`tnl_...`).
403 
388404### Query parameters
389405 
390406- `include_archived: optional boolean`
from line 521
505521 
506522- `"anthropic-workspace-id": optional string`
507523 
524 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
525 
526 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
527 
508528### Returns
509529 
510530- `data: array of BetaTunnelCertificate`
from line 607
587607 
588608- `tunnel_id: string`
589609 
610 ID of the tunnel (`tnl_...`).
611 
590612- `certificate_id: string`
591613 
614 ID of the certificate to archive (`tcrt_...`).
615 
592616### Headers
593617 
594618- `"anthropic-beta": optional array of AnthropicBeta`
from line 716
692716 - `"compact-2026-09-04"`
693717 
694718- `"anthropic-workspace-id": optional string`
719 
720 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
721 
722 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
695723 
696724### Returns
697725