v1.4 • Live

One Service for every app, tool or program in one place. And it's completely free!

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.

Opt-in 2FA Real-time WebSocket Webhook templates
Ingest an event
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"
    }
  }'
Pushed instantly to the dashboard via WebSocket

What's inside

Everything you need to wrangle service events.

No glue code, no Zapier, no missing pieces.

Live event stream

Every event lands in a real-time WebSocket feed with stats, search and filters out of the box.

Push & pull ingestion

Receive webhooks from your apps or have us poll supported endpoints on a configurable schedule.

Outbound webhooks

Forward events to any HTTP endpoint with built-in payload templates and per-event filters.

API key vault

Per-service SHA-256 hashed keys with full revocation and reset control.

Per-service analytics

Top titles, top users, hourly heatmaps and daily trends — drill down with a single click.

Public status pages

Generate a sharable, token-protected status page for any service in seconds.

Supported

Plug in what you already build.

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 soon

Arma Launcher

Reforger / Arma 4 desktop launcher

Coming soon

MeshCord

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

REST + WebSocket. That's it.

No SDKs to learn. Authenticate with an API key, POST your events, subscribe to the WebSocket feed for the dashboard. Done.

  • bcrypt-hashed passwords, opt-in TOTP 2FA and brute-force lockout.
  • SHA-256 hashed API keys with full revocation.
  • Full audit trail with CSV / JSON export.
WebSocket/api/ws/dashboard
{
  "type": "new_event",
  "service_type": "custom",
  "event_type": "session_start",
  "timestamp": "2026-02-15T18:32:14Z",
  "id": "65cf4..."
}
GET/api/events?q=…&service_type=…

Search hits event_type + every value inside data.*.

Spin up your hub in two minutes.

Create an account, generate your first API key, point your app at the ingest endpoint — and watch events stream into your dashboard.

Create account

Made with Emergent