CreateOrganizationReq

  • name
    Type: string
    required

    Display name for the organization

  • timezone
    Type: string
    required

    IANA timezone applied to the starter test namespace created alongside the organization. Not stored on the organization itself — a timezone belongs to a namespace, which is what renders documents.

    Required — a namespace with no timezone cannot render a date, so omitting it returns 400. Must be a Region/City name (America/New_York) or UTC; abbreviations (EST) and fixed offsets (Etc/GMT+8) are also rejected with 400, because they do not observe daylight saving.