tunnels
Installation
SKILL.md
Tunnels & Public Sharing
Creating Tunnels
Tunnels expose a local port publicly via a secure URL, enabling you to share previews, reports, and services externally.
# Create a tunnel to a local port
aiter tunnel create --localPort 3000 --label "Preview" --expiresIn 3600
# Associate tunnel with a project
aiter tunnel create --localPort 8080 --projectId project-123 --label "API" --expiresIn 7200