Data

Postgres

Provision one isolated database for each Hosted Team.

Start Shimpz locally

Start the local Shimpz Admin with the verified stable image. Services are managed by your Space, not installed from this page.

curl -fsSL https://install.shimpz.com | sh

What it does

The Hosted Team lifecycle provisions one least-privilege Postgres database (proj_team_<id>) for Team-owned state. Assistants cannot declare or receive a PostgreSQL Service binding.

Everything it does 5

  • A dedicated database (proj_team_<id>), provisioned with the Hosted Team
  • A least-privilege role scoped to that database only
  • A scoped connection for the Team — never an administrator credential
  • Isolation from every other Team database and from platform data
  • Idempotent retirement and final removal with Team teardown