Sage Accounting
Sage Business Cloud Accounting customers, invoices, supplier bills, payments, and ledger accounts.
Tools
| Name | Description |
|---|---|
list_businessesList Sage Accounting businesses available to the connected user. | List Sage Accounting businesses available to the connected user. |
list_contactsList Sage Accounting contacts with bounded pagination. | List Sage Accounting contacts with bounded pagination. |
get_contactGet a Sage Accounting contact by exact ID. | Get a Sage Accounting contact by exact ID. |
create_contactCreate a Sage Accounting customer, supplier, or general contact from explicit fields. | Create a Sage Accounting customer, supplier, or general contact from explicit fields. |
update_contactUpdate a Sage Accounting contact by exact ID. | Update a Sage Accounting contact by exact ID. |
list_sales_invoicesList Sage Accounting sales invoices. | List Sage Accounting sales invoices. |
get_sales_invoiceGet a Sage Accounting sales invoice by exact ID. | Get a Sage Accounting sales invoice by exact ID. |
create_sales_invoiceCreate a Sage Accounting sales invoice. Requires confirmation because it changes accounting data. | Create a Sage Accounting sales invoice. Requires confirmation because it changes accounting data. |
update_sales_invoiceUpdate a Sage Accounting sales invoice by exact ID. | Update a Sage Accounting sales invoice by exact ID. |
list_purchase_invoicesList Sage Accounting purchase invoices, commonly used for supplier bills. | List Sage Accounting purchase invoices, commonly used for supplier bills. |
get_purchase_invoiceGet a Sage Accounting supplier bill or purchase invoice by exact ID. | Get a Sage Accounting supplier bill or purchase invoice by exact ID. |
create_purchase_invoiceCreate a Sage Accounting supplier bill or purchase invoice. | Create a Sage Accounting supplier bill or purchase invoice. |
update_purchase_invoiceUpdate a Sage Accounting supplier bill or purchase invoice by exact ID. | Update a Sage Accounting supplier bill or purchase invoice by exact ID. |
list_contact_paymentsList customer or supplier contact payments in Sage Accounting. | List customer or supplier contact payments in Sage Accounting. |
list_ledger_accountsList Sage Accounting ledger accounts. | List Sage Accounting ledger accounts. |
Triggers
| Name | Description |
|---|---|
changed_recordsPoll Sage Accounting for records changed since the previous run. Defaults to sales invoices. | Poll Sage Accounting for records changed since the previous run. Defaults to sales invoices. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('sage-accounting', 'list_businesses', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'sage-accounting',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Sage Accounting 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 Sage Accounting support?
Sage Accounting supports 15 tools including List Businesses, List Contacts, Get Contact, Create Contact, Update Contact, and more.
Can I use Sage Accounting with AI agents?
Yes. Add Sage Accounting 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 Sage Accounting to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Sage Accounting as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Sage Accounting tools exposed by that workspace.
Does Sage Accounting 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 Sage Accounting work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Sage Accounting?
Sage Accounting exposes 15 tools, including List Businesses, List Contacts, Get Contact, Create Contact, Update Contact, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Sage Accounting be used in stateful agent workflows?
Yes. Agents can combine Sage Accounting 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 Sage Accounting use?
Sage Accounting uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Sage Accounting integration cost?
The Sage Accounting integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Sage Accounting support?
Sage Accounting supports 1 triggers including Changed Records.
Connect Sage Accounting in minutes
Get 20,000 free action executions every month. No credit card required.