Actions
| Name | Description |
|---|---|
baserow_create_rowCreates a new row. | Creates a new row. |
baserow_delete_rowDeletes an existing row. | Deletes an existing row. |
baserow_get_rowFetches a single table row. | Fetches a single table row. |
baserow_list_rowsFinds a page of rows in given table. | Finds a page of rows in given table. |
baserow_update_rowUpdates an existing row. | Updates an existing row. |
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: 'baserow',
actionName: 'baserow_create_row',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Baserow to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Baserow support?
Baserow supports 6 actions including Create Row, Delete Row, Get Row, List Rows, Update Row, and more.
Can I use Baserow with AI agents?
Yes. Add Baserow 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 Baserow use?
Baserow uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Baserow integration cost?
The Baserow integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Baserow in 2 minutes
Get 1,000 free actions every month. No credit card required.