tunnels
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
Parameters:
| Param | Required | Description |
|---|---|---|
localPort |
Yes | Local port to expose |
projectId |
No | Associated project ID |
More from within-7/aiter
notifications
Multi-target notification system. Send app, IM, and webhook notifications with priority levels, quiet hours, and history tracking.
2memory
Persistent memory system for the AiTer Agent. File formats, read/write patterns, search techniques, and maintenance rules for tasks, knowledge, contacts, journal, orchestration state, monitors, and configuration.
1aiter-control
Control AiTer terminal client via CLI commands. Create projects, manage terminals, read/write terminal output, and coordinate multi-agent workflows.
1reporting
Report generation and distribution. Gather data from multiple sources, format structured reports, and distribute via IM, notifications, or shared tunnel URLs.
1orchestration
Multi-project orchestration patterns. Plan format, inter-agent communication protocol, dispatch workflow, task templates, monitoring loops, and persistent state tracking via memory files.
1platform-core
Foundation skill for the AiTer Agent Platform. Provides identity framework, autonomous decision rules, environment detection, full AiTer CLI command reference across all 11 namespaces, and persistent memory basics.
1