Teamster demo - this page is healthy
If you're seeing this in a browser: this page requires JavaScript to render. The demo is not broken - enable JavaScript to view the dashboard.
LLM / agent access - no authentication required. Start here - the data this demo holds, pre-rendered and refreshed hourly, no request body required:
https://teamster.bmj.net/public/llms/tour-snapshot.txt
Full guide, including the data model, every dashboard's queries, and a complete list of the per-dashboard guides:
https://teamster.bmj.net/public/llms.txt
Both are served as text/plain; charset=utf-8 - Markdown
contents, plain-text content type, so a fetcher that rejects
text/markdown can still read them. The same files are also
served with a .md extension if you prefer that type.
Other GET endpoints:
- https://teamster.bmj.net/api/search - list dashboards (uid, title, tags)
-
https://teamster.bmj.net/api/dashboards/uid/landing-page
- full dashboard definition (panels + SQL); a live example, the pattern is
/api/dashboards/uid/<uid>for any uid from /api/search
Live queries need POST, not GET, so most agents here cannot use this one. It is deliberately not a link — a GET against it returns 404:
POST https://teamster.bmj.net/api/ds/query
- read-only SELECT against teamster-mysql or PromQL against teamster-prometheus
Product source and docs: