eavz
Harvest

Harvest

Time Tracking Software with Invoicing

11 actions

Actions

Name
get_clients

Fetches Clients

get_estimates

Fetches Estimates

get_expenses

Fetches expenses

get_invoices

Fetches invoices

get_projects

Fetches projects

get_roles

Fetches Roles

get_tasks

Fetches Tasks

get_time_entries

Fetches Time Entries

get_users

Fetches Users

reports-uninvoiced

Uninvoiced hours and expenses for all billable projects

custom_api_call

Make a custom API call to a specific endpoint

Quick Start

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