Weavz
Buildium

Buildium

Property management software for rental properties and associations

CustomCommerce
21 tools
3 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_properties

List all rental properties in your Buildium account

get_property

Get details of a specific rental property

list_leases

List all leases in your Buildium account

update_lease

Update a Buildium lease by ID.

list_tenants

List all tenants in your Buildium account

list_tasks

List Buildium tasks, including maintenance and resident requests.

list_work_orders

List Buildium maintenance work orders.

get_work_order

Get a Buildium work order by ID.

create_work_order

Create a Buildium maintenance work order.

update_work_order

Update a Buildium maintenance work order by ID.

list_bills

List Buildium vendor bills.

create_bill

Create a Buildium vendor bill.

update_bill

Update a Buildium vendor bill by ID.

create_bill_payment

Create a Buildium payment for a specific bill.

create_multiple_bill_payments

Create a Buildium payment for multiple bills with one check.

list_rental_owners

List Buildium rental owners.

list_lease_transactions

List Buildium lease ledger transactions for charges, payments, credits, refunds, and deposits.

create_lease_payment

Create a Buildium lease ledger payment.

update_lease_payment

Update a Buildium lease ledger payment.

reverse_lease_payment

Create a Buildium lease payment reversal.

create_lease_charge

Create a Buildium lease ledger charge.

Triggers

Name
task_updated

Triggers when a Buildium task is created or updated.

work_order_updated

Triggers when a Buildium work order is created or updated.

bill_updated

Triggers when a Buildium bill is created or updated.

Quick Start

TypeScript
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.