Agent connected – Rust · SSE · WebSocket

Your CLI is already an API. You just haven't wrapped it yet.

Point Wrapd at any shell command. Get a REST endpoint with live streaming output, API key auth, and zero infrastructure changes.

terminal
$ wrapd run deploy agent=production
> Connecting to hub...
> Agent online ✓
> POST https://api.wrapd.sh/jose/deploy
data: {"line":"Pulling latest image..."}
data: {"line":"Building container..."}
data: {"line":"Deploying to prod-01..."}
data: {"line":"Done. ✓ 3.2s"}

Made for what you have

Trigger any shell script from your workflow automation tool

n8n, Zapier, or any HTTP client calls your Python PDF script. Output streams back live.

wrapd.yaml
endpoints:
  - name: generate-report
    command: python3
    args: [/scripts/report.py, "{params.month}"]
    description: Monthly PDF report generator

You describe it, Wrapd writes the config.

Plain English → complete endpoint config.

prompt
Run a deploy when a PR is merged to main
wrapd.yaml
name: deploy-on-merge
command: /ops/deploy.sh
args: ["{input.branch}", "{input.sha}"]
trigger: webhook
secret: $GITHUB_WEBHOOK_SECRET
public: true
description: Auto-deploy on PR merge

Works for pipelines too. Describe the work, get the flow.

Chain commands.

condition nodes AI nodes stdout piping visual canvas cross-agent

Build multi-step workflows visually. Drag endpoints onto a canvas, wire them together, add conditions and AI processing. Runs on your agents or cloud runners.

Browse pipeline templates
Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.

Pricing

Free
$0
forever
  • 20 endpoints
  • 200 executions / mo
  • 1 agent
  • 60s timeout
  • Community support
Join waitlist
Team
$49/mo + $12/seat
billed monthly
  • Unlimited endpoints
  • 100,000 executions / mo
  • Unlimited agents
  • 1 hr timeout
  • Pipelines, approvals, SSO
Join waitlist
Enterprise
Custom
White-glove deployment and support
  • Custom volume
  • Dedicated infrastructure
  • Custom SLA
  • SSO / SAML
  • Dedicated onboarding engineer
Contact sales

Health check executions don't count against quota.

Early access is open. Launch is April 17th.

Join the waitlist