When to use it
Open the Details panel when you need to:- Rename a journey or update its description.
- Assign or change the journey owner.
- Add or update tags for discoverability and organization.
- Check version information for the journey.
Key concepts
- Name — the primary identifier for the journey in the UI, CLI, and reports. Names should be clear and consistent — teams often use them in CLI commands and CI configurations.
- Description — a short explanation of what the journey tests or validates. Helps teammates (and future you) understand the journey’s purpose at a glance.
- Owner — the person or team responsible for the journey. Ownership is separate from access control — the owner is a metadata label, not an access role, though owners typically have editor or manager access.
- Tags — arbitrary labels for grouping and filtering. Useful for organizing journeys by service, team, feature, or lifecycle state (e.g.,
payments,auth,regression,wip). - Version info — details about the journey’s current version. See Versioning and artifacts for how versions work and how they relate to build artifacts.
How it works
Open the Details panel from the Build-mode panel rail. All fields are editable inline. Name and description are free-form text. Keep names consistent with how you refer to the journey in other tools — CLI commands use the journey identifier, but readable names appear everywhere else. Tags are added or removed via the tag input. They have no enforced taxonomy, so it’s worth agreeing on a tagging convention with your team. Owner is selected from your organization’s user/team list. A journey can have one owner at a time. Version info is read-only in this panel. It reflects the current state of the journey definition. When a journey is compiled for a run, a build artifact is created — see Versioning and artifacts for details.Examples
A well-filled Details panel for a payment journey:| Field | Value |
|---|---|
| Name | Checkout — standard card payment |
| Description | Validates the end-to-end checkout flow for a standard credit card payment, including fraud check and confirmation email trigger. |
| Owner | @payments-team |
| Tags | payments, checkout, regression, p0 |
Related pages
Access
Control who can edit and view the journey.
Versioning and artifacts
How journey versions and build artifacts work.
Build mode
Overview of Build-mode panels.
Admin: users and access
Manage users and organization-wide access settings.

