Skip to main content

Sandbox Downward API

Overview

Forked workloads in Signadot Sandboxes run with environment variables describing the sandbox in the workload's main container:

NameValueExample
SIGNADOT_SANDBOX_NAMEname of the sandboxmy-sandbox
SIGNADOT_SANDBOX_ROUTING_KEYthe routing key of the sandboxdkd9393kkd

The SIGNADOT_SANDBOX_ROUTING_KEY environment variable can be used from within a fork by application code to set request context. One case where this may be useful is in supporting routing of callbacks back to a forked workload in place of the baseline container.