Skip to main content
Generate a public URL that anyone can open to watch the entire agent session — no API key needed. Useful for sharing with teammates, stakeholders, or embedding in dashboards.
share = await client.sessions.create_share(session.id)
print(share.url)