Skip to main content

SeaTable

SeaTable is a cloud spreadsheet-database hybrid. This package provides full CRUD operations on rows (create, get, list, update, delete), keyword search, SQL queries, row locking/unlocking, cross-table row linking, file upload and asset URL retrieval, and base metadata inspection. Nodes can either use a shared connection via the Connect/Disconnect pattern (client ID passing) or authenticate independently with inline credentials. Authentication is via API Token scoped to a single base. Works with both SeaTable Cloud and self-hosted instances: the Connect node exposes a required Base URL input (defaults to https://cloud.seatable.io), and every other node exposes an optional Base URL option for when credentials are used directly without a Connect node.

NamespaceRobomotion.SeaTable
Version1.1.0
CategoryDatabase, Productivity
Nodes18

Nodes

NodeDescription
ConnectOpens a connection to SeaTable and returns a Client ID.
DisconnectCloses a SeaTable connection.
Create RowCreates a row in SeaTable.
Get RowGets a row in SeaTable.
List RowsLists rows in SeaTable.
Update RowUpdates a row in SeaTable.
Delete RowDeletes a row in SeaTable.
Lock RowLock Row — see the properties below.
Unlock RowUnlock Row — see the properties below.
Search RowsSearches rows in SeaTable.
SQL QuerySQL Query — see the properties below.
Create LinkCreates a link in SeaTable.
Delete LinkDeletes a link in SeaTable.
Upload FileUploads a file in SeaTable.
Get Asset URLGets an asset url in SeaTable.
Get MetadataGets a metadata in SeaTable.
API CallAPI Call — see the properties below.
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

17 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Create Row, Get Row, List Rows, Update Row, Delete Row, Lock Row, Unlock Row, Search Rows, SQL Query, Create Link, Delete Link, Upload File, Get Asset URL, Get Metadata, API Call.

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.