Access the Runtime Context Manifest
masterEvery yolobox session generates a runtime manifest at /run/yolobox/context.json and sets the environment variable YOLOBOX_CONTEXT_FILE to this path.
This manifest is designed for agents or scripts running inside the container to understand their environment. It includes:
inside_yolobox: A boolean confirmation.- Effective configuration and container paths.
- Resolved container platform and architecture.
- The launch command.
- Fork metadata (when
yolobox forkis active). - Keys of forwarded environment variables (values are not copied for security).
Two canonical skill packages utilize this information:
skills/yolobox: An inside-the-box skill that uses the manifest to orient the agent to the sandbox, reporting launch modes and filesystem writability.skills/yolobox-orchestrator: A host-side skill for agents that need to launch or controlyoloboxitself.