Run Agent
Run an agent by its string ID. The request body depends on the agent.
For `ising-calibration-v1`, send a JSON body with:
- `image_base64` (required): base64-encoded PNG or JPEG image of a calibration plot (must be RGB / 3-channel).
- `prompt` (optional): custom prompt to guide the analysis.
- `max_tokens` (optional): maximum tokens in the response.
The agent returns a structured assessment including what the experiment shows, whether it succeeded, extracted parameters, and recommended next steps. See the [Ising Calibration guide](/control/agents) for details.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
agent_id
The string ID of the agent to run.
Request
This endpoint expects a map from strings to any.
Response
Agent execution result (shape depends on the agent)
Errors
400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error
502
Bad Gateway Error
503
Service Unavailable Error