Home/Instagram
Instagram Integration

Post to Instagram automatically, on any schedule.

Connect your Instagram account to Aidelly and publish photos, videos, Reels, and carousels from an AI agent or the dashboard. Schedule weeks of content in advance, reply to comments, and track performance all in one place.

Requires an Instagram Business or Creator account connected to a Facebook Page.

Everything you need for Instagram

Photos, Videos & Reels

Post single images, multi-image carousels, short videos, and Reels directly to your Instagram feed all from one place.

Smart Scheduling

Schedule posts for any future date and time. Aidelly queues them, publishes at the right moment, and confirms delivery.

Comment & DM Management

Reply to Instagram comments and triage DMs without opening the app. Works from the Aidelly dashboard or via AI agent.

Analytics

Fetch views, likes, comments, shares, and reach per post surfaced in your agent or exported for reporting.

How to post to Instagram with Aidelly

1

Connect your Instagram account

In the Aidelly dashboard, go to Settings → Connected Accounts and click Connect Instagram. You'll authorize via Facebook (required by Instagram's API).

2

Create or schedule a post

Chat with Aidelly directly “Post this photo to Instagram tomorrow at 9am” or use your AI agent via the REST API or MCP server. Upload media, write captions, and set your schedule.

3

Approve (optional) and publish

Enable approval workflows so every post gets a human review before going live, or let your agent publish directly. Aidelly handles the delivery and confirms success.

4

Monitor engagement

View likes, comments, reach, and shares in the Aidelly dashboard. Reply to comments and manage DMs without leaving Aidelly.

Post to Instagram via API

Any AI agent can post to Instagram by calling the Aidelly REST API. Pass instagram in the platforms array:

curl -X POST https://api.aidelly.ai/v1/posts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "content": "Our new product is live! Check it out. #launch",
  "platforms": ["instagram"],
  "media_urls": ["https://example.com/photo.jpg"],
  "schedule_at": "2025-06-01T09:00:00Z"
  }'

Supported content types

Single image post
Multi-image carousel
Video post
Reels

Stories are not supported by the Instagram API for third-party tools.

Instagram scheduling common questions

What types of Instagram content can Aidelly post?

Aidelly supports single-image posts, multi-image carousels, video posts, and Reels. Stories are not currently supported via the Instagram API.

Can I post to multiple Instagram accounts?

Yes. Connect multiple Instagram Business or Creator accounts and route content to any of them via the dashboard or API.

Can an AI agent post to Instagram automatically?

Yes. Any AI agent that supports MCP or REST API can call Aidelly tools to publish immediately or schedule Instagram posts no human involvement required unless you enable approval workflows.

Do I need an Instagram Business account?

Yes. Instagram's API only supports Business and Creator accounts connected to a Facebook Page. Personal accounts are not supported.

Can Aidelly reply to Instagram comments?

Yes. Aidelly can fetch comments on your posts and reply to them either manually from the dashboard or automatically via an AI agent.

How does scheduling work?

Pass a schedule_at timestamp in ISO 8601 format when creating a post. Aidelly stores it and publishes at the specified time, then logs the result.