πLaunching a SecretVM
Create and launch a SecretVM from the SecretAI portal.
Last updated
Was this helpful?
Create and launch a SecretVM from the SecretAI portal.
You can easily create and deploy a Confidential Virtual Machine using the Secret AI Dev Portal. Follow the steps below to get started:
Visit the portal: https://secretai.scrtlabs.com
Sign in with your wallet or your Google account
Create a New SecretVM
In the left sidebar, navigate to SecretVMs.
Click the Create New SecretVM button.

Configure Your Machine
Select VM Type Choose from one of the available VM sizes

Select your environment
Development environment can be accessed from the outside (via serial console or ssh). Also it has some development tools installed (e.g. git).

Upload Docker Compose File
Upload your custom docker-compose.yaml that defines the container workload
Set Secret Environment Variables (Optional) Add environment variables that will be stored securely and injected into your container at runtime
Launch the VM
Click Launch your SecretVM to spin up your Confidential Virtual Machine.
Your SecretVM will begin provisioning, and you'll be able to monitor its status and access attestation endpoints once it's live.
See SecretVM CLI for information on how to launch and manage SecretVM through command line interface
Last updated
Was this helpful?
Was this helpful?