Runs
A run is a single execution of an agent. For example:

Each run has a unique identifier and can be accessed directly via a URL, like this example run.
Privacy Note: Run URLs are private by default and only accessible to users within your organization. They are not publicly accessible, ensuring your data and AI interactions remain secure.
By default, WorkflowAI stores all runs, available in the "Runs" section. You can view a list of all runs for a specific agent, like this example runs list.

Why storing all runs?
Observability: Understand how the AI is performing by tracking and analyzing its outputs over time.
Saving cost: For the same input and model versions, cached runs can be served without triggering a new LLM call, reducing costs to $0 for serving cached runs.
Fine-Tuning and distillation: Saving all runs is required for fine-tuning models and distillation processes.
How to search runs?
WorkflowAI provides a powerful search – available under the "Runs" section – to find specific runs:
View a run's prompt and response
WorkflowAI provides full transparency into the interaction with the LLM. You can easily examine both the raw prompt sent to the model and the complete response received:
Navigate to any run's detail view
Click the "View Prompt" button to see the exact instructions sent to the LLM
You can try viewing the prompt for this example run.
Try in playground
To import a run into the playground, you can use either:
the "Try in playground" button in the run detail view, which will automatically import the run input, and the version used to generate the run.
only import the run input, by clicking on the "Try Input in Playground" button in the run detail view.
Delete a run
Deleting a specific run is not possible. However, you can delete all runs for a specific agent, by deleting the agent.
Last updated
Was this helpful?