CreateAppResult


The CreateAppResult object containing puter.apps.create() result.

Attributes

uid (String)

A string containing the unique identifier of the app. This is a unique identifier generated by Puter when the app is created.

name (String)

A string containing the name of the app.

title (String)

A string containing the title of the app.

index_url (String)

A string containing the URL of the index file of the app. This is the file that will be loaded when the app is started.

subdomain (String)

A string containing the subdomain assigned to the app.

owner (Object)

An object containing information about the owner of the app.

  • username (String): The username of the owner.
  • uuid (String): The unique identifier of the owner.