For the complete documentation index, see llms.txt. This page is also available as Markdown.

Variables & secrets

Per-project environment values for Gherkin steps, runs, and generation.

Per-project environment values, referenced from Gherkin steps as {{var:NAME}} / {{secret:NAME}} and injected as environment values into runs and generation. Names must be valid environment names ([A-Za-z_][A-Za-z0-9_]*).

Variables are plaintext and readable back. Secrets are write-only: encrypted at rest, values never returned by any API, decrypted only server-side at dispatch.

Installed plugins may require specific names (their requires list) — list_plugins tells you which are still unset.

Operation
What it does

The project's variables with their values.

Create or update a variable.

Delete a variable.

The project's secret names (never values).

Create or update a secret (encrypted, write-only).

Delete a secret.

Last updated

Was this helpful?