# Create an org **POST /orgs** Create an org ## Servers - Production server: https://api.statebacked.dev (Production server) ## Parameters ## Body parameters Content-type: Create an org - **name** (string) - **allowAnonymousAccess** (boolean) If true, a key, trusted identity provider, and token provider that support anonymous access will be created for the org. The usual authorization checks still apply at the machine level so individual reads and writes for anonymous access depends on your `allowRead` and `allowWrite` implementations. Auth context for anonymous tokens includes Session ID (`sid`), Device ID (`did`), and `{ "auth": "anonymous" }`. ## Responses ### 200: New org #### Body Parameters: (object) - **id** (string) An identifier for an organization [Powered by Bump.sh](https://bump.sh)