Skip to main content
Docs navigation

Powers

Ready-to-run workflows that orchestrate connectors and AI to do real work.

A Power is a packaged automation — it chains your connected accounts (connectors) with AI to complete a task end-to-end. Each Power has a fixed Winds cost and only spends Winds when it runs successfully.

What you can build

A few things an agent can do with a single Power:

  • Turn a product photo into a review-ready draft (power-image-to-draft).
  • Auto-reply to Instagram comments in your brand voice (power-instagram-comment-reply).
  • Turn a YouTube video into a WordPress post (power-youtube-to-blog).

Run a Power

Powers run through the executePower GraphQL mutation (exposed to agents via the MCP server and API). Discover what's available with listPowers.

graphql
mutation {
  executePower(
    powerId: "power-image-to-draft",
    input: "{\"imageUrl\":\"https://...\"}"
  )
}

Pre-flight checks run before any Winds are spent: unknown Power → UNKNOWN_POWER; a paid-only Power on the free tier → PAID_ONLY; not enough Winds → INSUFFICIENT_WINDS (with your balance and the shortfall).

The catalog

15 Powers ship today. Costs mirror the live backend registry. The Winds column also tells you how far the free Dinghy tier goes — at 40 Winds/week, a 2-Wind Power gives you ~20 runs per week; a 5-Wind Power, ~8.

PowerCategoryWindsConnectors
Email Paying ClientsFind closed-won deals in HubSpot and send thank-you / follow-up emails in your voice.Business5HubSpot, Gmail
Instagram Comment ReplyReply to Instagram comments authentically, in your brand voice.Social2Instagram, Gemini
Quote WriterGenerate on-brand quote graphics ready to post.Social3Gemini, Canva
Instagram Story AutoCompose and publish Instagram Stories automatically.Social5Instagram, Canva, Gemini
DM Trigger ResponseAuto-respond to Instagram DMs in your voice with custom asset lookup.Social2Instagram, Gemini
YouTube to BlogTurn a YouTube video into a full WordPress blog post.Content8YouTube, Gemini, WordPress
Blog from PromptDraft a complete WordPress post from a prompt, in your brand voice.Content5Gemini, WordPress
Image to DraftTurn an image into a social / blog / product draft — including a ready-to-publish LinkedIn draft.Content3Gemini
YouTube Research & SynthesisPaidDeep research and synthesis across YouTube content (paid tiers).Content20YouTube, Gemini
Event to CalendarExtract event details from a message and create a calendar entry.Ops2Gemini, Gmail
QR Code GeneratorGenerate a branded QR code. Free to run.Ops0
Video RestorePaidRestore / enhance video (paid tiers).Ops25
Auto Event RegistrationRegister contacts for events and sync to your CRM.Ops3Gemini, Jiffy, Gmail
Branded Video TemplatePaidProduce a branded video from a template (paid tiers).Content30Gemini, Canva, ElevenLabs
Miro to Jira DiscoveryTurn Miro board items into Jira issues.Collaboration8Miro, Jira, Gemini

Good to know

  • You can only spend your own Winds — runs are billed to the authenticated caller.
  • Team-scoped runs are authorized by team membership + the canRunPowers permission.
  • Failed runs are refunded — you only pay for successful work.

Teaching an agent to run Powers? Install the Powers skill.