- Base path:
/api/managed-agents/anthropic/v1 - Auth:
Authorization: Bearer <SYNTH_API_KEY> - Compatibility headers:
anthropic-version, optionalanthropic-beta
Supported Phase 1 operations
| Method | Path |
|---|---|
| GET | /health |
| GET | /environments |
| POST | /environments |
| GET | /environments/{environment_id} |
| POST | /environments/{environment_id} |
| POST | /environments/{environment_id}/archive |
| GET | /agents |
| POST | /agents |
| GET | /agents/{agent_id} |
| POST | /agents/{agent_id} |
| POST | /agents/{agent_id}/archive |
| GET | /sessions |
| POST | /sessions |
| GET | /sessions/{session_id} |
| POST | /sessions/{session_id} |
| POST | /sessions/{session_id}/archive |
| POST | /sessions/{session_id}/events |
| GET | /sessions/{session_id}/events |
| GET | /sessions/{session_id}/events/stream |
| GET | /sessions/{session_id}/stream |
Example: health
Example: create session
Example: list session events
Example: stream session events
Notes
- This reference tracks the backend Phase 1 allowlist, not the full upstream managed-agents surface.
- Native managed-agents
/v1backend exposure is out of scope in this phase.
Error examples
Typical auth failure:Known unproxied Anthropic operations
From contract report generated on 2026-04-14 using:- pinned OpenAPI operations: 24
- proxied allowlist operations: 20
- unproxied Phase-1-capable operations: 4
GET /anthropic/v1/agents/{agent_id}/versionsGET /anthropic/v1/sessions/{session_id}/threadsGET /anthropic/v1/sessions/{session_id}/threads/{agent_thread_id}/eventsGET /anthropic/v1/threads