# Create network **POST /networks** Creates a new network with the given name. The user automatically becomes a member of the network. ## Servers - https://example.com: https://example.com () ## Authentication methods - Bearer token ## Parameters ## Body parameters Content-type: application/json - **network_name** (string) The regex means: lowercase letters and numbers, separated by dashes, with no leading, trailing, or double dashes. ## Responses ### 201: Created #### Body Parameters: (object) - **network_identifier** (string) ### 400: Bad Request ### 401: Unauthorized ### 409: Conflict [Powered by Bump.sh](https://bump.sh)