Every tile below is a starter recipe wired to InvisibleAPI endpoints and our MCP server.
Click Try this to load the idea, or Copy prompt to grab the full build prompt for Claude or Cursor.
// build your Instagram featurepowered by InvisibleAPI MCP
Each template is a real recipe. The example shows what the feature does. The prompt shows the API calls, the failure path, and the rules. Drop it into Claude or Cursor and you are 80% of the way there.
01// Publishing
Smart scheduler
POST /publish/* · GET /metrics/best-times
Picks the best time to publish each Reel based on your last 90 days of engagement.
// example
Build a smart scheduler that decides the best time to publish each Reel based on our last 90 days of engagement data.
built forour team
02// Publishing
Weekly recap Story
GET /analytics/posts · POST /publish/story
Auto-publishes a recap Story every Friday at 5pm with your top post of the week.
// example
Build a weekly recap Story that auto-publishes every Friday at 5pm with our top post of the week.
built fora creator brand
03// Publishing
Carousel batch publisher
POST /publish/carousel
Schedule a batch of carousels from a CSV. Validates everything before queuing.
// example
Build a carousel batch publisher that takes a CSV of slides plus captions and schedules each row, staggered every 4 hours starting tomorrow at 9am.
built forour SaaS
04// UGC & mentions
UGC repost tool
HOOK mention.tagged · POST /publish/story
When a customer tags you in a Story, queue it for approval, then repost with credit.
// example
Build a UGC repost tool: when a customer tags us in a Story, queue it for approval, then repost it to our feed with credit.
built fora creator brand
05// UGC & mentions
Mention listener with sentiment
GET /mentions
Watches for brand mentions, scores sentiment, routes negative ones to Slack.
// example
Build a mention listener that watches for brand mentions, scores their sentiment, and routes negative ones to our team Slack.
built foragency clients
06// UGC & mentions
Tag thank-you bot
HOOK mention.tagged · POST /messages
Auto-DMs a short thank-you whenever someone tags you. Respects the 24h window.
// example
Build a tag thank-you bot that DMs a short thank-you in our brand voice whenever someone tags us, but only inside the 24 hour message window.
built forour team
07// Comments
Comment reply assistant
HOOK comment.created · POST /publish/comment
Drafts replies in your brand voice. Waits for human approval. Then posts them.
// example
Build a comment reply assistant that drafts replies to our Reel comments in our brand voice, waits for human approval, then posts them.
Build a spam comment filter that auto-hides spammy comments using pattern, keyword, and repeat-poster signals, and logs each hide for an audit trail.
built forour SaaS
09// Comments
FAQ auto-responder
HOOK comment.created · POST /publish/comment
Detects FAQ patterns in comments. Sends the canned answer. Falls back to human draft.
// example
Build an FAQ auto-responder that detects common questions in our comments, sends the matching canned answer, and routes anything ambiguous to a human draft queue.
built foragency clients
10// Analytics
Engagement dashboard
GET /analytics/posts · GET /metrics/*
A live dashboard: engagement rate, reach, top post, follower delta across accounts.
// example
Build an analytics dashboard for our team that shows engagement rate, reach, top post and follower delta across our brand accounts.
built forour team
11// Analytics
Hashtag picker
GET /metrics/hashtags
Suggests 5 hashtags for the next post based on your own past 90 days of performance.
// example
Build a hashtag picker that suggests 5 hashtags for the next post based on what performed best in our own history.
built forour team
12// Analytics
Best-time API for agents
GET /metrics/best-times
A single endpoint your agent can call. Returns the next 3 best slots, ready to use.
// example
Wrap the best-times metric in a single MCP tool my agent can call: returns the next 3 best posting slots in the account timezone, with confidence scores.
built formy agent
13// Ops & resilience
Failed-post recovery
HOOK post.failed · POST /publish/*
Catches Meta rejections, retries the recoverable ones, sends the rest to your inbox.
// example
Build a failed-post recovery flow that catches Meta rejections, retries the recoverable ones, sends the rest to our inbox.
built forour SaaS
14// Ops & resilience
Token health watcher
GET /accounts/{id}/health
Alerts 7 days before a token expires. Auto-refreshes when possible.
// example
Build a token health watcher that checks every connected account daily, auto-refreshes tokens when possible, and alerts ops 7 days before any expiry.
built forour SaaS
15// Ops & resilience
Rate-limit guardrail
GET /usage · POST /publish/*
Throttles publishing when an account is nearing the Meta daily cap. Defers gracefully.
// example
Build a rate-limit guardrail that throttles publishes when an account is within 10% of the Meta daily cap, and defers the overflow to tomorrow with a clear log.
built foragency clients
16// Agent / MCP
Inbox triage agent
MCP · /v1/mcp
Claude drives the comment + UGC inbox overnight. Approves, replies, hides, escalates.
// example
Wire up an inbox triage agent: every night, Claude reads the comment and UGC inboxes, approves the safe ones, drafts replies for borderline ones, and escalates anything risky.
built formy agent
17// Agent / MCP
Lookalike content scout
MCP · GET /analytics/*
Your agent reads competitor posts, finds patterns that work, suggests next ideas.
// example
Build a lookalike content scout: my agent reads our top 5 competitors' last 30 days, finds patterns that get above-average engagement, and proposes 5 next post ideas.
built fora creator brand
No templates in this category yet. We are adding more every week.