Toast

v1.0.0

Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting.

0· 281· 1 versions· 1 current· 1 all-time· Updated 1mo ago· MIT-0

🍞 Toast

Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting.

Requirements

VariableRequiredDescription
TOAST_API_KEYToast API key
TOAST_RESTAURANT_GUIDRestaurant GUID

Quick Start

# List orders
python3 {{baseDir}}/scripts/toast.py list-orders --start-date <value> --end-date <value> --page-size "25"

# Get order details
python3 {{baseDir}}/scripts/toast.py get-order <id>

# List menus
python3 {{baseDir}}/scripts/toast.py list-menus

# Get menu details
python3 {{baseDir}}/scripts/toast.py get-menu <id>

# List menu items
python3 {{baseDir}}/scripts/toast.py list-menu-items --page-size "100"

# List employees
python3 {{baseDir}}/scripts/toast.py list-employees

# Get employee details
python3 {{baseDir}}/scripts/toast.py get-employee <id>

# List revenue centers
python3 {{baseDir}}/scripts/toast.py list-revenue-centers

# List tables
python3 {{baseDir}}/scripts/toast.py list-tables

# List dining options
python3 {{baseDir}}/scripts/toast.py list-dining-options

# Get restaurant info
python3 {{baseDir}}/scripts/toast.py get-restaurant --guid <value>

Output Format

All commands output JSON by default.

Script Reference

ScriptDescription
{baseDir}/scripts/toast.pyMain CLI — all commands in one tool

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation

Version tags

latestvk9723q1m9m9q7b90jqwfq9dmtn82fsgf

Runtime requirements

🍞 Clawdis
EnvTOAST_API_KEY, TOAST_RESTAURANT_GUID
Primary envTOAST_API_KEY