Prerequisites
- Docker 20.10+
- Python 3.11+
- Redis (optional, for production)
Using Docker Compose (Recommended)
- API: http://localhost:8002
- Swagger UI: http://localhost:8002/docs
- Health Check: http://localhost:8002/health
Using Python Directly
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
NADOO_SANDBOX_API_KEY | Yes | - | API authentication key |
NADOO_SANDBOX_SECRET_KEY | Yes | - | Secret key for encryption |
NADOO_SANDBOX_REDIS_URL | No | - | Redis connection URL |
NADOO_SANDBOX_PORT | No | 8002 | Service port |
NADOO_SANDBOX_HOST | No | 0.0.0.0 | Service host |
Verify Installation
Next Steps
Quickstart
Run your first code execution