Tool to create a secret in the Stripe Secret Store. Use when you need to securely persist secrets for use by UI Extensions and app backends.
nameRequiredstringA name for the secret that's unique within the scope. This describes the secret's identifier within your application.
payloadRequiredstringThe plaintext secret value to be encrypted and stored. The encrypted secret value that gets stored securely.
expires_atintegerUnix timestamp indicating when the secret should expire and become inaccessible. Enables automatic secret expiration for enhanced security.
scope_typeRequiredstringThe scope type - either 'account' (makes secrets accessible to all dashboard users and app backends) or 'user' (restricts access to one specific dashboard user plus the app backend).
scope_userstringUser ID - required when scope_type is 'user', omitted for 'account' type. The user whose secret to create.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.