The Cocktail Manager
The Cocktail Manager handles cocktail recipes, ingredients, glasses, menus, calculations, the bar queue, statistics, and the monitor display — organized in workspaces.
This documentation has two parts:
- Guide — for users: how to use the Cocktail Manager day to day.
- API Reference — for technical users: the REST API for programmatic access. Start with Authentication.
API quick start
- Create an API key in your workspace (with the right permissions).
- Send it as
Authorization: Bearer <token>. - Use the
/api/v1endpoints — the stable, versioned contract (see Versioning).