iCommerce Agent Sandbox Troubleshooting
Use this checklist when sandboxed agent runs fail or return unexpected results.Authentication Errors
- Confirm
ApiKeyis valid and not expired - Verify the
Authorizationheader format:ApiKey YOUR_API_KEY
Missing CLI
- Ensure the sandbox image includes the
statesetCLI - Rebuild or update the runtime image if the CLI is missing
Permission or Guardrail Failures
- Verify the command includes
--applyfor write actions - Review guardrail policies for restricted operations
Timeouts
- Increase
timeout_secondswhen creating the sandbox - Reduce workflow size or split into smaller tasks
Output/Logging Issues
- Stream command output to capture errors
- Store execution logs for auditability