Status

Live-test the harness provider's credentials

Issues a real upstream call (Anthropic /v1/models, OpenAI /v1/models, etc.) for the given provider. Updates an in-memory cache so the next GET /status reports harness.state = 'verified' for SWARM_VERIFY_TTL_MS (default 1h).

post/status/test-connection

Request body

provider'claude' | 'codex' | 'pi' | 'devin' | 'claude-managed' | 'opencode' | 'acp' required

Response

Live-test result

okboolean required
errorstring
latency_msinteger required

Changes

Changed in 2 of the 104 revisions of this API.3

    • added the new acp enum value to the request property

      request-property-enum-value-added

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

      response-media-type-added

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

      response-media-type-added