agentkernel 0.18.1

Run AI coding agents in secure, isolated microVMs
Documentation
# Node.js fullstack sandbox template
# Pre-configured for full-stack JavaScript/TypeScript development

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

[resources]
vcpus = 2
memory_mb = 1024

[security]
profile = "moderate"

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

[template]
description = "Full-stack JavaScript/TypeScript development"
category = "Specialized"
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.
"""