Tools
| Name | Description |
|---|---|
list_propertiesList all rental properties in your Buildium account | List all rental properties in your Buildium account |
get_propertyGet details of a specific rental property | Get details of a specific rental property |
list_leasesList all leases in your Buildium account | List all leases in your Buildium account |
update_leaseUpdate a Buildium lease by ID. | Update a Buildium lease by ID. |
list_tenantsList all tenants in your Buildium account | List all tenants in your Buildium account |
list_tasksList Buildium tasks, including maintenance and resident requests. | List Buildium tasks, including maintenance and resident requests. |
list_work_ordersList Buildium maintenance work orders. | List Buildium maintenance work orders. |
get_work_orderGet a Buildium work order by ID. | Get a Buildium work order by ID. |
create_work_orderCreate a Buildium maintenance work order. | Create a Buildium maintenance work order. |
update_work_orderUpdate a Buildium maintenance work order by ID. | Update a Buildium maintenance work order by ID. |
list_billsList Buildium vendor bills. | List Buildium vendor bills. |
create_billCreate a Buildium vendor bill. | Create a Buildium vendor bill. |
update_billUpdate a Buildium vendor bill by ID. | Update a Buildium vendor bill by ID. |
create_bill_paymentCreate a Buildium payment for a specific bill. | Create a Buildium payment for a specific bill. |
create_multiple_bill_paymentsCreate a Buildium payment for multiple bills with one check. | Create a Buildium payment for multiple bills with one check. |
list_rental_ownersList Buildium rental owners. | List Buildium rental owners. |
list_lease_transactionsList Buildium lease ledger transactions for charges, payments, credits, refunds, and deposits. | List Buildium lease ledger transactions for charges, payments, credits, refunds, and deposits. |
create_lease_paymentCreate a Buildium lease ledger payment. | Create a Buildium lease ledger payment. |
update_lease_paymentUpdate a Buildium lease ledger payment. | Update a Buildium lease ledger payment. |
reverse_lease_paymentCreate a Buildium lease payment reversal. | Create a Buildium lease payment reversal. |
create_lease_chargeCreate a Buildium lease ledger charge. | Create a Buildium lease ledger charge. |
Triggers
| Name | Description |
|---|---|
task_updatedTriggers when a Buildium task is created or updated. | Triggers when a Buildium task is created or updated. |
work_order_updatedTriggers when a Buildium work order is created or updated. | Triggers when a Buildium work order is created or updated. |
bill_updatedTriggers when a Buildium bill is created or updated. | Triggers when a Buildium bill is created or updated. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('buildium', 'list_properties', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'buildium',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Buildium to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Buildium support?
Buildium supports 21 tools including List Rental Properties, Get Rental Property, List Leases, Update Lease, List Tenants, and more.
Can I use Buildium with AI agents?
Yes. Add Buildium 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 Buildium to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Buildium as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Buildium tools exposed by that workspace.
Does Buildium 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 Buildium work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Buildium?
Buildium exposes 21 tools, including List Rental Properties, Get Rental Property, List Leases, Update Lease, List Tenants, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Buildium be used in stateful agent workflows?
Yes. Agents can combine Buildium 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 Buildium use?
Buildium uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Buildium integration cost?
The Buildium integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Buildium support?
Buildium supports 3 triggers including Task Updated, Work Order Updated, Bill Updated.
Connect Buildium in minutes
Get 20,000 free action executions every month. No credit card required.