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

Skills changed

api/skills

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−2removed
From line 106 where the diff opens
First seen 20 Aug 2026 this site's first read of the page
Recorded edits6to this page, all time

The whole hunk

from line 106, old and new numbered
/
lines
from line 106
106106 -H 'Content-Type: multipart/form-data' \
107107 -H 'anthropic-version: 2023-06-01' \
108108 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
109 -F files='["Example data"]'
109 -F 'files[]=@/path/to/file'
110110```
111111 
112112#### Response (200)
from line 623
623623 -H 'Content-Type: multipart/form-data' \
624624 -H 'anthropic-version: 2023-06-01' \
625625 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
626 -F files='["Example data"]'
626 -F 'files[]=@/path/to/file'
627627```
628628 
629629##### Response (200)