Runnables

Package agents & workflows as versioned, deployable artifacts

What is a Runnable?

A Runnable is a version-controlled bundle that points at:

FieldPurpose
nameHuman-readable (unique across different runnables)
versionInteger that increments with each release (1, 2, 3…)
descriptionBrief description for the runnable provided by the user

You can create runnables to test specific versions of your agents and deploy them to production

Prerequisites

RequirementReason
Create a traceYou can turn your traces into reusable runnables, check here how to create a trace

1 · Select a trace

Select the trace you want a create a runnable from:

Select a trace

2 · Register a runnable

You can register a new Runnable or create a new version of your existing ones

Create runnable

3 · Manage your Runnable

From your runnable details screen, you can archive versions, create deployments, and edit the runnable’s details.

Runnable details

Related resources