$5 single node Postgres databases are here. Learn more
Navigation

New API endpoints for organization teams, cluster sizes, and PgBouncer resizes

We've added several new API endpoints.

Organization teams

You can now manage organization teams through the API. Create teams, add members, and control database access:

You'll need the read_organization permission for listing and viewing teams, and write_organization permission to create, update, or delete them.

Read the teams API docs

Cluster sizes

Want to know what cluster sizes are available for your organization? The new cluster sizes endpoint returns all available options, optionally with pricing rates:

Read the cluster sizes API docs

Dedicated PgBouncer management (Postgres)

You can now manage dedicated PgBouncers and resize them via the API:

Dedicated PgBouncer management:

Resize operations:

Read the PgBouncer API docs