LoopLoop Developer Docs

Everything you need to integrate your game with the LoopLoop platform.

API Reference

Registration, deploy, feedback digest, triage, telemetry, baselines, report-changes, capture/upload, games list.

Read docs →

Game Contract

The interface any web game must implement: config, state exposure, telemetry, feedback hooks, guardrails, build, assets.

Read docs →

SDK Reference

All LoopLoop.* modules — auth, telemetry, feedback, capture, notifications, profiles, games — with signatures and examples.

Read docs →

Changelog

API version history and new feature announcements.

Read docs →

Quick Start with an AI Agent

Paste this into your AI coding agent (Cursor, Copilot, Codex, etc.) to get started:

Integrate my game with the LoopLoop platform. Read these docs first:
- Game contract: https://looploop.dev/game-contract.md
- SDK reference: https://looploop.dev/sdk.md
- API reference: https://looploop.dev/api-reference.md

Install @looploop/sdk, implement the game contract (config files,
window.__gameState, telemetry events, feedback hooks), and set up
the deploy script. Follow the Getting Started section in the API
reference.

The agent will fetch the raw markdown, understand the full API surface, and wire everything up. Add --game=<slug> context if you've already registered.


For AI Agents

Every page is available as raw markdown. Append .md to any URL:

curl https://looploop.dev/api-reference.md
curl https://looploop.dev/game-contract.md
curl https://looploop.dev/sdk.md
curl https://looploop.dev/changelog.md