Documentation Index
Fetch the complete documentation index at: https://libretto.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
Use the sessions API to create and close hosted browser sessions directly.All routes on this page require
x-api-key.
POST /v1/sessions/create
Start a hosted browser session.
Request fields:
timeout_seconds: optional session timeout, default3600, max7200
successsession_idcdp_urllive_view_urlrecording_url
POST /v1/sessions/close
Close a hosted browser session by provider session id.
Request fields:
session_id: session id returned fromsessions/create
successmessagereplay_url
Libretto Cloud API overview
See the shared request format.
Jobs and Logs
Run workflows and inspect results.
Deployments and Workflows
Deploy workflows before invoking them.