Open an Agent Run
Parameters
ID of the collection containing the run.
ID of the agent run to open.
Returns
The URL that was opened.
Open a Rubric
Open a rubric page, optionally focused on a specific agent run or judge result.Parameters
ID of the collection.
ID of the rubric.
Optional agent run to focus on within the rubric view.
Optional judge result to focus on. Requires
agent_run_id.Open a Result Set
Parameters
ID of the collection.
Name or UUID of the result set.
Start a Chat
Create an interactive chat session with agent runs or transcripts as context, and open it in the browser.Parameters
Objects to include as chat context. Can be a list of
AgentRun or Transcript
instances, or a pre-built LLMContext.Optional model to use, in
"provider/model_name" format.Optional reasoning effort hint passed to the LLM provider.
Returns
The session ID of the created chat session.

