Farmbrite
Automate Farmbrite farm and ranch operations for livestock, crops, harvests, inventory, orders, tasks, equipment, treatments, and contacts.
Tools
| Name | Description |
|---|---|
list_recordsList Farmbrite records such as livestock, crops, harvests, inventory, orders, tasks, equipment, treatments, or contacts. | List Farmbrite records such as livestock, crops, harvests, inventory, orders, tasks, equipment, treatments, or contacts. |
get_recordGet a Farmbrite record by ID. | Get a Farmbrite record by ID. |
create_recordCreate Record in Farmbrite. | Create Record in Farmbrite. |
update_recordUpdate Record in Farmbrite. | Update Record in Farmbrite. |
patch_recordPatch Record in Farmbrite. | Patch Record in Farmbrite. |
delete_recordDelete a Farmbrite record by ID. | Delete a Farmbrite record by ID. |
add_inventoryAdd Inventory for a Farmbrite inventory type. | Add Inventory for a Farmbrite inventory type. |
remove_inventoryRemove Inventory for a Farmbrite inventory type. | Remove Inventory for a Farmbrite inventory type. |
Triggers
| Name | Description |
|---|---|
new_or_updated_recordPoll Farmbrite for new or recently updated records in a selected resource. | Poll Farmbrite for new or recently updated records in a selected resource. |
Quick Start
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.