Skip to main content

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
  1. Create an API key in your workspace (with the right permissions).
  2. Send it as Authorization: Bearer <token>.
  3. Use the /api/v1 endpoints — the stable, versioned contract (see Versioning).