Skip to main content
Wave is an accounting and invoicing platform for small businesses. The Wave connector lets your Lovable app read and manage business, customer, product, invoice, estimate, vendor, account, sales tax, and transaction data through Wave’s GraphQL API. Wave is available as an app + chat connector: one shared connection that works in the chat while you build and in your published apps. With Wave, your app can:
  • List businesses and read accounting metadata
  • Create and update customers, products, invoices, and estimates
  • Query accounts, sales taxes, vendors, and transaction data
  • Build small-business finance workflows on top of Wave data
The Wave connector connects to a single Wave account via OAuth. It’s a good fit for small-business dashboards, invoice workflows, customer management tools, and finance operations apps tied to a connected Wave business.

Common use cases and example apps

How to connect Wave

Workspace admins and owners can connect Wave when the connector is available in their workspace. App + chat connectors are available by default on Free, Pro, and Business plans. On Enterprise plans, they are effectively disabled at first: Who can create connections and clients defaults to No one until an admin changes it. You can create multiple Wave connections using different Wave accounts, which is useful for separating businesses, environments, or client accounts. When the connection is created, Wave becomes available across all projects in the workspace. Anyone building in a project can ask Lovable in chat to link their project to it.

Prerequisites

Before connecting Wave, make sure you have:
  • A Wave account you want to connect
  • Access to the Wave business data your app needs
  • Lovable workspace owner or admin role
All API requests made through this connector count against the limits and availability of your Wave account. Billing and quota are handled directly by Wave, not Lovable.

Set up your Wave connection

1

Open Wave in Connectors

Go to Connectors and select Wave.
2

Add a connection

Click Add connection.
3

Name the connection

In Display name, name the connection (for example, Wave Main Business). This name is only used inside Lovable to identify the connection.
4

Review scopes (optional)

Expand Advanced settings to review the permissions your app requests. Default scopes are pre-selected for common Wave use cases.For full API documentation, see Wave’s API reference.
5

Choose who can access this connection

Under Who can access this connection, decide who in your workspace can use the connection:
  • Only you (default): only the person creating the connection can use it and its associated data.
  • Invite specific people: only you and explicitly added workspace members can use the connection and its associated data.
  • Invite entire workspace: click Invite entire workspace to make the connection available to everyone in your Lovable workspace.
See Who can use connections and clients for more information.
6

Connect to Wave and authorize

Click Connect. The Wave authorization window opens, so make sure your browser doesn’t block pop-ups. If it does, Lovable redirects you instead.Sign in to Wave if prompted, review the requested permissions, and click Allow.You’ll be redirected back to Lovable with a confirmation.
When connected, anyone building in a project can ask Lovable in chat to link their project to Wave (based on configured connection-level access). Your Lovable apps can then call Wave through the connector gateway and work with the Wave resources allowed by the selected scopes.

Limitations

The Wave connector cannot:
  • Access Wave resources outside the selected OAuth scopes
  • Access Wave businesses that the connected Wave account cannot access
  • Receive Wave webhooks or event notifications
  • Bypass Wave API limits, account availability, or plan restrictions
  • Support per-end-user Wave login. Each connection represents a single Wave account shared across all projects linked to it.
If Wave authorization is revoked from the Wave side, you’ll need to reconnect the integration in Lovable before API calls can succeed again.

Manage your connection

Connections are managed from Connectors: select , then open the connection.
  • Unlink projects to remove access from specific projects while keeping the connection available for others. See Unlink projects from a connection for the steps.
  • Delete the connection to remove it from the workspace entirely. Deleting is permanent. It removes the credentials from all linked projects, and app features that use stop working until a new connection is added. See Delete a connection for the steps and who can delete.