Documentation
Get Loop running, then get it out of your way.
Two minutes of engineer time, once. Every code sample on these pages is checked against the product. If one of them does not run, that is a bug and we want to hear about it.
Install LoopA script tag or npm install, then one request that tells you whether data is arriving.Browser SDKAutocapture, identity, guides and experiment arms: every method, with what it returns.Node SDKServer-side events: a secret key, an explicit distinctId, and a shutdown() that is not optional.HTTP APIThe nine public /v1 routes, the SDK bundle, the ingest limits, and the error registry.In-app guidesThe six surfaces, and exactly what Loop touches inside your page.The agentWhat the agent may do, and the guardrails that are enforced in code rather than in a prompt.QuickstartThe shortest path: a key, a snippet, one event you chose, and a guide shipped.Error codesOne entry per code: what causes it, what to do, and whether to retry.
Everything else
Every page in the sidebar is written. The concept pages describe how each area behaves; the reference pages carry the code. Where an interface is not published yet, the page says so rather than printing a shape we would have to break.