Quickstart
DrSimon Engine integrations use a partner API key, a tenant-scoped product, and primitive ingest batches. The current downloadable clients are reference samples for contract integration and adapter development.
1. Request partner access
Partner keys are issued by 3R Innovation operations. Do not embed keys in browser code. Host applications should inject tokens server-side or through a trusted native shell.
2. Start with reference clients
3. Send primitive observations
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"product": "edu",
"primitives": [
{
"time": "2026-05-23T08:30:45.123Z",
"type": "response_time_ms",
"value": 734,
"tier": 0
}
]
}Boundaries
- Raw media upload to the engine is not allowed.
- Client-supplied factor scores and BN scores are rejected.
- Clinical diagnosis claims are not allowed.
- Production SDK package claims require the readiness gates to pass.