Introduction
Getting Started
Examples
Security and Permissions
User Pays Model
chat()
txt2img()
img2txt()
txt2speech()
create()
list()
delete()
update()
get()
signIn()
signOut()
isSignedIn()
getUser()
write()
read()
mkdir()
readdir()
rename()
copy()
move()
stat()
getReadURL()
upload()
exec()
router
set()
incr()
decr()
del()
flush()
Socket
TLSSocket
fetch()
authenticateWithPuter()
alert()GUI
alert()
contextMenu()GUI
contextMenu()
createWindow()GUI
createWindow()
exit()GUI
exit()
getLanguage()
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()
showOpenFilePicker()
showSaveFilePicker()
showDirectoryPicker()
showColorPicker()GUI
showColorPicker()
showFontPicker()GUI
showFontPicker()
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>
PREVIOUS
NEXT