nullspace auth login for local credential setup:
NULLSPACE_API_KEY and
NULLSPACE_API_URL as environment variables.
Core imports
Sandbox for live runtime work, Template for reusable environments, and
Volume for persistent shared filesystems on volume-enabled deployments.
First sandbox
api_key= and base_url= arguments. SDK and CLI share configuration precedence:
environment variables, project .env, ~/.config/nullspace/config.json, then
legacy ~/.nullspace/config.json.
nullspace auth login --api-url ... still writes the legacy path for backward
compatibility.
See SDK Config.
Concepts: Create, Exec. API
reference: createSandbox, execCommand.
Self-hosted setup: Self-Hosted Single-Host.