Skip to content

Tables

Structured, queryable data storage that workflows and apps read and write.

Tables are Bifrost’s built-in structured data store. Workflows, agents, and apps read and write rows through the SDK, giving you persistent state without having to spin up an external database.

Each table has a defined schema and is scoped to your platform. Rows are addressable by primary key and can be filtered, paginated, and updated from any workflow execution.