Skip to main content

Get Attachments

Returns all attachments for a task.

Upload Attachments (Tauri IPC)

Uploads a single file attachment to a task. The frontend handles multiple files by calling this for each file sequentially.

Upload Attachments (HTTP)

Upload one or more files using standard multipart form data. Files should be sent under the files field name.

Delete Attachment

Permanently removes an attachment and its stored file data.
Attachments are stored in the local SQLite database. They are included in the task detail view and can be referenced by Claude agents during task execution.