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

API Keys changed

api/admin/api_keys

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+3added
Lines−3removed
From line 141 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

The whole hunk

from line 141, old and new numbered
/
lines
from line 141
141141```bash
142142curl https://api.anthropic.com/v1/organizations/api_keys/$API_KEY_ID \
143143 -H 'anthropic-version: 2023-06-01' \
144 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
144 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
145145```
146146 
147147#### Response (200)
from line 356
356356```bash
357357curl https://api.anthropic.com/v1/organizations/api_keys \
358358 -H 'anthropic-version: 2023-06-01' \
359 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
359 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
360360```
361361 
362362#### Response (200)
from line 553
553553curl https://api.anthropic.com/v1/organizations/api_keys/$API_KEY_ID \
554554 -H 'Content-Type: application/json' \
555555 -H 'anthropic-version: 2023-06-01' \
556 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
556 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
557557 -d '{}'
558558```
559559