Finance & Time
⏱️ Harvest integration
Verified
Finance & Time
Verified
Connect Harvest once and every agent in your squad can work in it for you, with exactly as much access as you decide to give, and a receipt for every call it makes.
If the connection ever expires, the card shows Reconnect; one click re-authorizes the same account with the same settings.
Multiple accounts: connect as many as you need (say, yours and a client's). One is primary. Agents use it unless a mission says otherwise.
This app connects with standard access. Every agent can still be individually allowed, scoped, or denied from the Integrations page.
The 57 tools agents use in Harvest through Mission Control, and the lowest access level that includes each. Agents discover these themselves. You never have to name a tool; asking in plain language is enough.
| Tool | What it does | Access level |
|---|---|---|
Create clientHARVEST_CREATE_CLIENT | Create a new client. Use after gathering client details to register a new client in Harvest. | All levels |
Create client contactHARVEST_CREATE_CLIENT_CONTACT | Create a new client contact. Use when you need to add a contact under an existing client. Call after you've retrieved or confirmed the client_id. | All levels |
Create estimateHARVEST_CREATE_ESTIMATE | Create a new estimate. Use after gathering client and line item details. | All levels |
Create estimate item categoryHARVEST_CREATE_ESTIMATE_ITEM_CATEGORY | Create a new estimate item category in Harvest. | All levels |
Create estimate messageHARVEST_CREATE_ESTIMATE_MESSAGE | Create a new message for an estimate. Use when you have an estimate ID and want to send a message or run an event (send, accept, decline, re-open) on the estimate. | All levels |
Create expenseHARVEST_CREATE_EXPENSE | Create a new expense entry. Use when recording costs against projects. Ensure either units or total_cost is provided. | All levels |
Create invoiceHARVEST_CREATE_INVOICE | Create a new invoice. Use when you have gathered all invoice details and need to bill a client in Harvest. | All levels |
Create invoice item categoryHARVEST_CREATE_INVOICE_ITEM_CATEGORY | Create a new invoice item category. Use after you have decided on the category name to register it in Harvest. | All levels |
Create invoice messageHARVEST_CREATE_INVOICE_MESSAGE | Creates a new message for an invoice in Harvest. | All levels |
Create invoice paymentHARVEST_CREATE_INVOICE_PAYMENT | Create a new payment on an invoice. Use when recording a payment against an existing invoice. | All levels |
Create projectHARVEST_CREATE_PROJECT | Create a new project in Harvest. A project is a container for tracking time, expenses, and invoices for a specific client engagement. Required: You must provide a valid client_id (use list_clients or create_client first… | All levels |
Create taskHARVEST_CREATE_TASK | Creates a new task in Harvest. Tasks are reusable activity types (e.g., "Development", "Design", "Consulting") that can be assigned to projects for time tracking. Use this to define billable or non-billable work categor… | All levels |
Create time entryHARVEST_CREATE_TIME_ENTRY | Create a new time entry. Use when logging hours for a project by specifying start/end times or duration. | All levels |
Create userHARVEST_CREATE_USER | Creates a new user in Harvest and sends an invitation email to the specified address. | All levels |
Delete clientHARVEST_DELETE_CLIENT | Delete a client. Use when you need to remove a client that has no associated projects, invoices, or estimates. Call after confirming the client_id exists and has no dependent resources. | All levels |
Delete client contactHARVEST_DELETE_CLIENT_CONTACT | Permanently deletes a client contact from Harvest. | All levels |
Delete estimateHARVEST_DELETE_ESTIMATE | Delete an estimate. Use when you need to remove an estimate that is no longer needed. Call after confirming the estimate_id exists and has no dependent resources. | All levels |
Delete estimate messageHARVEST_DELETE_ESTIMATE_MESSAGE | Delete an estimate message. Use when you need to remove a message from an estimate. Call after confirming estimate_id and message_id are correct. | All levels |
Delete invoiceHARVEST_DELETE_INVOICE | Delete an invoice from Harvest. Removes the specified invoice permanently. Requires Administrator or Manager permissions with invoice editing access. | All levels |
Delete invoice item categoryHARVEST_DELETE_INVOICE_ITEM_CATEGORY | Delete an invoice item category from Harvest. | All levels |
Delete invoice messageHARVEST_DELETE_INVOICE_MESSAGE | Delete a message from an invoice. Use when you need to remove a specific message that is no longer relevant. Call after confirming the invoice_id and message_id. | All levels |
Delete invoice paymentHARVEST_DELETE_INVOICE_PAYMENT | Delete an invoice payment. Use when you need to remove a payment from an invoice after confirming payment details. | All levels |
Delete projectHARVEST_DELETE_PROJECT | Delete a project. Use when you need to remove a project and all its associated time entries and expenses; invoices remain intact. Call after confirming the project_id exists. | All levels |
Delete taskHARVEST_DELETE_TASK | Delete a task. Use when you need to remove a task that has no associated time entries. Call after confirming the task_id exists and has no dependent time entries. | All levels |
Delete time entryHARVEST_DELETE_TIME_ENTRY | Delete a time entry. Use when removing an existing time entry that is deletable (not closed or on archived projects/tasks). Call after confirming the time_entry_id exists. | All levels |
Delete userHARVEST_DELETE_USER | Delete a user. Use when you need to remove a user that has no associated time entries or expenses. Call after confirming the user_id exists and has no dependent time entries or expenses. | All levels |
Get clientHARVEST_GET_CLIENT | Retrieves a specific client by ID from Harvest. | All levels |
Get company infoHARVEST_GET_COMPANY_INFO | Retrieves detailed information about the company associated with the authenticated Harvest account. | All levels |
Get estimateHARVEST_GET_ESTIMATE | Retrieve a specific estimate by ID. Use after confirming the estimate ID. Example: "Get estimate with ID 123456". | All levels |
Get invoiceHARVEST_GET_INVOICE | Retrieve a specific invoice by ID. Use when you need the full details of an invoice after selecting or creating it. Example: 'Get invoice with ID 13150378.' | All levels |
Get projectHARVEST_GET_PROJECT | Retrieve a specific Harvest project by ID. | All levels |
Get taskHARVEST_GET_TASK | Retrieve a specific task by ID. Use when you have a task ID and need its detailed information. | All levels |
Get time entryHARVEST_GET_TIME_ENTRY | Retrieve a single time entry by ID. Use when you have a specific time entry ID and need its full details. | All levels |
Get userHARVEST_GET_USER | Retrieve a specific user by ID. Use after obtaining a valid user ID (for example via List Users). Example: "Get details of user 3230547". | All levels |
List clientsHARVEST_LIST_CLIENTS | List clients. Use when you need to retrieve a paginated list of clients from Harvest. Ensure you have a valid access token in metadata before calling. | All levels |
List client contactsHARVEST_LIST_CLIENT_CONTACTS | List client contacts. Use when you need to retrieve contacts with optional filtering and pagination. | All levels |
List estimate messagesHARVEST_LIST_ESTIMATE_MESSAGES | Lists all messages associated with a specific estimate in Harvest. | All levels |
List expense categoriesHARVEST_LIST_EXPENSE_CATEGORIES | List expense categories. Use when you need to retrieve a paginated list of expense categories, optionally filtering by active status or last update timestamp. | All levels |
List invoicesHARVEST_LIST_INVOICES | List invoices. Use when you need to retrieve invoices filtered by client, project, date range, or state. Example: 'List invoices for client 5735776 from 2023-01-01 to 2023-01-31.' | All levels |
List invoice item categoriesHARVEST_LIST_INVOICE_ITEM_CATEGORIES | Retrieve invoice item categories. Use when you need to fetch a paginated list of invoice item categories in Harvest. | All levels |
List invoice messagesHARVEST_LIST_INVOICE_MESSAGES | List messages associated with a given invoice. | All levels |
List invoice paymentsHARVEST_LIST_INVOICE_PAYMENTS | List all payments recorded for a specific invoice. | All levels |
List projectsHARVEST_LIST_PROJECTS | List projects. Use when you need to retrieve a paginated list of projects from Harvest. Ensure a valid access token is present in metadata before calling. Results span multiple pages; check total_pages in the response a… | All levels |
List tasksHARVEST_LIST_TASKS | List tasks. Use when you need to retrieve a paginated list of tasks from Harvest. Ensure you have a valid access token in metadata before calling. Response includes total_pages to iterate all pages when task count exc… | All levels |
List time entriesHARVEST_LIST_TIME_ENTRIES | Retrieve a list of time entries. Use when you need to fetch tracked hours with filters or date ranges for reporting or invoicing. Example: "List time entries for project 123 between 2023-01-01 and 2023-01-31". | All levels |
List usersHARVEST_LIST_USERS | List users. Use when you need to retrieve a paginated list of users from Harvest. | All levels |
Update clientHARVEST_UPDATE_CLIENT | Update an existing client. Use after retrieving client details to modify its properties. Supports partial updates; omit fields to leave them unchanged. | All levels |
Update client contactHARVEST_UPDATE_CLIENT_CONTACT | Update a client contact. Use when you have a contact_id and need to modify its details. | All levels |
Update company infoHARVEST_UPDATE_COMPANY_INFO | Updates company time tracking settings in Harvest. | All levels |
Update estimateHARVEST_UPDATE_ESTIMATE | Update an existing estimate. Use when you need to modify specific fields of an estimate; omit parameters to leave other fields unchanged. | All levels |
Update estimate item categoryHARVEST_UPDATE_ESTIMATE_ITEM_CATEGORY | Updates an existing estimate item category's name in Harvest. | All levels |
Update expenseHARVEST_UPDATE_EXPENSE | Update an existing expense. Use after retrieving an expense to modify project, category, date, cost, or delete a receipt; omit fields to leave unchanged. | All levels |
Update invoiceHARVEST_UPDATE_INVOICE | Update an existing invoice. Use after retrieving invoice details to modify its fields. Supports partial updates; omit fields to leave unchanged. | All levels |
Update projectHARVEST_UPDATE_PROJECT | Update an existing project. Use when you need to modify one or more fields of a project by its ID. Invoke after confirming the project ID and desired changes. | All levels |
Update taskHARVEST_UPDATE_TASK | Update an existing task. Use after retrieving task details to modify its attributes such as name, billing defaults, or status. Supports partial updates; omit fields to leave them unchanged. | All levels |
Update time entryHARVEST_UPDATE_TIME_ENTRY | Update an existing time entry. Use after retrieving the entry to adjust hours, notes, project, or task details. Supports partial updates; omit fields to leave unchanged. | All levels |
Update userHARVEST_UPDATE_USER | Update an existing user. Use when you need to modify a user's profile or settings after confirming the user ID. | All levels |
Just ask in plain language: “check Harvest for …”, “create … in Harvest”, “every Monday, … ”, and the agent finds the right tool, runs it, and reports back with a receipt in your Runs ledger. Anything outward-facing (sending, posting, publishing) that a mission didn't clearly authorize comes back to you as a ticket first.
| Agent says | What's happening | Fix |
|---|---|---|
| "Harvest isn't connected" | No active connection (or this agent is denied) | Connect on the Integrations page; check the agent's per-app policy |
| "The connection has expired" | Harvest ended the authorization (they all do periodically) | Click Reconnect on the account, same settings, one click |
| "I'm not allowed to do that" | The action is above the account's access level, or the agent is scoped down | Raise the level under Manage, or adjust that agent's policy |
| It did something unexpected | The ask was ambiguous (e.g. matched an existing item) | Be explicit, "create a NEW …", and give agents a working folder where relevant |