generate-app-key
function
The generate-app-key
action generates an temp app key on the server. Just used for temp apps and testing for now I guesss. It belongs to the appdev category within the platform area.
Action Syntax
generate-app-key "text"
A quoted text string
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = generate-app-key
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = generate-app-key "aid"
Action code: 2507789858
Version: 0.6.4-0
Last updated: 2025-06-13