Skip to content

secrets

Stores Bot secrets and manages carrying them between Bots.

Entry points and registration

extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.

Implementation Purpose
secrets-service.ts Secrets Service
bot-secret-carry.ts Bot Secret Carry

Dependencies and change boundaries

Declared Host dependencies: auth · forever-box.

Keep secret scope intact and never write values into diagnostics, documentation, or media.

See Configuration for activation policy and Features for support status.

← Host extension map · Host