{"openapi":"3.0.3","info":{"title":"Pulse Analytics API","version":"0.1.0","description":"Lightweight product analytics — API-key first (Agent-friendly)."},"servers":[{"url":"/"}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key"}}},"security":[{"ApiKeyAuth":[]}],"paths":{"/v1/health":{"get":{"summary":"Health","security":[],"responses":{"200":{"description":"OK"}}}},"/v1/collect":{"post":{"summary":"Ingest pageview or event","security":[],"responses":{"202":{"description":"Accepted"}}}},"/v1/collect/batch":{"post":{"summary":"Batch ingest (requires collect key)","responses":{"202":{"description":"Accepted"}}}},"/v1/websites":{"get":{"summary":"List websites","responses":{"200":{"description":"OK"}}},"post":{"summary":"Create website (+ optional keys)","responses":{"200":{"description":"Created"}}}},"/v1/websites/{id}/stats":{"get":{"summary":"Aggregate stats","responses":{"200":{"description":"OK"}}}},"/v1/websites/{id}/metrics":{"get":{"summary":"Breakdown metrics (path|event|referrer)","responses":{"200":{"description":"OK"}}}},"/v1/websites/{id}/events":{"get":{"summary":"Raw event list","responses":{"200":{"description":"OK"}}}},"/v1/websites/{id}/interest":{"get":{"summary":"Social-proof interest count","responses":{"200":{"description":"OK"}}}},"/v1/websites/{id}/keys":{"get":{"summary":"List keys (prefix only)","responses":{"200":{"description":"OK"}}},"post":{"summary":"Create key (plain returned once)","responses":{"200":{"description":"Created"}}}},"/v1/keys/{id}":{"delete":{"summary":"Revoke key","responses":{"200":{"description":"Revoked"}}}}}}