Hi @AAong ,
you can share a project outside the organization by using the "Share" feature, that allow you to send a workspace in PDF or CSV format to anyone.
If you want to share an editable workspace outside the org, it's not possible. Same for the segments.
A possible solution is by using APIs:
- download the segment definition via API from Org A
- create a segment with the same payload in Org B
Same for the projects.
You need to carefully verify the ID references in the payload (especially for the projects) because they change from Org A to Org B.
Example: a workspace is using a custom daterange that have the ID XXX in Org A. In the payload, this must be replaced with YYY that is the id of that daterange in Org B.
Hope this helps.
best.