개요
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