Weavz
Farmbrite

Farmbrite

Automate Farmbrite farm and ranch operations for livestock, crops, harvests, inventory, orders, tasks, equipment, treatments, and contacts.

8 tools
1 trigger

Tools

Name
list_records

List Farmbrite records such as livestock, crops, harvests, inventory, orders, tasks, equipment, treatments, or contacts.

get_record

Get a Farmbrite record by ID.

create_record

Create Record in Farmbrite.

update_record

Update Record in Farmbrite.

patch_record

Patch Record in Farmbrite.

delete_record

Delete a Farmbrite record by ID.

add_inventory

Add Inventory for a Farmbrite inventory type.

remove_inventory

Remove Inventory for a Farmbrite inventory type.

Triggers

Name
new_or_updated_record

Poll Farmbrite for new or recently updated records in a selected resource.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Farmbrite to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Farmbrite support?

Farmbrite supports 8 tools including List Records, Get Record, Create Record, Update Record, Patch Record, and more.

Can I use Farmbrite with AI agents?

Yes. Add Farmbrite 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 Farmbrite be used in stateful agent workflows?

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

Farmbrite uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Farmbrite integration cost?

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

What triggers does Farmbrite support?

Farmbrite supports 1 triggers including New or Updated Record.

Connect Farmbrite in minutes

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