Run Instagram Business publishing through one hosted workspace.
SocialClaw keeps account connection, hosted media URLs, schedule validation, and Instagram Business publish execution in the same workspace used by your dashboard, API, CLI, or agent workflow.
What this integration supports
The main details for this connection.
Connection, media, and delivery
How accounts connect, what media works, and how publishing behaves.
Settings and discovery
Useful settings and discovery notes for this provider.
Current settings surface
- instagramPublishMode
Discovery notes
- Use linked-targets to inspect Page-linked Instagram Business relationships already connected in the workspace.
CLI and HTTP examples
Example commands and requests for this integration.
socialclaw login
socialclaw accounts connect --provider instagram_business --open
socialclaw accounts capabilities --provider instagram_business --json
socialclaw validate -f schedule.json --json
curl -sS \
-X POST \
-H "Authorization: Bearer $SC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"instagram_business"}' \
"https://getsocialclaw.com/v1/connections/start"
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/accounts"
Current limitations
A few practical limits to keep in mind.
- The target must be a professional or business Instagram account linked to a Facebook Page.
- Media is required for every post.
- Stories, carousels, text-only posts, and reply or comment steps are not implemented in the current flow.
Related routes
Related use cases and workflows.
Frequently asked questions
How does SocialClaw connect Instagram Business?
Connect a professional or business Instagram account that is linked to a Facebook Page through the SocialClaw OAuth flow, then reuse that target from the same workspace. The connection is stored in the workspace so scripts, agents, and the dashboard reuse the same account state.
What can I publish to Instagram Business with SocialClaw?
SocialClaw publishes image and reel steps for Instagram Business targets linked to a Facebook Page. Instagram Business requires one image or one video per post and does not support text-only posts in the current flow. The provider pulls a public media URL, including SocialClaw-hosted media URLs.
What should I check before scheduling Instagram Business posts?
Inspect publish settings such as instagramPublishMode. The target must be a professional or business Instagram account linked to a Facebook Page.
Connect the account once, validate before apply, and keep post plus run inspection in the same workspace used by the dashboard, API, and CLI.