Skip to main content
Dome configurations define which Guards and Detectors intercept your Agent’s inputs and outputs at runtime. Use these commands to create, manage, and apply configurations, and to run on-demand detections.

vijil dome default-config

Get the default Dome configuration to use as a starting template.

vijil dome config-create

Create a new Dome configuration, optionally binding it to an Agent.
The output includes the configuration id. Save it:

vijil dome config-list

List Dome configurations for the active team.

vijil dome config-get

Get a specific Dome configuration.

vijil dome config-update

Replace an existing Dome configuration with new Guard settings.

vijil dome config-patch

Set or clear the Dome instance URL on a configuration. This URL is where the Dome service is deployed.

vijil dome config-apply

Apply a configuration to the Dome instance bound to it, publishing any pending changes.

vijil dome config-delete

Delete a Dome configuration.

vijil dome detect

Submit content to a specific Detector for on-demand analysis.
Save the detection ID from the output to poll for results:

vijil dome detect-status

Check the status of a detection request.
Last modified on July 22, 2026