Generate shareable URLs for agent sessions using the v2 API.
share = await client.sessions.create_share(session.id) print(share.url)
Was this page helpful?