Push main, publish skill content, deploy all components
curl --request POST \
--url https://api.kazzle.app/api/apps/{driveItemId}/publish \
--header 'Authorization: Bearer <token>'{
"ok": true,
"deployed": true,
"deploySkipped": true,
"deployError": "<string>",
"url": "<string>",
"appFlyName": "<string>",
"targetAppId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.kazzle.com/llms.txt
Use this file to discover all available pages before exploring further.
Better Auth JWT token
curl --request POST \
--url https://api.kazzle.app/api/apps/{driveItemId}/publish \
--header 'Authorization: Bearer <token>'{
"ok": true,
"deployed": true,
"deploySkipped": true,
"deployError": "<string>",
"url": "<string>",
"appFlyName": "<string>",
"targetAppId": "<string>"
}