DEVELOPER PREVIEW / v0
DOT Analysis
In developmentDesign previewThis describes module responsibilities and integration concepts. Each example is illustrative, not a live API call. Endpoints, SDKs, response schemas, pricing and limits will be published with API access.
Coming soon. Track conversation events through an API and understand your project in a company dashboard.
From input to output
INPUT
Conversation turns · sessions · pseudonymous users
PROCESS
Track topics, signals and conversation changes
OUTPUT
Project dashboard · conversation timeline
Conceptual data example
{
"mode": "illustrative / coming soon",
"eventId": "example-event-001",
"conversationId": "example-conversation",
"userIdHash": "project-scoped-pseudonymous-id",
"turnIndex": 1,
"speakerType": "user",
"text": "I cannot find the next quest.",
"timestamp": "2026-09-11T00:00:00Z"
}Before integration
- User, character and session identity; data ownership.
- Retention, deletion and sensitive-data handling.
- Application logic that validates and applies module output.