mild-run

Human approval gate for AI agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredRU / CISFreeCan modify data

What it can do

  • Stripe Refund: Issue a Stripe refund with human approval. Sends a Telegram or email notification to the account owner before any money is moved. The agent waits for your tap — Approve executes the ref
  • Stripe Subscription Cancel: Cancel a Stripe subscription with human approval. Cancels immediately — irreversible. You receive a notification with the subscription ID before any action is taken.
  • Stripe Customer Delete: Permanently delete a Stripe customer with human approval. Irreversible — all associated payment methods, subscriptions, and invoices are removed.

What data it sees

Do you need an account

An API key from the service settings is required

Human approval gate for AI agents. Intercepts Stripe, Gmail, and Slack actions — sends a Telegram tap to approve or block before anything executes. No code, no webhook, no SDK. Free tier: 30 approvals/month.

Server tool list (7)

Raw names from tools/list. Only developers need these.

stripe_refundIssue a Stripe refund with human approval. Sends a Telegram or email notification to the account owner before any money is moved. The agent waits for your tap — Approve executes the refund, Block cancels it.
stripe_subscription_cancelCancel a Stripe subscription with human approval. Cancels immediately — irreversible. You receive a notification with the subscription ID before any action is taken.
stripe_customer_deletePermanently delete a Stripe customer with human approval. Irreversible — all associated payment methods, subscriptions, and invoices are removed.
stripe_payoutCreate a Stripe payout to the connected bank account with human approval. Requires your explicit tap before funds are transferred.
gmail_send_emailSend an email via Gmail with human approval. Requires Gmail connected in your mild.run dashboard. The agent cannot send email without your explicit approval — even under prompt injection.
slack_post_messagePost a message to a Slack channel with human approval. Requires Slack connected in your mild.run dashboard. Prevents agents from sending unauthorized messages to your team.
get_approval_statusCheck the status of a pending mild.run approval request. Call immediately after any action tool, then poll every 30 seconds until status is approved, blocked, or timeout.