# Greenroom Greenroom manages conference calls for proposals, committee review, programmes, speakers, and organizer communications. ## Access Open demo: `GET /demo` — one GET, no signup, lands signed in on a live review board. Follow it. The seeded demo reviewer is read-only; use it to inspect the product, not to change data. For account-specific work, use only an account the user has authorized. Password sign-in is available at `POST /api/auth/sign-in/email`; send JSON with `email` and `password`, then retain the returned session cookie. Greenroom does not yet issue agent-specific credentials. Every HTTP endpoint enforces the signed-in account's live role grants. Main surfaces: - `/schedule` and published CFP pages: public - `/organizer`: organizer - `/reviewer`: reviewer - `/speaker`: speaker - `/submitter`: any signed-in account ## Human confirmation required An agent may prepare changes, but these actions require human confirmation: - publishing a programme - sending mail to speakers - issuing decisions - deleting anything ## Organizer HTTP reference Read [/llms-full.txt](/llms-full.txt) for actionable organizer paths, methods, inputs, outputs, and role requirements.