Tools
| Name | Description |
|---|---|
list_accountsList Lightspeed accounts available to the authenticated user. | List Lightspeed accounts available to the authenticated user. |
list_ordersList orders for an account | List orders for an account |
get_orderGet order details by ID | Get order details by ID |
update_orderUpdate a Lightspeed Restaurant order by exact order ID. Requires confirmation. | Update a Lightspeed Restaurant order by exact order ID. Requires confirmation. |
list_menu_itemsList menu items for an account | List menu items for an account |
get_menu_itemGet one menu item by exact item ID. | Get one menu item by exact item ID. |
update_menu_itemUpdate a menu item by exact item ID. Requires confirmation. | Update a menu item by exact item ID. Requires confirmation. |
list_customersList customers for an account. | List customers for an account. |
get_customerGet one customer by exact customer ID. | Get one customer by exact customer ID. |
create_customerCreate a customer record. Requires explicit confirmation. | Create a customer record. Requires explicit confirmation. |
get_employeeGet employee details by ID | Get employee details by ID |
get_tableGet table details by ID | Get table details by ID |
custom_api_callMake a custom API call to the Lightspeed API | Make a custom API call to the Lightspeed API |
Triggers
| Name | Description |
|---|---|
new_orderTriggers when a new order is created | Triggers when a new order is created |
payment_receivedTriggers when a payment is received | Triggers when a payment is received |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('lightspeed-restaurant', 'list_accounts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'lightspeed-restaurant',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Lightspeed Restaurant to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Lightspeed Restaurant support?
Lightspeed Restaurant supports 13 tools including List Accounts, List Orders, Get Order, Update Order, List Menu Items, and more.
Can I use Lightspeed Restaurant with AI agents?
Yes. Add Lightspeed Restaurant to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Lightspeed Restaurant to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Lightspeed Restaurant as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Lightspeed Restaurant tools exposed by that workspace.
Does Lightspeed Restaurant work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Lightspeed Restaurant work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Lightspeed Restaurant?
Lightspeed Restaurant exposes 13 tools, including List Accounts, List Orders, Get Order, Update Order, List Menu Items, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Lightspeed Restaurant be used in stateful agent workflows?
Yes. Agents can combine Lightspeed Restaurant tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Lightspeed Restaurant use?
Lightspeed Restaurant uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Lightspeed Restaurant integration cost?
The Lightspeed Restaurant integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Lightspeed Restaurant support?
Lightspeed Restaurant supports 2 triggers including New Order, Payment Received.
Connect Lightspeed Restaurant in minutes
Get 20,000 free action executions every month. No credit card required.