taikutaiku
User GuidePluginsAPI Reference

Plugin Storage

Persistent per-user file storage for plugins.

Plugin Storage is for files that should persist across sessions.

Use it when:

  • JSON KV is too small or the wrong shape
  • a plugin needs to upload or download files
  • the data belongs to one user and one plugin

The read route returns raw bytes. The actual Content-Type depends on the stored filename.