Update evaluation agent
Update the endpoint URL, display name, or request payload template for an evaluation agent.
Authorizations
Platform API key for authenticated account-level API access
Path Parameters
Evaluation agent ID returned by Create evaluation agent.
Body
Update the evaluation agent metadata, endpoint URL, or request payload template.
Updated human-readable name.
"Support bot evaluation"
Updated deterministic seed.
123
Updated evaluation graph size hint. Use 100 for normal integrations.
100
Updated public HTTPS endpoint for your agent.
"https://example.com/chat"
Updated request payload template for non-standard agent APIs.
{
"payload": "{\"message\":\"[eval-question]\"}"
}Response
Evaluation agent updated
Evaluation agent registered in Rippletide. This record tells Rippletide what external agent endpoint to test and how to store evaluation results.
Human-readable name for this evaluation agent.
"Support bot evaluation"
Deterministic seed used by the evaluation setup. Use any integer; the CLI generates one automatically.
123
Evaluation graph size hint. Use 100 unless the Rippletide team recommends another value.
100
Unique agent identifier returned by Rippletide. Use this ID in later evaluation API calls.
"2f7e9c9c-9a2e-4e3a-b77f-6d9d1a7e3a11"
Public HTTPS endpoint for the agent Rippletide should evaluate.
"https://example.com/chat"
Optional request payload template used when Rippletide calls the agent endpoint. Omit this for standard chat-style APIs.
{
"payload": "{\"message\":\"[eval-question]\"}"
}Public integrations should use eval.
eval "eval"
Creation timestamp.
"2026-06-02T15:00:00Z"
Last update timestamp.
"2026-06-02T15:05:00Z"