Work with Helm
GUIDE & REFERENCE

Work with chat artifacts

Read choices, forms, and results directly in a conversation.

An artifact is a piece of interface inside a Helm response. It turns a conversation into something you can inspect or act on: a region picker, a setup form, a progress display, or a link to the result.

Recognize the artifact

ArtifactWhat it is for
Single or multiple choiceSelecting from a defined set of options
FormEntering the fields required for a supported action
ConfirmationReviewing a proposed action before submission
ProgressFollowing the steps and state reported by an operation
EvidenceInspecting supporting material
MetricPresenting a value and its context
LinkOpening a relevant resource or detailed view
FlowCombining several steps into one task

Example: create a Mind

The creation flow asks for a region, then a name. Review the details and submit once. The request maps to the Minds provisioning API. If it fails, the artifact should show that failure; the presence of the form does not imply that infrastructure was created.

Understand what is implemented

The current action submission allowlist contains the provisioning endpoint. A rendered metric, evidence card, or confirmation is a display capability, not a general permission to change billing, delete data, or execute any Akasha API. Use the documented direct interface when Helm does not yet offer the required action.

Create your first Mind · Platform provisioning

On this page