Create a new organization.
Bearer token for authentication
Organization Create Request
Payload for creating an Organization in Twine.
The organization's name
"AcmeCorp Inc."
The UUID of the user who will own the organization in Twine. This user must exist in the same organization as the role being used to create the new organization.
"018eae56-8f9d-7ca0-bea3-17f3db6cf75b"
Roles to create in the new organization
If set, a breaker suppression is created for the new organization (scope :organization) ending at this timestamp. Auto-trip sources (error-rate, change-magnitude) are silenced for this org and its descendants until then. Useful for onboarding windows where signal noise is expected.
"2026-05-01T00:00:00Z"
Free-form reason recorded on the suppression row. Ignored if suppression_ends_at is not set.
"onboarding"
The organization's VAT number
"SE556677889901"
Organization Response
A response object with a single organization
An object representing an organization in Twine. Please note that the primary key for organizations is org_id, not id.