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.
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.
| Power | Category | Winds | Connectors |
|---|---|---|---|
| Email Paying ClientsFind closed-won deals in HubSpot and send thank-you / follow-up emails in your voice. | Business | 5 | HubSpot, Gmail |
| Instagram Comment ReplyReply to Instagram comments authentically, in your brand voice. | Social | 2 | Instagram, Gemini |
| Quote WriterGenerate on-brand quote graphics ready to post. | Social | 3 | Gemini, Canva |
| Instagram Story AutoCompose and publish Instagram Stories automatically. | Social | 5 | Instagram, Canva, Gemini |
| DM Trigger ResponseAuto-respond to Instagram DMs in your voice with custom asset lookup. | Social | 2 | Instagram, Gemini |
| YouTube to BlogTurn a YouTube video into a full WordPress blog post. | Content | 8 | YouTube, Gemini, WordPress |
| Blog from PromptDraft a complete WordPress post from a prompt, in your brand voice. | Content | 5 | Gemini, WordPress |
| Image to DraftTurn an image into a social / blog / product draft — including a ready-to-publish LinkedIn draft. | Content | 3 | Gemini |
| YouTube Research & SynthesisPaidDeep research and synthesis across YouTube content (paid tiers). | Content | 20 | YouTube, Gemini |
| Event to CalendarExtract event details from a message and create a calendar entry. | Ops | 2 | Gemini, Gmail |
| QR Code GeneratorGenerate a branded QR code. Free to run. | Ops | 0 | — |
| Video RestorePaidRestore / enhance video (paid tiers). | Ops | 25 | — |
| Auto Event RegistrationRegister contacts for events and sync to your CRM. | Ops | 3 | Gemini, Jiffy, Gmail |
| Branded Video TemplatePaidProduce a branded video from a template (paid tiers). | Content | 30 | Gemini, Canva, ElevenLabs |
| Miro to Jira DiscoveryTurn Miro board items into Jira issues. | Collaboration | 8 | Miro, 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
canRunPowerspermission. - Failed runs are refunded — you only pay for successful work.
Teaching an agent to run Powers? Install the Powers skill.