Point Wrapd at any shell command. Get a REST endpoint with live streaming output, API key auth, and zero infrastructure changes.
name: deploy
command: ./deploy.sh
args: ["{params.env}"]$ wrapd-agent
Agent online. 1 endpoint registered.
WebSocket connected (outbound).$ curl https://api.wrapd.sh/v1/jose/deploy
data: { "line": "Deploying..." }
data: { "line": "Done. ✓" }n8n, Zapier, or any HTTP client calls your Python PDF script. Output streams back live.
endpoints:
- name: generate-report
command: python3
args: [/scripts/report.py, "{params.month}"]
description: Monthly PDF report generatorstdout streams line by line. No polling.
GitHub, Stripe, Shopify. HMAC verified.
5-field cron. Hub fires it, agent runs it.
Stored in dashboard, injected into agent env at runtime.
Lock a key to specific endpoints.
Name agents production, staging. Endpoints declare which runs them.
Require sign-off before sensitive endpoints run. One-click approval links. Team tier.
Invite your team. Each member gets their own login, scoped API keys, and role-based access. 3 seats included.
helm install wrapd-agent — deploy to any Kubernetes cluster in 30 seconds.
Plain English → complete endpoint config. Command, args, params, schedule — ready to run.
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 mergeSame for pipelines. Describe a multi-step workflow, AI generates the graph.
Health check executions don't count against quota.