CommercialVerified InstallersOperational Guidance
Sutra Documentation
Deployment, verification, and operations guidance—organized for fast navigation.
Getting Started
First deployment checklist.
Use this checklist for your first Sutra deployment. Replace release URLs with the ones provided during onboarding.
1. Requirements
Node.js 20+
Git + npm
Private release URL (provided during onboarding)
2. Install
curl -fsSL https://<your-private-release-url>/universal-install.sh | bash
3. Configure
Copy .env.example to .env.
Set API_KEY and ENCRYPTION_KEY.
Enable optional services (Ollama, Qdrant) as needed.
4. Validate
Confirm backend is reachable on port 8080.
Open the Studio UI and verify configuration.