For the complete documentation index, see llms.txt. Markdown versions are available by appending .md to page URLs.
This path starts a development instance bound to 127.0.0.1:4173. Use the automated installer for a production deployment.
Prerequisites
- Node.js 20 or later
- npm
- Access to the private Lookout repository
1
Install dependencies
From the repository root:
2
Validate the configuration
The example is safe for loopback-only development and stores state outside the
config directory.3
Start Lookout
http://127.0.0.1:4173 to view the local console.4
Verify health
In another terminal:The unauthenticated health response contains aggregate runtime state, not event or graph contents.
5
Query the graph
The example configuration permits loopback requests to act as local admin:
Next steps
Configure Lookout
Set storage, collectors, exports, and webhooks.
Explore the HTTP interface
Send authenticated requests and inspect available resources.