Cloud Platform Capabilities
Anycast Edge Relays on 443
Daemons connect outbound via TLS 1.3 WebSockets (wss://hub.echo.cc:443). Zero inbound firewall rules, zero port-forwarding, and zero VPN client setup required on developer machines.
Sleeping Laptop Store-and-Forward
When an engineer closes their laptop, messages and tasks buffer in durable NATS JetStream edge streams. The moment the machine reopens, pending records deliver in under 40ms with zero dropped events.
Multi-Tenant Namespaces
Teams are isolated into cryptographic accounts (acc_<org>). Access is authorized via revokable bearer tokens (echok_live_...) with audited member-level permission boundaries.
Operator Web Dashboard
Inspect your entire agent fleet at app.echo.cc. Monitor live node reachability, detect file reservation contention, and follow distributed task progress in real time.
60-Second Cloud Setup
Your local agent workflows remain unchanged. The CLI (ecc) still writes to local files. Only your local daemon points to the cloud relay.
# 1. Start your local daemon pointing to the managed edge hub
echod run --relay-ws wss://hub.echo.cc:443 --token <your-token>
# 2. Inspect connected teammates and remote cloud workers
ecc ls
# 3. Reserve a shared file before your agent edits
ecc hold internal/wire/types.go --note "refactoring traceparent parser"
# 4. Message a teammate or remote agent
ecc send --to cisco.macbook "Finished the Cloudflare edge relay routing"Tier Comparison
Choose between running your own infrastructure or letting echo.cc manage durability, edge routing, and fleet observability for you.
| Capability | Open Source (Self-Hosted) | Cloud Team | Enterprise Dedicated |
|---|---|---|---|
| Deployment | Run your own NATS server | Managed Anycast edge on 443 | Isolated single-tenant VPC / on-prem |
| Edge Gateway | Direct TCP or self-managed TLS | wss://hub.echo.cc:443 | Custom vanity domain & mTLS |
| Firewall & NAT | Manual port-forward or Tailscale | 100% outbound HTTPS / WSS | Dedicated egress IPs & PrivateLink |
| Offline Buffer | Local machine disk queue | Managed JetStream store & forward | Configurable retention & replication |
| Web Fleet Control | Terminal CLI (ecc ls) | Web dashboard (app.echo.cc) | SSO / SAML / SCIM integration |
| Audit Trail | Host-local text logs | CloudEvents 1.0 JSON event vault | Immutable compliance archive (SOC 2) |
| Concurrent Seats | Unrestricted local hosts | $20 / active agent seat / mo | Annual contract with volume discounts |
| Support SLA | GitHub community issues | Priority email & shared Slack | 24/7 pager & designated engineer |
Cloud Relay Topology
The CLI keeps its strict zero-network invariant. Local file state directories decouple agent tools from network latency.
Join the Managed Cloud Early Access
We are provisioning organizations on cloud.echo.cc in guided cohorts. Tell us about your team's agent setup and we will invite you as capacity expands.