Soup Cloud
Soup Cloud is the managed version of Soup, hosted at app.getsoup.dev.
Why Cloud?
Section titled “Why Cloud?”| Feature | Self-Hosted | Cloud |
|---|---|---|
| Setup | You manage | We manage |
| Backups | You handle | Automatic |
| Updates | Manual | Automatic |
| Teams | Single user | Multi-user |
| Audit logs | Basic | Full history |
| SSO/SAML | No | Yes (Enterprise) |
| Support | Community | Email/Priority |
All Modules Included
Section titled “All Modules Included”Soup Cloud includes all modules under one subscription:
- Secrets - Environment variables with inheritance
- Feature Flags - Rollouts and targeting (coming soon)
- Forms - Submissions and webhooks (coming soon)
- Cron Jobs - Scheduled tasks (coming soon)
- API Keys - Key management and rate limiting (coming soon)
- Usage Billing - Metered pricing engine (coming soon)
- Analytics - Privacy-friendly tracking (coming soon)
- Session Replay - User recordings (coming soon)
Features
Section titled “Features”Multi-User Access
Section titled “Multi-User Access”Invite team members to your organization. Control who can:
- View secrets and configuration
- Edit secrets and settings
- Manage team members
- Delete projects
Organizations
Section titled “Organizations”Create organizations for your company or team:
- Personal org: Created automatically, just for you
- Team orgs: Invite colleagues, manage access
Audit Logging
Section titled “Audit Logging”Every action is logged:
- Who accessed which secret
- When secrets were changed
- What the previous value was
View logs in the dashboard or export for compliance.
High Availability
Section titled “High Availability”- 99.9% uptime SLA (Enterprise)
- Automatic backups every hour
- Multi-region deployment
- Encryption at rest and in transit
Getting Started
Section titled “Getting Started”- Sign up at app.getsoup.dev
- Create an organization (or use your personal org)
- Create a project for your application
- Enable modules you need
- Add secrets/flags/etc via UI or CLI
- Invite team members if needed
CLI Integration
Section titled “CLI Integration”The CLI works with Soup Cloud out of the box:
# Login (opens browser)soup login
# You're now connected to Soup Cloudsoup secrets project listsoup flags listSecurity
Section titled “Security”- All secrets encrypted with AES-256-GCM
- TLS 1.3 for all connections
- SOC 2 Type II compliant (Enterprise)
- GDPR compliant
- No Soup employee can access your secrets
Migrating from Self-Hosted
Section titled “Migrating from Self-Hosted”Export from self-hosted:
soup secrets export my-app production --format json > secrets.jsonImport to Cloud:
soup login # Login to Cloudsoup secrets import my-app production --file secrets.jsonNext Steps
Section titled “Next Steps”- Teams & Organizations - Set up your team
- Pricing - See pricing details