🔐 Authentication & Credentials
Complete authentication system with multi-user types, JWT tokens, and API key management.
- Multi-user authentication (users, customers, agents)
- JWT token management with refresh
- API key authentication
- Role-based access control
- Token introspection and revocation
View Authentication API
🗄️ Entity Management & Data
Dynamic entity management with schema evolution and advanced CRUD operations.
- Dynamic schema creation and evolution
- Advanced CRUD with filtering & pagination
- Field-level permissions
- Computed fields and validation
- Bulk operations and audit trails
View Entity API
⚡ Real-time & WebSocket
Enterprise WebSocket system with channels, presence, and live data broadcasting.
- WebSocket server with Socket.IO
- Channel-based pub/sub messaging
- Real-time presence system
- Automatic entity change broadcasting
- Connection analytics and monitoring
View Real-time API