A social operations agent, grounded in your Brand Soul
Ground every draft, reply, and recommendation in the same voice, knowledge, and guardrails.
Turn one brand idea into channel-ready content. BlendDuck gives your team and AI agents the same voice, knowledge, and guardrails—while you stay in control of what ships.
Ground every draft, reply, and recommendation in the same voice, knowledge, and guardrails.
Let Codex, Claude, and other agents use governed social tools without sharing passwords.
Publishing
posts.createInbox
inbox.replyAnalytics
analytics.readHandle comments, mentions, and messages without losing the conversation.
Can I use this with my team?
Discord
MessageThe launch draft is ready.
Love the new workflow.
Keep every channel, owner, approval, and publish date on one shared calendar.
Compare reach, engagement, and growth, then turn the signal into your next brief.
Engagements
18.3K
+12%Followers
12.7K
+8%import { BlendDuckClient } from "@blendduck/sdk";const blendduck = new BlendDuckClient({apiKey: process.env.BLENDDUCK_API_KEY!,});// 1. Connect a channel through hosted OAuthconst { authUrl } = await blendduck.channels.connect({provider: "instagram",});// 2. Create a multi-channel post in one callawait blendduck.posts.create({idempotencyKey: "launch-day-001",body: {mode: "draft",content: "Launch day!",media: [{ type: "video", url: videoUrl }],targets: [{ channelId: channelIds.instagram },{ channelId: channelIds.linkedin },{ channelId: channelIds.tiktok },],},});