LinkGlow docs
Last updated: August 21, 2026
Start here
LinkGlow analyzes one public URL at a time. Humans paste a URL on the homepage or in the dashboard. Agents should read llms.txt and the OpenAPI spec before calling anything that spends scrape budget.
- [Getting started](https://linkglow.io/docs/getting-started): first audit, bookmarklet, domain groups, focus selectors, schedules.
- [LinkGlow API](https://linkglow.io/docs/api): public REST endpoints, JSON errors, rate limits.
- [LinkGlow for agents](https://linkglow.io/docs/agents): when to use this product and how to call it.
- [OpenAPI specification](https://linkglow.io/openapi.json): machine-readable operations, schemas, and operationIds.
- [llms.txt](https://linkglow.io/llms.txt): short agent instructions, including when not to use LinkGlow.
Public vs account APIs
The public surface is unauthenticated: product metadata, health, and the IP-limited demo analyzer. Creating saved audits, schedules, placement rules, exports, and team resources requires a signed-in session and is not part of the public OpenAPI document. Do not scrape /dashboard; there is nothing there for an anonymous agent.