API Documentation
Version 1.0 (Clinical Release). Agnostic RevOps Telemetry Layer.
Authentication
All API requests must include your organization's telemetry key in the Authorization header. Requests are limited to 1,000 requests per minute.
Authorization: Bearer art_live_your_telemetry_key
Endpoints
POST
/v1/telemetry/payload
Synchronize external operational telemetry (time logs, client communications, invoice payloads).
{
"source_node": "toggl-node-09",
"client_id": "cli_98412",
"activity_duration_seconds": 50400,
"scope_verified": false
}
GET
/v1/sentinel/status
Retrieve active sentinel margin status and delta leaks.
{
"sentinel_state": "ACTIVE",
"margin_deficit_percentage": 18.5,
"out_of_scope_accumulation_hours": 14.0,
"automatic_reconciliation_triggered": true
}
GET
/v1/shield/nlp-decay
Query active sentiment indices and client thermal latency metrics.
{
"nlp_sentiment_decay_ratio": -0.42,
"thermal_latency_hours": 22.8,
"projected_churn_probability": 0.84,
"days_to_projected_cancellation": 54
}