Integrations
Test the claude-managed integration: resolves ANTHROPIC_API_KEY + MANAGED_AGENT_ID from swarm_config and calls beta.agents.retrieve.
post/api/integrations/claude-managed/test
Request body
object required
Response
Connection result — { ok: true, agentName, model } on success or { ok: false, error } on any failure (missing config, Anthropic API error). Always 200 OK.
Changes
Changed in 1 of the 104 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○