Commit Graph

4 Commits

Author SHA1 Message Date
Kirill Dubovitskiy
c1c632e002 feat: add voice token endpoint with RevenueCat paywall
- Add POST /v1/voice/token endpoint for 11Labs voice authentication
- Integrate RevenueCat subscription validation (pro entitlement required)
- Skip paywall in development (NODE_ENV=development)
- Fetch 11Labs conversation tokens for authorized users
- Return allowed:false for users without subscription
- Add NODE_ENV=development to .env.dev for local testing

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2025-09-08 04:04:48 -07:00
Kirill Dubovitskiy
f1fc61c0cf devx: run server locally with s3 minio container 2025-09-01 15:53:12 -07:00
Steve Korshakov
35299fbbdf fix: add metrics 2025-08-19 18:03:03 -07:00
Kirill Dubovitskiy
3a804f24c8 devx: dangerous logging endpoint 2025-08-15 19:13:45 -07:00