Browser-agent result artifacts
Download from a browser
maxBytes when your app accepts files from the web. Treat every downloaded file as untrusted input until your application validates it.
Write a generated artifact
Playwright execution can produce browser evidence that is not a site download. Use artifacts for generated files or extracted evidence that should not be squeezed into the final text answer.Production notes
- Store artifact IDs and source URLs with the job result.
- Do not squeeze large files into a final answer.
- Treat files from the web as untrusted input.
- Keep signed file URLs and bearer capabilities out of public logs.