verial simulators commands manage Simulators — the simulated entities (FHIR store, voice line, payer portal, fax endpoint, etc.) that live inside an Environment. Use them to script simulator lifecycle in CI alongside your agent code.
Authentication is required. See verial auth.
Subcommands
verial simulators list
List simulators visible to your organization. Supports cursor pagination and filtering by environment. Synopsis:
Example:
verial simulators create
Create a simulator.--type is validated against the SDK’s SimulatorType enum: one of FHIR, HL7, CDSHooks, Voice, Fax, SFTP, Email, Message, Payer, Clearinghouse.
Synopsis:
Example:
verial simulators get
Fetch a single simulator by ID or slug. Synopsis:verial simulators update
Update a simulator’s name, description, or config. Omitted fields are left unchanged. Synopsis:verial simulators delete
Delete a simulator. Sandboxes already provisioned from it are not torn down automatically. Synopsis:Next Steps
Simulators
Simulator types and config shape.
Sandboxes
Provision a running simulator instance.