Agent browsers

Fetch a browser screenshot

Returns screenshot as base64 PNG, or null when absent. artifactId is the command ID from the result. Request bodies are limited to 64,000 characters.

post/browser-sessions/artifact

Request body

projectIdstring required
sessionIdstring required
artifactIdstring required

Response

Returns screenshot as base64 PNG, or null when absent. artifactId is the command ID from the result.

screenshotstring nullable required

Base64-encoded PNG when present.

Changes