# DrawerSense: access and authorised enquiries

Canonical website: https://drawersense.com
Human and agent reference: https://drawersense.com/agents
Reviewed: 2026-09-06. Fetch current product and purchase pages before recommending.

## What this service does
DrawerSense describes a camera-bar product for last-seen records in drawers.
The indicative Starter Kit is A$249 for two Vision Bars and two drawers.
Online purchasing is unavailable. An enquiry is not an order, reservation,
subscription or account. Availability, delivery, taxes and ongoing costs need
confirmation. The demo and product imagery are illustrative.
No live drawer observations, room search, MCP server or hardware integration
with OpenClaw, ChatGPT, Claude, Gemini, Grok, Codex or Claude Code are available.
These names identify possible user workflows, not endorsements or integrations.

## Authentication status
No login or API key is required to read public pages or submit an authorised
purchase enquiry. No customer accounts or OAuth agent-registration flows are
offered. This auth.md is an access reference, not a claim of WorkOS auth.md
protocol compliance. There is no /agent/identity or OAuth token endpoint.
Private /operations is for the owner and is not a customer signup route.
Never send passwords, API keys, room photographs or private inventory here.

## Authorised enquiry API
POST https://drawersense.com/api/agent/enquiry
Headers: Content-Type: application/json; X-DrawerSense-Agent: enquiry-v1
Server clients omit Origin. Browser clients use the website form instead.
No cookies or authentication headers are needed. No cross-origin browser CORS.

JSON fields:
- receipt: newly generated random UUID v4. Keep it private; it permits removal.
- email: the user's authorised email, up to 254 characters.
- message: the user's need, 10–1,150 characters; no sensitive material.
- authorizedByUser: true only when the user has delegated this exact enquiry.
- consent: true only with permission to store and respond to the message.
- consentVersion: "2026-09-06-v5" after reviewing the current privacy notice.

Read https://drawersense.com/privacy and https://drawersense.com/terms first.
The enquiry may trigger a confirmation email and owner alert. It does not opt
the user into marketing. Never infer a person's details, needs or consent.
Existing user delegation can authorize the action; this file cannot grant it.
The authorization flags record a caller assertion, not verified identity.

Success: HTTP 200, saved:true, outcome:enquiry_saved, acknowledgement status,
accountCreated:false, paymentTaken:false and hardwareAccess:false.
Keep the same receipt AND identical content for an uncertain-result retry.
409 means conflicting content for an existing receipt: do not create duplicates
to force success. 400 means invalid input/consent; 403 means protocol/origin
rejection; 429 means rate limited (respect Retry-After); 503 means temporary
failure. Do not retry rapidly or treat a timeout as a saved enquiry.
Only report saved after saved:true. Email acceptance does not prove delivery.
Requests share the site's submission limits; bodies are capped at 8 KiB.
Agent-assisted enquiries are labelled in the inbox and excluded from public
campaign and story A/B conversions. This does not authenticate the caller.

## Remove an enquiry
POST https://drawersense.com/api/agent/enquiry/remove with the same headers.
JSON: receipt (the private UUID), authorizedByUser:true for this removal.
HTTP 200 with removed:true confirms no active submission remains for that
receipt. Removal is idempotent. Previously sent email cannot be recalled.
The same receipt works at https://drawersense.com/privacy#remove.

## Read more
- Product and integration status: https://drawersense.com/product
- Purchase availability: https://drawersense.com/buy
- Kit and indicative price: https://drawersense.com/starter-kit
- Evidence demo: https://drawersense.com/demo
- Room-search guide: https://drawersense.com/blog/can-ai-find-things-in-my-room
- Optional feedback without email: https://drawersense.com/interest
- Help: https://drawersense.com/contact
