agentkernel 0.18.1

Run AI coding agents in secure, isolated microVMs
Documentation
# Node.js sandbox template
# Node.js LTS for JavaScript development

[sandbox]
name = "node"
base_image = "node:22-alpine"

[resources]
vcpus = 1
memory_mb = 512

[security]
profile = "moderate"

[security.domains]
allow = ["registry.npmjs.org"]

[template]
description = "Node.js LTS for JavaScript development"
category = "Languages"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: node -v
Binaries available: node, npm, npx
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""