mild-run

Human approval gate for AI agents.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключRU / СНГБесплатноМожет изменять данные

Что умеет

  • 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.

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

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.

Список инструментов сервера (7)

Технические названия из tools/list. Нужны только разработчикам.

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.