Getting Started
Supported Platforms
Security and Permissions
User-Pays Model
Examples
chat()
txt2img()
img2txt()
txt2speech()
create()
list()
delete()
update()
get()
signIn()
signOut()
isSignedIn()
getUser()
write()
read()
mkdir()
readdir()
rename()
copy()
move()
stat()
getReadURL()
upload()
router
exec()
set()
incr()
decr()
del()
flush()
Socket
TLSSocket
fetch()
authenticateWithPuter()
alert()GUI
alert()
contextMenu()GUI
contextMenu()
createWindow()GUI
createWindow()
exit()GUI
exit()
getLanguage()
hideWindow()GUI
hideWindow()
launchApp()GUI
launchApp()
on()GUI
on()
onLaunchedWithItems()GUI
onLaunchedWithItems()
onWindowClose()GUI
onWindowClose()
parentApp()GUI
parentApp()
prompt()GUI
prompt()
setMenubar()GUI
setMenubar()
setWindowHeight()GUI
setWindowHeight()
setWindowPosition()GUI
setWindowPosition()
setWindowSize()GUI
setWindowSize()
setWindowTitle()GUI
setWindowTitle()
setWindowWidth()GUI
setWindowWidth()
setWindowX()GUI
setWindowX()
setWindowY()GUI
setWindowY()
showColorPicker()GUI
showColorPicker()
showDirectoryPicker()
showFontPicker()GUI
showFontPicker()
showOpenFilePicker()
showSaveFilePicker()
showWindow()GUI
showWindow()
socialShare()GUI
socialShare()
wasLaunchedWithItems()GUI
wasLaunchedWithItems()
call
appID
env
print()
randName()
AppConnection
App
FSItem
Subdomain
puter.auth.signOut()
Signs the user out of the application.
puter.auth.signOut();
None
<html> <body> <script src="https://js.puter.com/v2/"></script> <script> puter.auth.signOut(); </script> </body> </html>
NEXT
PREVIOUS