Legal

Privacy

/* How CapyDB handles your account, organization, and database data. */

SECTOR 0x01

Account and organization data

Sign-in is handled by Clerk. CapyDB stores organization details mapped from your Clerk organization, along with project, job, and API-key records.

SECTOR 0x02

Database and operational data

Customer database content lives in isolated database cells on the nodes we operate. Control-plane metadata lives in a separate Postgres database. Backups, restore records, preview metadata, and import jobs are tracked by the control plane.

SECTOR 0x03

Access controls

  • >>Clerk session tokens can authorize normal dashboard requests
  • >>Organization API keys authorize programmatic access
  • >>API keys are stored only as hashes - we cannot read them back
  • >>Organization scoping is enforced in the backend