Co-authored-by: Kartik Sarangmath <kartiksarangmath@Kartiks-MacBook-Air.local>
This commit is contained in:
ksarangmath
2025-07-10 01:41:36 -07:00
committed by GitHub
parent 22427f7c42
commit 6a75e9537e
14 changed files with 921 additions and 4 deletions

View File

@@ -58,6 +58,16 @@ omnara/
AI Agents → MCP/REST Server (Write) → PostgreSQL ← Backend API (Read) ← Web Dashboard
```
### Billing & Monetization (Optional)
Omnara includes optional Stripe integration for SaaS deployments:
- **Free Tier**: 20 agents per month
- **Pro Tier ($9/mo)**: Unlimited agents
- **Enterprise Tier ($500/mo)**: Unlimited agents + Teams, dedicated support, SLA (coming soon)
Billing is only enforced when explicitly configured with Stripe keys.
## Development Setup
### Prerequisites