Skip to content

Storage

bb 0.43.3SDK 0.4.104pinned e865697 (desktop-v0.43.3)

stable Plugin backend Show on the zone map

Stores the plugin's data on the bb server. With this, a plugin can:

Namespaced KV plus your own SQLite

What it gives you

  • Get a key-value store for small values such as flags and cursors
  • Store internal credentials in plugin KV without exposing settings fields
  • Get its own SQLite database, with migrations, for larger or relational data
  • Reject a changed or reused migration number before it can hide a schema change
  • Read and write only its own namespace; other plugins cannot see it

API

Each symbol links to the pinned commit it was read at.

Used by

Automations, Custom instructions, Docs, GitHub, Keep Awake, Memory, Remote access, Side chat, Tasks, Workflows

The brief is Markdown, written for a coding agent: what the capability is, where it registers, every SDK symbol with a pinned permalink, the rules that bite, and what done means.