art.canvas.save
Save the current canvas to a PNG file using a session ID. Provide an optional output path to store the image in a specific location.
Instructions
Save the current canvas to a PNG file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Canvas session ID | |
| output_path | No | Output file path (defaults to artifacts/{session_id}/output.png) |