# Create Instagram accounts

Source: https://developers.tokportal.com/agents/for/create-instagram-accounts/
Markdown: https://developers.tokportal.com/agents/for/create-instagram-accounts.md

Creating Instagram accounts from any MCP-capable agent is the same bundle flow as TikTok with `platform: "instagram"`: `create_bundle` in the target country, `configure_bundle_account` (bio up to 120 characters here), `publish_bundle`, and a human manager creates and warms the account on a local device; content later goes in as Reels (`instagram_content_type: "reel"`), feed posts or carousels (`carousel_images`). Instagram's official Graph API only publishes to professional accounts you already own via OAuth and caps API publishing at 100 posts per 24 hours per account; it has no account-creation endpoint, which is the part TokPortal supplies.

## Try the workflow without spending

For this trial, use the remote MCP endpoint `https://app.tokportal.com/api/ext/mcp`, local `tokportal-mcp` **1.15.1 or later**, or the REST API. Upgrade and restart an older local server first. Version 1.15.0 does not forward the dry-run header; do not use its write tools for a simulation. If you cannot verify the installed local version, use the remote endpoint or REST.

Use the [sandbox](https://developers.tokportal.com/sandbox) for the first attempt. MCP write tools accept `dry_run: true` as a top-level argument, beside `body`; REST writes accept the `X-TokPortal-Dry-Run: true` header. Keep your usual authentication and scopes. Each simulated write validates the request and returns `credits_would_charge` with `credits_charged: 0`. Nothing is created or published.

Simulated IDs start with `00000000-0000-4000-8000-`. Use them only in later dry-run writes. GET requests read real data, so skip publish-readiness checks and polling for synthetic IDs. Simulations have no cross-call memory and upload URLs are placeholders: do not upload files to them.

To run for real, review the returned price and confirm **before the first live write**. Bundle creation charges credits immediately; publishing hands the order to a manager. Repeat creation without dry-run mode and use the new real IDs for configuration and publishing. A synthetic ID cannot be reused in a live request.

## How it works

Instagram bundles differ from TikTok bundles in a few fields, and the agent should know them. `biography` accepts up to 120 characters (80 on TikTok). Video slots take `instagram_content_type` (`reel` for Reels, `post` for a feed video), `instagram_location`, up to 5 `instagram_collaborators`, `instagram_audio_name` for a named audio, and `instagram_add_to_story: true` to also share to Stories; carousels use `video_type: "carousel"` with 1–20 `carousel_images` (upload each with `upload_image_from_url` or `upload_image_direct`, purpose `carousel`) and an optional `carousel_title`; stories use `video_type: "story"` with `story_image_url` or `video_url` and an optional `story_repost_url` (1 credit) to repost an existing Instagram post.

The order of operations from any MCP-capable agent: `list_countries` (Instagram availability is per country too), `get_credit_costs`, `create_bundle` (`platform: instagram`, `country`, `bundle_type`, `videos_quantity`, optional Advanced Warming — supported on Instagram with the same 3–30 terms), `configure_bundle_account` with `username`, `visible_name`, `biography`, `profile_picture_url`, `link_in_bio`, then slots with `configure_bundle_video` or `batch_configure_bundle_videos` at ≤3 per day, `get_bundle_publish_readiness`, `publish_bundle`. Delivered accounts show up in `list_accounts?platform=instagram` with `profile_url`. For a fleet, `create_bundles_bulk` with `platforms: ["instagram"]` (or both platforms at once for paired TikTok/Instagram personas).

Instagram accounts are also eligible for TokPortal Coverage (25 credits / 30 days after the first period), which is what backs refunds/remakes on bans — read `get_account_managed_subscription` per account if you plan to keep them long-term.

## Tool sequence

1. `tokportal_list_countries` — Countries open for Instagram account creation.
2. `tokportal_get_credit_costs` — Setup, slot and warming prices.
3. `tokportal_create_bundle` — `platform: instagram`, `country`, `bundle_type`, `videos_quantity`, warming terms.
4. `tokportal_upload_image_from_url` — Profile picture (`purpose: profile_picture`) and carousel images.
5. `tokportal_configure_bundle_account` — `biography` ≤120, `link_in_bio`, `profile_picture_url`.
6. `tokportal_configure_bundle_video` — `instagram_content_type: reel|post`, `carousel_images`, `instagram_add_to_story`, `instagram_collaborators`.
7. `tokportal_publish_bundle` — Manager creates and warms the account.
8. `tokportal_list_accounts` — `platform=instagram` to fetch delivered accounts.

## Pick your agent

- [Create Instagram accounts with Claude](https://developers.tokportal.com/agents/claude/create-instagram-accounts) — Anthropic's assistant on claude.ai, the mobile apps and Claude Desktop, with custom MCP connectors.
- [Create Instagram accounts with Claude Code](https://developers.tokportal.com/agents/claude-code/create-instagram-accounts) — Anthropic's terminal coding agent; MCP servers are added with `claude mcp add` and used in any session.
- [Create Instagram accounts with ChatGPT](https://developers.tokportal.com/agents/chatgpt/create-instagram-accounts) — OpenAI's assistant; plans with developer mode can add remote MCP servers as custom connectors.
- [Create Instagram accounts with OpenAI Codex](https://developers.tokportal.com/agents/codex/create-instagram-accounts) — OpenAI's coding agent (Codex CLI and IDE extension); MCP servers live in `~/.codex/config.toml`.
- [Create Instagram accounts with Cursor](https://developers.tokportal.com/agents/cursor/create-instagram-accounts) — AI code editor with an agent mode; MCP servers are configured in `.cursor/mcp.json` or via a one-click deeplink.
- [Create Instagram accounts with Windsurf](https://developers.tokportal.com/agents/windsurf/create-instagram-accounts) — Codeium's agentic IDE (Cascade); MCP servers are declared in `~/.codeium/windsurf/mcp_config.json`.
- [Create Instagram accounts with Cline](https://developers.tokportal.com/agents/cline/create-instagram-accounts) — Open-source autonomous coding agent for VS Code with an MCP marketplace and per-tool approval.
- [Create Instagram accounts with OpenClaw](https://developers.tokportal.com/agents/openclaw/create-instagram-accounts) — Open-source autonomous agent runtime with a skills registry (ClawHub); TokPortal ships as a first-party skill.
- [Create Instagram accounts with Hermes Agent](https://developers.tokportal.com/agents/hermes-agent/create-instagram-accounts) — Nous Research's open-source agent runtime; MCP servers are declared under `mcp_servers` in `~/.hermes/config.yaml`.
- [Create Instagram accounts with Gemini CLI](https://developers.tokportal.com/agents/gemini-cli/create-instagram-accounts) — Google's open-source terminal agent for Gemini; MCP servers via `gemini mcp add` or `~/.gemini/settings.json`, plus extensions.
- [Create Instagram accounts with Goose](https://developers.tokportal.com/agents/goose/create-instagram-accounts) — Block's open-source local agent; remote MCP servers are added as extensions (Streaming HTTP) or via a `goose://` deeplink.
- [Create Instagram accounts with Perplexity](https://developers.tokportal.com/agents/perplexity/create-instagram-accounts) — Answer engine with custom MCP connectors on paid plans; good for read-only research over your TokPortal data.
- [Create Instagram accounts with Microsoft Copilot Studio](https://developers.tokportal.com/agents/copilot-studio/create-instagram-accounts) — Microsoft's low-code agent builder; MCP servers are added as tools through the MCP onboarding wizard (Streamable transport).
- [Create Instagram accounts with Factory Droid](https://developers.tokportal.com/agents/factory-droid/create-instagram-accounts) — Factory's software-engineering agent (`droid` CLI); HTTP MCP servers are added with `droid mcp add`.
- [Create Instagram accounts with n8n](https://developers.tokportal.com/agents/n8n/create-instagram-accounts) — Open-source workflow automation; use the built-in MCP Client Tool node with an AI Agent, or the community node `n8n-nodes-tokportal` for deterministic steps.
- [Create Instagram accounts with Make](https://developers.tokportal.com/agents/make/create-instagram-accounts) — Visual automation platform (ex-Integromat); call TokPortal from HTTP modules with `X-API-Key`, or from Make's MCP Client module where available.
- [Create Instagram accounts with Zapier](https://developers.tokportal.com/agents/zapier/create-instagram-accounts) — Automation platform; today TokPortal is used via Webhooks by Zapier (REST) — a native TokPortal app is coming.
- [Create Instagram accounts with Pipedream](https://developers.tokportal.com/agents/pipedream/create-instagram-accounts) — Serverless integration platform for developers; call TokPortal from a Node.js/Python code step or the HTTP action, and receive webhooks on an HTTP trigger.
- [Create Instagram accounts with Dify](https://developers.tokportal.com/agents/dify/create-instagram-accounts) — Open-source LLM app platform; MCP servers are registered under Tools → MCP and used by Agent nodes and Agent apps.
- [Create Instagram accounts with Flowise](https://developers.tokportal.com/agents/flowise/create-instagram-accounts) — Open-source visual builder for LLM flows; the Custom MCP node connects any Streamable HTTP server to Agentflow / tool agents.
- [Create Instagram accounts with Langflow](https://developers.tokportal.com/agents/langflow/create-instagram-accounts) — Open-source visual framework for agents; the MCP Tools component connects to servers registered in Settings → MCP Servers.
- [Create Instagram accounts with CrewAI](https://developers.tokportal.com/agents/crewai/create-instagram-accounts) — Python multi-agent framework; `MCPServerAdapter` from `crewai-tools` turns any MCP server into agent tools.
- [Create Instagram accounts with LangChain](https://developers.tokportal.com/agents/langchain/create-instagram-accounts) — LangChain / LangGraph agents load MCP tools with `langchain-mcp-adapters` (`MultiServerMCPClient`).
- [Create Instagram accounts with Vercel AI SDK](https://developers.tokportal.com/agents/vercel-ai-sdk/create-instagram-accounts) — TypeScript toolkit for AI apps; the MCP client (`@ai-sdk/mcp`, formerly `experimental_createMCPClient` in `ai`) turns TokPortal tools into `generateText`/`streamText` tools.
- [Create Instagram accounts with Mastra](https://developers.tokportal.com/agents/mastra/create-instagram-accounts) — TypeScript agent framework; `MCPClient` from `@mastra/mcp` connects HTTP or stdio MCP servers and hands their tools to an `Agent`.

## Related

- [Create Instagram accounts via API (guide)](https://developers.tokportal.com/use-cases/platform-guides/create-instagram-accounts-api)
- [Configure videos](https://developers.tokportal.com/configure-videos)
- [Media upload](https://developers.tokportal.com/media-upload)
- [Create bundle](https://developers.tokportal.com/create-bundle)
- [MCP server](https://developers.tokportal.com/mcp)
- [All agents](https://developers.tokportal.com/agents)
