Drop in the SDK, ship a widget, and pipe every signal into your stack. Start with the quickstart, then dive into the API and webhooks.
Loop is a developer feedback platform to collect, triage, and act on user feedback with an SDK, a drop-in widget, and signed real-time webhooks.
Install the Loop SDK, set your API key, and create your first feedback item in minutes using JavaScript, Python, Go, or the REST API directly.
Authenticate Loop API requests with bearer API keys, learn how to store keys securely, rotate them safely, and pass them through every SDK client.
Reference for the Loop Feedback API: create items with POST /v2/feedback and list or filter with GET /v2/feedback, with request and response examples.
Receive signed real-time Loop events, verify the Loop-Signature HMAC SHA-256 header, handle feedback.created and feedback.resolved, and use retries.