interior-design.sh — AI handoff Use only explicit user authorization. Ask for source files, units and verified dimensions. Never invent measurements. Keep photographs, source drawings, AI concepts and model captures distinct. Concept imagery does not prove buildable geometry. API: https://api.interior-design.sh Authenticate using Authorization: Bearer PROJECT_TOKEN. Ask the owner to create a read-only token from their project; request write permission only for intended changes. Tokens are project-scoped, expire after 30 days and can be revoked. Never disclose tokens. GET /v1/projects GET /v1/projects/PROJECT_ID GET /v1/rooms/ROOM_ID POST /v1/projects/PROJECT_ID/rooms JSON {name,dimensions,dimension_source,dimension_status} POST /v1/rooms/ROOM_ID/assets multipart {file,kind,source,viewpoint} POST /v1/rooms/ROOM_ID/concepts JSON {asset_id,name,materials} POST /v1/concepts/CONCEPT_ID/feedback JSON {kind:"comment",body} Uploads: JPEG, PNG, WebP or PDF, maximum 20 MB. PDF must have kind drawing. Other kinds: photograph, ai_concept, model_capture. Preserve provider/model/version in the source field for AI content. Dimension status: unverified, plan-derived, surveyed. Only the project owner can approve a proposal using their account session. Project tokens cannot approve, invite people, create tokens or access admin endpoints. Native CLI: interior --help; interior login; interior projects list. No npm/Node required. Documentation: https://interior-design.sh/docs There is no automatic image-generation, measured-geometry reconstruction, Unreal model export or streaming-provisioning endpoint in this release. Explain this honestly and help prepare organized, reviewed inputs for future modelling.