Create a port
App Ports
Create a port
Adds a new port to the application. Set public: true to expose the port publicly (not available on free plans).
POST
Create a port
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Application UUID
Body
application/json
Response
Create a port
Api_V1_Entities_Port model
Port ID
Internal port number
External port number (null for private ports)
Protocol (tcp or udp)
Whether the port was auto-detected
Creation timestamp
Last update timestamp
Whether the port is publicly exposed
Public endpoint (hostname:port) for public ports

