Documentation
Everything you need to use Lookout: the web app, event ingest, and programmatic access with personal access tokens and project API keys.
Guides
| Guide | Description |
|---|---|
| Packages & installation | One place to install: Composer (lookout/tracing), Rails module, CLI, RUM, embed JS, and subtree mirror repos. |
| Using the app | Organizations, projects, teams, dashboard, issues list, search, alerts, billing, and integrations from a member’s point of view. |
| REST API (v1) | Sanctum personal access tokens: projects, grouped errors, occurrences, resolve/snooze, and automation. Links to the machine-readable OpenAPI description. |
| Ingest API | POST errors, traces, deploy markers, crons, and profiles with your project API key. Full field reference, throttles, and outbound webhooks. |
| Protocol overview | How payloads map to stored events, fingerprints, and the UI—without framework-specific code. |
| Monitoring modes | Error monitoring vs error plus performance traces, project-level trace gate, and the canonical ingest contract. |
| Framework integrations | Laravel, Rails, WordPress, and JavaScript-oriented notes for breadcrumbs, exceptions, and common patterns. |
| OpenAPI 3 — v1.yaml | Download or import into Postman, Insomnia, or codegen tools. Describes REST v1 and key-authenticated read endpoints. |