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

quickstart changed

managed-agents/quickstart

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

## Compatibility

The whole hunk

from line 4, old and new numbered
/
lines
from line 4
44description: Create your first autonomous agent.
55---
66 
7## Compatibility
8- Status: Beta
9- [Beta header](https://platform.claude.com/docs/en/api/beta-headers): `managed-agents-2026-04-01`
10 
711This guide walks you through creating an agent, setting up an environment, starting a session, and streaming agent responses.
812 
913<Tip>
from line 41
3741 For Linux environments, download the release binary directly.
3842 
3943 ```bash
40 VERSION=1.30.0
44 VERSION=1.33.0
4145 OS=$(uname -s | tr '[:upper:]' '[:lower:]')
4246 case $(uname -m) in
4347 x86_64) ARCH=amd64 ;;
from line 128
124128```
125129 
126130## Create your first session
127 
128<Note>
129 Managed Agents API requests require the `managed-agents-2026-04-01` beta header, except memory store endpoints, which use `agent-memory-2026-07-22` instead. The SDK sets the correct beta header automatically. See [Beta headers](https://platform.claude.com/docs/en/api/beta-headers#endpoint-specific-headers).
130</Note>
131131 
132132<Steps>
133133 <Step title="Create an agent">