Create Organization
Organizations
Create Organization
Create a new organization
POST
Create Organization
Creates a new organization. The authenticated user automatically becomes the organization owner with full permissions.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
Requires a valid Bearer token.
Request Body
Organization display name. Between 1 and 100 characters.
URL-friendly identifier. Lowercase letters, numbers, and hyphens only. Between 3 and 50
characters. Must match the pattern
^[a-z0-9]+(?:-[a-z0-9]+)*$.Organization description. Maximum 500 characters.
URL of the organization logo image. Must be a valid URI.
Response
Organization identifier.
Organization name.
URL slug.
Description.
Logo URL.
Organization settings (branding, features, billing).
User ID of the creator.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Invalid slug format or missing required fields |
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
409 | CONFLICT | Organization slug already exists |

