Warm Endpoint

Bulk pre-warm template_cache from historical user logs.

Reuses pipeline.parse() so persistence (template_cache + incident_families) happens through the same ON CONFLICT DO UPDATE path as live /v1/compact calls. Idempotent across re-runs. Daily per-org line quota guards against runaway LLM cost on a misconfigured client.

post/v1/onboard/warm

Request body

linesstring[] required

Raw log lines to template + persist.

sourcestring

Origin tag (vercel, datadog, etc.)

Response

Successful Response

sourcestring required
templates_addedinteger required
templates_totalinteger required
lines_processedinteger required
llm_callsinteger required
cache_hitsinteger required
elapsed_msinteger required
quota_remaininginteger required

Changes

No recorded changes to this endpoint across all 9 revisions of this API.