Verify

Confirm a project is healthy

There is no project-status API yet. Use this checklist in the studio (under 30 seconds once you are signed in).

In the studio

  1. Open the studio and sign in.
  2. Open the novel from the project list (or create one under New novel).
  3. On the project home, room progress should make sense (Map → … → Bindery). If the project is underway, at least one room should show work.
  4. If prose was queued: Quill shows chapters and/or a full-draft job (queued, running, or complete).
  5. Optional: open Characters or Scriptorium and confirm cast or outlines exist when those rooms were used.

Pass: the author can see durable work in the studio, not only in a chat log.

Machine check

Public agent surfaces (no auth):

curl -sS https://ninerooms.online/api/v1/product | head
curl -sS -o /dev/null -w "%{http_code}\n" https://ninerooms.online/llms.txt
curl -sS -o /dev/null -w "%{http_code}\n" https://ninerooms.online/agents.md
curl -sS -o /dev/null -w "%{http_code}\n" https://ninerooms.online/for-agents
curl -sS -o /dev/null -w "%{http_code}\n" https://ninerooms.online/verify

Expect JSON with agent_api: "phase1" (docs only, no keys) and HTTP 200 on the other URLs.

Later

When API keys ship, GET /api/v1/projects/{slug}/status will return room readiness, word counts, and open jobs. Until then, use the studio.