PersistentAI API Documentation / @persistentai/fireflow-vfs / server / SecretStoreForHook
Interface: SecretStoreForHook
Defined in: packages/fireflow-vfs/src/workflows/hooks/secret-hook.ts:15
Secret store interface for creating secrets This will be implemented when the secret management system is ready
Properties
createSecret()
createSecret: (
input) =>Promise<{id:string; }>
Defined in: packages/fireflow-vfs/src/workflows/hooks/secret-hook.ts:16
Parameters
input
createdAt
Date
description?
string
name
string
ownerID
string
secretType
string
workspaceId
string
Returns
Promise<{ id: string; }>