← Back to Product Feed

Hacker News Show HN: Cush – curl your shell, an HTTP tunnel for AI agents

A secure, temporary, outbound HTTPS tunnel that enables AI agents and HTTP clients to execute constrained CLI commands on remote servers, bypassing traditional access complexities (VPNs, firewalls, SSH) and requiring no server-side infrastructure changes.

3
Traction Score
1
Discussions
Apr 16, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
A secure, temporary, outbound HTTPS tunnel that enables AI agents and HTTP clients to execute constrained CLI commands on remote servers, bypassing traditional access complexities (VPNs, firewalls, SSH) and requiring no server-side infrastructure changes.
Cush addresses a critical security and operational challenge in integrating AI agents with remote server environments. By providing a constrained, authenticated, and temporary HTTP tunnel, it enables agents to perform diagnostic and troubleshooting tasks without exposing the entire server or requiring complex infrastructure changes. This solution bypasses traditional access hurdles like VPNs and firewalls, significantly reducing friction for AI-driven operations. The emphasis on granular command control and short-lived tunnels ensures a secure posture, making it attractive for enterprises hesitant to grant broad access to AI. Cush facilitates safer, more efficient AI agent deployment for server management and incident response.
I built cush because coding agents can be helpful to diagnose and troubleshoot server issues.The problem is that getting said agents onto a remote server, especially one you don't control, means dealing with VPNs, bastion hosts, firewall rules, access controls, or audit trails. That's assuming SSH isn't even blocked.cush takes a different approach. Instead of a shell, it opens a temporary, outbound HTTPS tunnel that lets you and your AI agent run constrained CLI commands on the server: $ cush open --allow grep,cat,tail --expiry 2h

tunnel: https://abc123.ngrok.io
token: a3f9c2d1...
allowed: grep, cat, tail
expires: in 2h

Now any agent or HTTP client can execute allowed commands: $ curl -X POST https://abc123.ngrok.io \
-H "Authorization: Bearer a3f9c2d1..." \
-H "Content-Type: application/json" \
-d '{"command": ["grep", "-r", "ERROR", "/var/log/app.log"]}'

>>> {"stdout":"ERROR database connection refused\n","stderr":"","exit_code":0}

Point any agent at the tunnel's URL: $ claude "use https://abc123.ngrok.io with token a3f9c2d1... to find what's causing the 500 errors"

Tunnels are authenticated, constrained, and short-lived. No server-side infrastructure changes required. Just a 7MB Rust binary + ngrok.Looking for feedback, and 2-3 design partners to build audit trails.
HTTP tunnel AI agents constrained CLI commands remote server VPNs bastion hosts firewall rules access controls

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is Cush – curl your shell, an HTTP tunnel for AI agents?
Cush – curl your shell, an HTTP tunnel for AI agents is analyzed by our AI as: A secure, temporary, outbound HTTPS tunnel that enables AI agents and HTTP clients to execute constrained CLI commands on remote servers, bypassing traditional access complexities (VPNs, firewalls, SSH) and requiring no server-side infrastructure changes.. It focuses on Cush addresses a critical security and operational challenge in integrating AI agents with remote server environments. By providing a constrained, ...
Where did Cush – curl your shell, an HTTP tunnel for AI agents originate?
Data for Cush – curl your shell, an HTTP tunnel for AI agents was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was Cush – curl your shell, an HTTP tunnel for AI agents publicly launched?
The initial public indexing or launch date for Cush – curl your shell, an HTTP tunnel for AI agents within our tracked developer communities was recorded on April 16, 2026.
How popular is Cush – curl your shell, an HTTP tunnel for AI agents?
Cush – curl your shell, an HTTP tunnel for AI agents has achieved measurable traction, logging over 3 traction score and facilitating 1 recorded discussions or engagements.
Which technical categories define Cush – curl your shell, an HTTP tunnel for AI agents?
Based on metadata extraction, Cush – curl your shell, an HTTP tunnel for AI agents is categorized under topics such as: HTTP tunnel, AI agents, constrained CLI commands, remote server.
What are some commercial alternatives to Cush – curl your shell, an HTTP tunnel for AI agents?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as Seller by Facebook, which offers overlapping value propositions.
How does the creator describe Cush – curl your shell, an HTTP tunnel for AI agents?
The original author or development team describes the product as follows: "I built cush because coding agents can be helpful to diagnose and troubleshoot server issues.The problem is that getting said agents onto a remote server, especially one you don't control, means de..."

Community Voice & Feedback

No active discussions extracted yet.

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.