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.

OR

Changes

Changed in 1 of the 104 revisions of this API.1

    • added the media type application/json for the response with the status

      response-media-type-added