Verify

Confirm a project is healthy

Phase 1 has no project status API yet. Use this checklist in the studio UI (under 30 seconds once you are logged in).

Manual checklist (today)

  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, confirm room progress makes sense (Map → … → Bindery). At least one room should show work if the project is underway.
  4. If prose was queued: Quill shows chapters and/or a full-draft job status (queued / running / complete).
  5. Optional: open Characters or Scriptorium and confirm cast or outlines exist when those rooms were used.

Pass: the human can see durable artifacts in the studio, not only chat history.

Machine verify (Phase 1 discovery)

Confirm the public agent surfaces respond (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" and HTTP 200 on the other URLs.

Coming later (Observe)

After API keys ship: GET /api/v1/projects/{slug}/status returns a proof bundle (room readiness, word counts, open jobs). Until then, use the studio UI.