Docs · Updated 2026-07-25

Ingest SDK reference

How Chainyze project API keys, log payloads, and monthly caps work for Node ingest.

Auth

Send `Authorization: Bearer <project_api_key>` (or the SDK default). Keys are scoped per project; rotate them from the dashboard if leaked.

Payload fields

Minimum useful fields: `model`, `prompt`, `response`, `latencyMs`. Optional: token counts, status, metadata tags for filtering later.

Retention

Free keeps logs for a short window; Pro extends retention (see Pricing). A cron job deletes expired rows — do not treat Chainyze as cold storage.

← All docs · Pricing · Sign up