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.
| Namespace | Robomotion.Baserow |
| Version | 1.1.0 |
| Category | Database, Productivity |
| Nodes | 9 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Baserow and returns a Client ID. |
| Disconnect | Closes a Baserow connection. |
| List Rows | Lists rows in Baserow. |
| Get Row | Gets a row in Baserow. |
| Create Row | Creates a row in Baserow. |
| Update Row | Updates a row in Baserow. |
| Delete Row | Deletes a row in Baserow. |
| List Fields | Lists fields in Baserow. |
| Toolkit | Exposes 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.
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.