Projects & organizations

How USSDly isolates your work across billing accounts and projects.

Organizations and projects

An organization is your billing account; it owns one or more projects. Each project isolates its own flows, deployments, providers, API keys and data tables, backed by a dedicated Postgres schema.

Members belong to an organization with a role: owner > admin > member. Invite teammates from Settings → Team.

Switching projects

Switch the active project from the sidebar. The dashboard sends the active project to the API as the x-project-id header, and API keys are scoped to a single project, so a key never sees another project's data.

Because each project is a separate schema, table names can repeat across projects without collision.