Actions
| Name | Description |
|---|---|
get_clientsFetches Clients | Fetches Clients |
get_estimatesFetches Estimates | Fetches Estimates |
get_expensesFetches expenses | Fetches expenses |
get_invoicesFetches invoices | Fetches invoices |
get_projectsFetches projects | Fetches projects |
get_rolesFetches Roles | Fetches Roles |
get_tasksFetches Tasks | Fetches Tasks |
get_time_entriesFetches Time Entries | Fetches Time Entries |
get_usersFetches Users | Fetches Users |
reports-uninvoicedUninvoiced hours and expenses for all billable projects | Uninvoiced hours and expenses for all billable projects |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'harvest',
actionName: 'get_clients',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Harvest to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Harvest support?
Harvest supports 11 actions including Get Clients, Get Estimates, Get Expenses, Get Invoices, Get Projects, and more.
Can I use Harvest with AI agents?
Yes. Add Harvest to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Harvest use?
Harvest uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Harvest integration cost?
The Harvest integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Harvest in 2 minutes
Get 1,000 free actions every month. No credit card required.