Keychain
5 tools in this family (folder Editor/Tools/Keychain/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
keychain_delete_secret | writes | Delete a secret from the OS keychain AND any encrypted EditorPrefs fallback entry |
keychain_migrate_from_editorprefs | writes | Scan EditorPrefs for known Buril legacy plaintext secret keys (Anthropic, OpenAI, |
keychain_read_secret | destructive | Retrieve a secret from the OS keychain (or encrypted EditorPrefs fallback). |
keychain_status | read-only | Report the OS keychain backend Buril will use for secret storage. |
keychain_store_secret | destructive | Store a secret (API key, token, etc.) in the OS keychain. |