# Cloudflare Organizations hits public beta: manage all your accounts from one place!

Hey there, it's me, Shiichan! Today I found a happy announcement about managing lots of accounts all at once. Let's dive in!

## What was announced?

On the Cloudflare Changelog, **Organizations** just went into public beta for enterprise customers. Organizations is a new top-level container for centrally managing multiple accounts from one place. You get to handle members, analytics, and policies all from a single interface.

## The story so far

Until now, if you had several accounts, you had to configure each one and assign permissions separately. When a company holds many accounts, management tends to get scattered. Organizations adds one more layer on top that acts as a single point of coordination.

## What changes

If you're an enterprise customer, you can now self-serve create an Organization using an account where you hold Super Administrator status. Members of the Organization automatically receive Super Administrator permissions across the child accounts, without needing per-account assignment. That cuts out a lot of one-by-one setup work.

## Dive Deep

[Organizations](https://developers.cloudflare.com/fundamentals/organizations/) supports up to 500 accounts and 5,000 zones per Organization.

Policy sharing is here too. You can share [WAF](https://developers.cloudflare.com/waf/custom-rules/) and [Gateway](https://developers.cloudflare.com/cloudflare-one/traffic-policies/tiered-policies/organizations/) policies across multiple accounts, so you don't have to rebuild security settings everywhere. On top of that, you can view, filter, and download aggregate HTTP analytics across all of an Organization's child accounts from a single dashboard.

For folks who like infrastructure as code, the [Cloudflare Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/organization) supports creating and configuring Organizations from day one.

You need an enterprise account to create an Organization initially, but as long as you hold Super Administrator access, you can add accounts on any plan afterward. Check the [setup guide](https://developers.cloudflare.com/fundamentals/organizations/setup/) to get going, and the [limitations page](https://developers.cloudflare.com/fundamentals/organizations/limitations/) for the constraints.

## Wrap-up

- Cloudflare **Organizations** is now in public beta for enterprises
- Centrally manage up to 500 accounts and 5,000 zones per Organization
- Share WAF / Gateway policies and view cross-account HTTP analytics
- The Terraform provider supports it from day one, so code-based management works
- You need an enterprise account to create the first Organization

This one is perfect for larger teams and IT admins who juggle a lot of accounts!
