Create an app
Create an app. The hostname is {slug}-{shortId}.runtype.run; a client token scoped to that origin is auto-provisioned. Upload a version and activate it to start serving.
Authentication
AuthorizationBearer
API key or Clerk session token
Request
This endpoint expects an object.
name
slug
Hostname slug: lowercase letters, digits, and hyphens; must start with a letter. The app serves at {slug}-{shortId}.runtype.run.
description
visibility
Allowed values:
Response
App created
activeVersionId
clientTokenId
createdAt
description
hostname
id
name
shortId
slug
status
updatedAt
url
visibility
Errors
400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
500
Internal Server Error