概览
Prodantix 是一个引擎,为每位用户保存一个真相来源(他们的实时用户状态),让你无需把各自独立的分析、开关、消息和数据工具拼接在一起,就能观察它、对它做决策并据此行动。
大多数技术栈把同一用户拆散在四个产品里。每次交接都会损失保真度并增加延迟。Prodantix 让四者共处于一个持续更新的状态:视图、决策和行动都实时读取完全相同的真相。
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
接口面
每个接口面都有自己的主机并接受各自的凭据。项目密钥用于事件与开关路径;访问令牌用于管理面。
| 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 |
接下来去哪里
- 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