[sandbox]
name = "python"
base_image = "python:3.12-alpine"
[resources]
vcpus = 1
memory_mb = 512
[security]
profile = "moderate"
[security.domains]
allow = ["pypi.org", "files.pythonhosted.org"]
[template]
description = "Python with pip for general development"
category = "Languages"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: python --version
Binaries available: python, pip
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""