eavz
Toast POS

Toast POS

Restaurant point-of-sale and management platform

OAuth2Commerce
6 actions
2 triggers

Actions

Name
get_order

Get order details by GUID

list_orders

List orders for a restaurant within a date range

list_menu

Get the menu for a restaurant

get_employee

Get employee details by GUID

get_restaurant

Get restaurant details by GUID

custom_api_call

Make a custom API call to the Toast API

Triggers

Name
new_order

Triggers when a new order is created

order_updated

Triggers when an order is updated

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'toast-pos',
  actionName: 'get_order',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Toast POS to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Toast POS support?

Toast POS supports 6 actions including Get Order, List Orders, List Menu, Get Employee, Get Restaurant, and more.

Can I use Toast POS with AI agents?

Yes. Add Toast POS to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Toast POS use?

Toast POS uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Toast POS integration cost?

The Toast POS integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Toast POS support?

Toast POS supports 2 triggers including New Order, Order Updated.

Connect Toast POS in 2 minutes

Get 1,000 free actions every month. No credit card required.