Skip to content
Docs

9 results

Products

Seren DB

SerenDB is serverless, open-source Postgres built for fast database and schema branching. It separates storage from compute so a project can create a branch in well under a second, then scale each branch independently. Branches provide isolated environments for agents, previews, and tests.

Why it exists

Branch a database like you branch code

A copy-on-write branch shares storage with its parent until it diverges, so creating one is cheap and fast. Give an agent or a preview environment its own branch to work against, then discard it when the task is done without applying those changes directly to the primary.

Employee working data

Private by default, shared only when you choose

A skill can declare that it needs a database and choose organization or user scope. Seren creates or reuses the matching database automatically. Users and skill authors work with the skill name and a simple database identifier instead of project IDs, connection strings, or database passwords.

When a group of employees needs to coordinate on the same records, their skill declares organization scope. User scope gives each user a separate database for that skill. SerenDB storage is encrypted at rest, access is checked for every request, and removing an employee does not delete the organization's or user's skill data.

Review employee storage

For developers

Connect apps and agents

Create projects and isolated branches, then connect applications, previews, tests, or agent workers to the environment they need. The Seren SDK examples demonstrate the complete project and branch workflow.