Skip to main content

Overview

A Build is a versioned snapshot of an Assistant, including all its dependencies — flows, intents, triggers, and tools.
Descriptive alt text
Builds package flows and tools for deployment to environments. See Builds & Environments.

Build Lifecycle

  1. Draft — editable version.
  2. Build — frozen snapshot for deployment.
  3. Release — active and live.
  4. Rollback — revert to a previous stable version.
1

Create Build

From the Assistant view, select Build → Create Build.
2

Select Environment

Choose Dev, UAT, or Prod.
3

Validate Dependencies

Ensure all flows, tools, and triggers are linked.
4

Deploy

Publish the build and monitor its performance.

Best practices

  • Version notes for every release
  • Promote from Dev → UAT → Prod
  • Use rollbacks when needed