Weavz
Expensify

Expensify

Expense reports, exports, reconciliation jobs, policies, and expenses through the Expensify Integration Server.

13 tools

Tools

Name
export_reports

Run the official Expensify Report Exporter job.

export_card_reconciliation

Run the official Expensify Reconciliation job.

download_file

Download a file generated by the Expensify Report Exporter or Reconciliation job.

create_report

Create an Expensify report with the official create/report job.

create_expenses

Create Expensify expenses with the official create/expenses job.

create_policy

Create an Expensify policy with the official create/policy job.

create_expense_rules

Create Expensify expense rules with the official create/expenseRules job.

get_policy

Get an Expensify policy with the official get/policy job.

get_policy_list

Get an Expensify policy summary list with the official get/policyList job.

get_domain_card_list

Get domain credit cards with the official get/domainCardList job.

update_policy

Update an Expensify policy with the official update/policy job.

update_report_status

Update report status with the official update/reportStatus job.

submit_job

Submit a raw official Expensify requestJobDescription. Credentials are injected from the connection.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('expensify', 'export_reports', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'expensify',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Expensify 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 Expensify support?

Expensify supports 13 tools including Export Reports, Export Card Reconciliation, Download File, Create Report, Create Expenses, and more.

Can I use Expensify with AI agents?

Yes. Add Expensify 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.

Can Expensify be used in stateful agent workflows?

Yes. Agents can combine Expensify 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 Expensify use?

Expensify uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Expensify integration cost?

The Expensify integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Expensify in minutes

Get 20,000 free action executions every month. No credit card required.