Skip to main content
The verial environments commands manage Environments — reusable simulated health system definitions that contain simulators (FHIR, voice, patient, HL7, X12, fax). Use them to script environment setup in CI or to spin up a Playground ahead of a benchmark run. Authentication is required. See verial auth.

Subcommands

verial environments list

List environments visible to your organization. Supports cursor pagination. Synopsis:
Options: Example:
REST equivalent: GET /environments.

verial environments create

Create an empty environment. Add simulators through the REST API or dashboard after creation. Synopsis:
Options: Example:
REST equivalent: POST /environments.

verial environments get

Fetch a single environment, including its simulators. Synopsis:
Example:
REST equivalent: GET /environments/:id.

verial environments update

Update an environment’s name or description. Omitted fields are left unchanged. Synopsis:
Example:
REST equivalent: PATCH /environments/:id.

verial environments delete

Delete an environment. Playgrounds already provisioned from it are not torn down. Synopsis:
REST equivalent: DELETE /environments/:id.

verial environments create-playground

Provision a Playground from an environment: create the FHIR store, lease phone numbers, and load seed data. Synopsis:
Example:

Next Steps

Environments

Environment model and simulator types.

Environments API

Full REST parameters and response schema.