Ingest an anonymous registry event ping
registry
Ingest an anonymous registry event ping
Ingest an anonymous install/copy/fetch ping from a distribution channel.
Body: {"event": "install"|"copy"|"fetch", "channel": "web-copy"|"cli-pull"| "npx"|"plugin"|"mcp", "slug": str, "version"?: str}. Always answers
204 No Content (except a 429 from the per-IP limiter): allowlisted events
are persisted as product_event rows; malformed bodies and unknown
event/channel values are dropped without an error. No auth by design —
the npx/plugin channels have no credentials, and clients honor
opt-out (DECIMALAI_NO_TELEMETRY=1) before ever calling this.
POST
Ingest an anonymous registry event ping
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Response
204
Successful Response