One click. Infinite possibilities.
Pre-built integrations that connect your AI agents to external services, APIs, and workflows. Browse, install, and start automating.
20 of 20 powers
Communication
Send messages to a Slack channel via Incoming Webhook. Supports markdown formatting and bot name override.
hooks.slack.com/services
Post messages to a Discord channel via webhook. Supports plain text and a username override.
discord.com/api
Send messages to a Telegram chat via Bot API. Requires a bot token embedded in the URL and the chat ID.
api.telegram.org/bot{token}
Send SMS messages via the Twilio API. Requires Account SID in the URL and auth token as Bearer header.
api.twilio.com/2010-04-01
Send transactional emails via the Resend API. Supports plain text body, from, to, and subject fields.
api.resend.com/emails
Send emails via the Mailgun API. Uses form-compatible flat params with API key authentication.
api.mailgun.net/v3
Send push notifications via ntfy.sh. Free, no auth required. Topic is embedded in the URL.
ntfy.sh/{topic}
Monitoring
Create incidents and trigger alerts in PagerDuty via the Events API v2. Flat JSON body with routing key.
events.pagerduty.com/v2
Data
Fetch current weather conditions for any city. GET request with query params. Requires an API key.
api.openweathermap.org/data
Get live currency exchange rates. Free tier available. Returns rate for a base/target currency pair.
api.exchangerate-api.com/v4
Automation
Trigger a Zapier webhook to start any Zap workflow. Flat JSON body with custom fields forwarded to Zapier.
hooks.zapier.com/hooks
Trigger a Make (Integromat) scenario via custom webhook. Flat JSON body forwarded to the scenario input.
hook.make.com/{webhook_id}
Trigger an IFTTT applet via Webhooks service. Sends up to 3 values as flat parameters.
maker.ifttt.com/trigger
Send a heartbeat ping to Uptime Kuma for monitoring agent health. GET request with status and message.
your-kuma.example.com/api
Developer Tools
Invoke a Supabase Edge Function with flat JSON body. Bearer token auth via the anon or service key.
{project}.supabase.co/functions
Call a Vercel serverless function endpoint with flat JSON body. Supports Bearer auth header.
your-project.vercel.app/api
Invoke a Cloudflare Worker endpoint with flat JSON body. Use Bearer or custom header for auth.
your-worker.{account}.workers.dev
Report custom events to Sentry via the HTTP API. Flat body with message, level, and tags fields.
sentry.io/api
Trigger a Pipedream workflow via HTTP request. Flat JSON body forwarded as workflow input.
{endpoint_id}.m.pipedream.net
Trigger an n8n workflow via webhook node. Flat JSON body forwarded as workflow input data.
your-n8n.example.com/webhook
Can't find what you need? Create custom powers with our developer tools and connect any API.