Publish standalone Instagram professional accounts through SocialClaw.
SocialClaw separates standalone Instagram professional accounts from the Page-linked Instagram Business flow so your workspace can target the right account type without blending auth or publish rules.
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 publish-preview to confirm whether the supplied media will publish as an image or reel.
CLI and HTTP examples
Example commands and requests for this integration.
socialclaw login
socialclaw accounts connect --provider instagram --open
socialclaw accounts capabilities --provider instagram --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"}' \
"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.
- This route is separate from Instagram Business and is not for personal consumer accounts.
- 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 Standalone?
Connect a standalone professional Instagram account through Instagram Login, then reuse that target from the same hosted SocialClaw 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 Standalone with SocialClaw?
SocialClaw publishes image and reel steps for standalone Instagram professional accounts. Instagram standalone posts require one image or one video per step. Instagram pulls a public media URL, including SocialClaw-hosted media URLs.
What should I check before scheduling Instagram Standalone posts?
Inspect publish settings such as instagramPublishMode. This route is separate from Instagram Business and is not for personal consumer accounts.
Connect the account once, validate before apply, and keep post plus run inspection in the same workspace used by the dashboard, API, and CLI.