Fork Team Session
Teams
Fork Team Session
Deep-copy a team session into a new independent session. Every run is copied with a fresh run_id; the new session has a fresh session_id. The original is untouched. Use to explore alternative conversation paths without mutating the source.
Distinct from /continue?fork=true: that creates a sibling run inside the same session. This creates a sibling session.
POST
Fork Team Session
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.