Custom Profiles And Images
Use profiles when you want Capsem to run with your own images, package contracts, MCP tools, AI-provider controls, enforcement rules, or detections.
Fast Path
Section titled “Fast Path”- Install
capsem-admin. - Create a profile with your controls.
- Build or reference profile-owned VM assets.
- Validate the profile and image inventory.
- Generate/check/sign a profile catalog.
- Configure Capsem to use that catalog.
- Select the profile and create a VM.
uv tool install capsem-admincapsem-admin profile init corp-coding --out profiles/corp-coding.profile.tomlcapsem-admin profile validate profiles/corp-coding.profile.toml --jsoncapsem-admin image build profiles/corp-coding.profile.toml --jsoncapsem-admin manifest generate --profiles profiles/ --out manifest.jsoncapsem profile catalogcapsem profile install corp-codingcapsem run --profile-id corp-codingThe service downloads assets on first use and records the VM profile/revision/ asset pin. Updating the profile later does not silently migrate existing VMs.