| Variable | Purpose |
|---|---|
SALAMBO_ARTIFACT_UPLOAD_URL | Run-scoped upload endpoint for generated artifacts. |
SALAMBO_ARTIFACT_TOKEN | Bearer token with the artifact.write capability for the current run. |
SALAMBO_OUTPUT_DIR | Recommended output root, defaulting to /workspace/outputs. |
Upload a file
Use a small helper in your sandbox code instead of hardcoding an endpoint:Path and size rules
- Use logical artifact paths such as
/report.txtor/reports/summary.json. /workspace/outputs/...remains accepted for compatibility and is normalized to a logical path.- Do not publish secrets, credentials, or temporary files.
- Re-uploading the same logical path replaces the previous artifact metadata for the run.
- The default maximum artifact size is 100 MB unless the deployment is configured otherwise.