Skip to content

Live checks, from your browser.

This site, shared-task storage, the writer’s availability endpoint, and share cards. The checks run only with JavaScript; each row says what was asked and what a healthy answer looks like.

  • Shared task storageGET /api/coordination: authority info and a nonexistent roomThe signing authority answers and the room database returns not found.
  • This siteGET /build-provenance.jsonThe file the build wrote, naming the commit every page was made from.
  • Shared recordsGET /api/share?r=<an id that does not exist>A "not found" answer: the store is reachable and answers for records.
  • Standard pagesGET /api/standard?s=<an id that does not exist>A "not found" answer: the store answers for standards, their runs, and held actions.
  • The standard writer's modelPOST /api/write with an empty conversationA refusal that names the provider and model: a model is configured. Without one the page reads sentences offline.
  • Share cardsGET /v/<an id that does not exist>The share-card function’s own plain-text "not found". The site’s HTML 404 page would mean the function is not running.