Open-API ingests events from your apps, panels and services and forwards them wherever you need — with real-time analytics, API keys and a dashboard built for the job.
curl -X POST https://your-instance/api/events/ingest \
-H "Authorization: ApiKey oapi_••••••••" \
-H "Content-Type: application/json" \
-d '{
"service_type": "custom",
"event_type": "session_start",
"data": {
"title": "Example event",
"user": "andrej"
}
}'What's inside
No glue code, no Zapier, no missing pieces.
Every event lands in a real-time WebSocket feed with stats, search and filters out of the box.
Receive webhooks from your apps or have us poll supported endpoints on a configurable schedule.
Forward events to any HTTP endpoint with built-in payload templates and per-event filters.
Per-service SHA-256 hashed keys with full revocation and reset control.
Top titles, top users, hourly heatmaps and daily trends — drill down with a single click.
Generate a sharable, token-protected status page for any service in seconds.
Supported
Open-API talks to anything that can send an HTTP request. These are the targets it's purpose-built for today.
Custom game server panels
Mobile apps
Android & iOS
Jellyfin
Media Server
Plex
Media Server (if APIs are allowed)
Desktop Apps
applications, not desktops themselves
Custom websites
HTTP & HTTPS
Coming soon
ServerCraft
custom game server panel display
Coming soonArma Launcher
Reforger / Arma 4 desktop launcher
Coming soonMeshCord
Decentralized Discord clone desktop app. Display your current user metrics, messaging frequency, user join rates and much more.
Coming soon…and many more to come.
Built for developers
No SDKs to learn. Authenticate with an API key, POST your events, subscribe to the WebSocket feed for the dashboard. Done.
/api/ws/dashboard{
"type": "new_event",
"service_type": "custom",
"event_type": "session_start",
"timestamp": "2026-02-15T18:32:14Z",
"id": "65cf4..."
}/api/events?q=…&service_type=…Search hits event_type + every value inside data.*.
Create an account, generate your first API key, point your app at the ingest endpoint — and watch events stream into your dashboard.
Create accountMade with Emergent