All Platforms
Instagram

Instagram

Coming Soon

Direct message automation

Automate Instagram direct messages with your AI agents. Connect through browser-based authentication and manage conversations at scale. Perfect for brands handling high-volume DM inquiries.

Identity Types

user

Connection Methods

  • Cookie Auth
  • Kernel (browser-based)

Supported Features

ReactionsTyping indicatorsRead receiptsDirect messages
instagram-agent.ts
1const identity = await ac.identities.create({
2 platform: "instagram",
3 type: "user",
4 connectionMethod: "kernel",
5})
6 
7// Handle Instagram DMs
8ac.on("message.received", async (event) => {
9 if (event.platform === "instagram") {
10 await ac.messages.send({
11 identityId: identity.id,
12 conversationId: event.conversationId,
13 body: generateReply(event.body),
14 })
15 }
16})

Ready to connect
your agents?

Join the beta. Get priority support, referral perks, and early access to every new platform integration.