- Read company profile and accounting settings
- Create and retrieve contacts, articles, invoices, quotations, and vouchers
- Download generated accounting documents, such as invoice PDFs
- React to invoice, payment, and contact changes with Lexware event subscriptions
- Build bookkeeping, sales, and finance workflows around Lexware business data
Common use cases and example apps
These examples show what you can build with Lexware, each with a prompt to start from.How to connect Lexware
Who can create Lexware connections depends on your plan and workspace settings. 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 in Connectors → Admin settings → App + chat connectors. You can create multiple Lexware connections using different API keys, which is useful for separating environments (for example, development and production) or connecting different Lexware accounts. When the connection is created, you can link it to the projects where you want to use it. Anyone building in a project can ask Lovable in chat to link their project to it.Prerequisites
Before connecting Lexware, make sure you have:- A Lexware account with access to the public API
- A Lexware public API key
- Permission to create connections in your Lovable workspace (see Who can create connections and clients)
All API requests made through this connector use your Lexware API key. API usage, plan limits, and billing are handled directly by Lexware, not Lovable.
Step 1: Get a Lexware API key
A Lexware public API key lets your Lovable app authenticate with the Lexware API. You can create separate keys for different environments or apps. To create a Lexware API key:1
Open the Lexware public API page
Sign in to Lexware and open the Public API page. If Lexware asks you to sign in first, complete the sign-in and open the link again.
2
Create an API key
Generate a public API key. If Lexware asks for a name, use a descriptive one, for example
Lovable integration.3
Copy the key
Copy the API key and store it securely.
Step 2: Connect Lexware to Lovable
You can create multiple connections using different API keys.1
Open Lexware in Connectors
Open Connectors and select Lexware. For the other places to open the catalog from, see Where to find connectors.
2
Add a connection
Click Add connection.
3
Configure the connection
- Display name: name the connection, for example
Lexware Prod. This name is only used inside Lovable to identify the connection. - API key: paste your Lexware public API key.
4
Choose who can use this connection
Under Sharing, the connection is private to you by default and shows a Private label. To share it, click Share with others. Then add workspace members by email, or 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.
5
Connect
Click Connect. Lovable verifies the key against the Lexware API before saving the connection.
Working with Lexware event subscriptions
Lexware supports event subscriptions for change notifications, including invoice, payment, contact, article, voucher, quotation, and related document events. When you ask Lovable to build webhook-based Lexware workflows, your app needs a public HTTPS callback endpoint. Lexware sends event notifications to that endpoint and signs each one. The app verifies the signature and then fetches the changed resource from Lexware.Lexware allows up to 2 requests per second per client across all endpoints. Ask Lovable to use pagination where available, avoid parallel requests, and retry rate-limit responses with backoff.
Limitations
The Lexware connector cannot:- Create a Lexware account or API key for you.
- Rotate API keys automatically. To rotate a key, generate a new key in Lexware and update the Lovable connection.
- Keep event subscriptions working after the Lexware API key changes. Lexware removes the subscriptions created with a key when that key is invalidated, so re-create them after updating the connection with a new key.
- Support per-end-user Lexware login. Each connection represents a single Lexware account shared across all projects linked to it.
Manage your Lexware connection
Connections are managed from Connectors: select Lexware, then open the connection.- Unlink projects to remove Lexware 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 Lexware stop working until a new connection is added. See Delete a connection for the steps and who can delete.