# Vijil Dome Generated on 13 Oct 2025 from [the Vijil Dome catalog page](https://marketplace.digitalocean.com/apps/vijil-dome) Vijil Dome blocks unwanted inputs and outputs in real-time. It is driven by policies that you can specify in natural language, Vijil Dome implements guardrails that block adversarial prompts, prompt injections, jailbreaks, PII leakage, toxic content, and other policy violations. ![](https://framerusercontent.com/images/FwioMKLBV5bNu2HpQs4qdE9Ey8A.png) For more information on configuring and using the guardrails, check out our [documentation here](https://docs.vijil.ai/dome/intro.html). ## Software Included | Package | Version | License | |---|---|---| | [vijil-dome](https://github.com/vijilAI/vijil-dome) | [1.2.3](https://github.com/vijilAI/vijil-dome/releases/tag/1.2.3) | | ## Creating an App using the Control Panel Click the **Deploy to DigitalOcean** button to install a Kubernetes 1-Click Application. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account. [![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/kubernetes/clusters/new?addonslug=vijil-dome&nodePools=s-1vcpu-2gb%3A3) ## Creating an App using the API In addition to creating Vijil Dome using the control panel, you can also use the [DigitalOcean API](https://docs.digitalocean.com/reference/api). As an example, to create a 3 node DigitalOcean Kubernetes cluster made up of Basic Droplets in the SFO2 region, you can use the following `doctl` command. You need to authenticate with `doctl` with your [API access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) and replace the `$CLUSTER_NAME` variable with the chosen name for your cluster in the command below. ```shell doctl kubernetes clusters create --size s-4vcpu-8gb $CLUSTER_NAME --1-clicks vijil-dome ``` ## Getting Started After Deploying Vijil Dome Once you deploy Vijil Dome, you should be able to interact with it via it’s public IPv4 endpoint that’s automatically created for you: http://your\_droplet\_public\_ipv4