Überblick
Prodantix ist eine einzige Engine, die eine Quelle der Wahrheit über jeden Nutzer hält (seinen Live-Nutzerzustand) und es dir ermöglicht, ihn zu beobachten, darauf zu entscheiden und zu handeln, ohne separate Analytik-, Flag-, Messaging- und Datentools zusammenzukleben.
Die meisten Stacks zerstückeln denselben Nutzer über vier Produkte. Jede Übergabe verliert an Genauigkeit und fügt Verzögerung hinzu. Prodantix hält alle vier auf einem kontinuierlich aktualisierten Zustand: Ansicht, Entscheidung und Aktion lesen alle genau dieselbe Wahrheit, in Echtzeit.
At a glance
- Hosts
- Five, across REST, GraphQL, Socket.IO and MCP
- Credentials
- Project key for ingestion, access token for the application model
- Data residency
- EU for ingestion and replay
- Start here
api.prodantix.com/graphql
Die Oberflächen
Jede Oberfläche hat einen eigenen Host und akzeptiert eigene Anmeldedaten. Projektschlüssel öffnen die Event- und Flag-Pfade; Zugriffstoken öffnen die administrativen Oberflächen.
| Host | Protocol | Credential |
|---|---|---|
| api.prodantix.com | REST (flags, messaging) · GraphQL · GraphiQL | Project key · Access token |
| eu.api.prodantix.com | REST (event ingestion) | Project key |
| eu.replay.prodantix.com | REST (session replay) | Project key |
| eu.ws.prodantix.com | Socket.IO realtime | Access token |
| eu.mcp.prodantix.com | MCP (JSON-RPC 2.0) | Access token |
Wie es weitergeht
- Projects & keys: sign up, create a project, copy its keys
- Quickstart: install an SDK and send a first event
- Concepts: event, user state, decision, action
- REST: base URLs, the eight operations, the OpenAPI documents
- GraphQL: the full application model, plus the playground
- Realtime: Socket.IO rooms and events
- MCP: the nine tools an agent can call
- API reference: every operation, rendered