Infra-BFF
Infrastructure Backend-for-Frontend - Centralized infrastructure services platform
Available Services
- ✅ Rate Limiting
- ✅ Caching (Redis)
- ✅ Analytics (PostHog)
- ✅ API Key Management
- ✅ Email (Resend)
- ✅ Structured Logging
API Endpoints
Health Check
GET /api/health
Rate Limiting
POST /api/v1/ratelimit/check
Caching
GET /api/v1/cache/:key
POST /api/v1/cache/:key
DELETE /api/v1/cache/:key
Analytics
POST /api/v1/analytics/track
POST /api/v1/analytics/identify
API Keys
POST /api/v1/keys/create
POST /api/v1/keys/verify
DELETE /api/v1/keys/:id
POST /api/v1/email/send
Authenticate requests with X-Infra-Key header