🚀 Intelligent Realtime Infrastructure

Modern Event Operations & API Platform

Build scalable realtime event systems, observability pipelines, websocket infrastructure, analytics platforms, and intelligent operational tooling.

🔐 Authentication APIs

POST
/api/auth/register
Register a new user account with secure JWT authentication.
POST
/api/auth/login
Authenticate users and generate secure access tokens.

🎟 Event APIs

GET
/api/event
Retrieve all available platform events.
POST
/api/event
Create and publish a new event.
GET
/api/event/:id
Retrieve complete event information.

👤 Profile APIs

GET
/api/profile
Retrieve logged-in user profile details.
PUT
/api/profile
Update profile information and personalization.
GET
/api/profile/analysis
Retrieve AI-powered user profile insights.
🔒 All protected routes require:

Authorization: Bearer <token>