Backend Configuration
Configure your InAppAI backend subscription to control AI behavior, authentication, and knowledge base.
Overview
The InAppAI backend (app.inappai.com) provides:
- Multi-provider AI (OpenAI, Anthropic, Google)
- Subscription management and billing
- CORS and JWT authentication
- Rate limiting and usage tracking
- Knowledge base with RAG (Retrieval Augmented Generation)
Guides
- Settings - AI provider/model selection, CORS, JWT authentication, rate limiting, billing
- Knowledge Base - Add custom documentation for better AI responses
Quick Start
- Sign up at app.inappai.com
- Create a subscription
- Copy your Subscription ID
- Configure AI provider and model in Settings
- (Optional) Add documentation URLs to Knowledge Base
Plans
- Developer: Free - 1,000 requests/month, 10 KB URLs
- Startup: $89/month - 50,000 requests, 100 KB URLs
- ScaleUp: $299/month - 300,000 requests, 200 KB URLs
Next Steps
- Backend Settings - Configure your subscription
- Knowledge Base - Add custom documentation
- React Installation - Integrate the frontend component