Skip to main content

Baserow

Manages rows, fields, and tables in Baserow, an open-source no-code database platform. Provides full CRUD operations on rows (list with filtering/sorting/pagination/search, get by ID, create, update, delete), plus field (column) schema discovery. Supports both self-hosted and cloud Baserow instances via configurable base URL. All operation nodes can authenticate either through a shared Connect/Disconnect session (client ID pattern) or with direct per-node credentials and base URL. Auth uses Baserow database tokens with granular table-level permissions.

NamespaceRobomotion.Baserow
Version1.1.0
CategoryDatabase, Productivity
Nodes9

Nodes

NodeDescription
ConnectOpens a connection to Baserow and returns a Client ID.
DisconnectCloses a Baserow connection.
List RowsLists rows in Baserow.
Get RowGets a row in Baserow.
Create RowCreates a row in Baserow.
Update RowUpdates a row in Baserow.
Delete RowDeletes a row in Baserow.
List FieldsLists fields in Baserow.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

8 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, List Rows, Get Row, Create Row, Update Row, Delete Row, List Fields.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.