Quick Start
Get from zero to a working API call in under five minutes.
Get your Client UUID
Contact the Maison team or locate your Client UUID in the business console. Every API request that targets a specific property requires this identifier.
Get an API Key
Sign in, then call
PUT /api/user/apikeyto create a key. You must supply a valid session cookie or Bearer token.The full key is shown once and cannot be recovered. Store it securely before closing the response.
Make your first request
Verify your key is active by calling the auth check endpoint:
A
200 OKresponse confirms the key is valid and your identity is resolved.Send a message
POST a query to the concierge. Include your Client UUID so the API knows which property context to use.
Explore further
- API Reference — interactive playground for every endpoint
- A2A Protocol — agent-to-agent JSON-RPC 2.0 interface
- MCP Integration — use Maison as a tool provider in Claude Desktop, VS Code, and other LLM clients
- Integration Guides — embed the chat widget in HTML, React, Next.js, WordPress, Shopify, and more