Reeve
Features

Social Media

Social media management — connected accounts, metrics, growth tracking, top posts, and trend research.

Social Media

Reeve helps you track social media performance, research trends, and generate content ideas across your connected accounts — all from conversation or the Cockpit dashboard.

What You Get

CapabilityDescription
Account metricsFollowers, engagement rate, post performance across platforms
Growth trackingFollower and engagement trends over time
Top postsYour best-performing content ranked by engagement
Trend researchAI-powered trend discovery for your industry
Ad anglesContent and advertising angles based on trending topics
Account syncingKeep metrics current with on-demand syncs

Connected Accounts

Social media features work with accounts connected through the Cockpit Connectors page. Supported platforms include Meta (Facebook/Instagram), TikTok, and other social platforms.

View your accounts

// List all connected social accounts
reeve_social({ action: "list_accounts" })

Sync latest data

// Force-sync a specific account
reeve_social({ action: "sync_account", account_id: "meta_123" })

Metrics and Growth

Account Metrics

Get current performance data for any connected account:

// Metrics for a specific account
reeve_social({ action: "get_account_metrics", account_id: "meta_123" })

// Aggregated metrics across all accounts
reeve_social({ action: "get_metrics" })

Metrics include followers, engagement rate, reach, impressions, and post frequency.

Growth Tracking

Track how your audience is growing over time:

// Growth trends
reeve_social({ action: "get_growth" })

Top Posts

See which content is performing best:

// Top posts by engagement
reeve_social({ action: "get_top_posts" })

Trend Research

Discover what's trending in your space and find content opportunities:

// Research trends for a topic
reeve_social({ action: "research_trends", query: "AI agent platforms 2026" })

// Analyze trend data for content strategy
reeve_social({
  action: "analyze_trends",
  analysis_data: {
    topic: "e-commerce automation",
    platforms: ["instagram", "tiktok"]
  }
})

// Get currently trending topics
reeve_social({ action: "get_trending" })

// Get AI-generated ad and content angles
reeve_social({ action: "get_ad_angles", store_id: "store_abc" })

Trend research pulls data from social platforms and uses AI to identify relevant opportunities, hashtags, and content formats.

Dashboard

The Social panel on the Dashboard shows:

  • Follower count across platforms with growth trends
  • Engagement rate — likes, comments, shares as a percentage of reach
  • Top posts — your best-performing recent content
  • Posting frequency — how often you're publishing

Content Tools

Reeve includes specialized social content tools:

iMessage Templates

Generate pixel-perfect iMessage conversation screenshots for social media posts. Available at /cockpit/organic-social/imessage in the Cockpit.

  • AI-generated realistic conversations
  • Four tone presets — professional, casual, funny, dramatic
  • Visual editor for fine-tuning
  • PNG export at high resolution

Reddit Monitoring

Monitor relevant subreddits for brand mentions, industry discussions, and content ideas. The AI adapts to your preferences over time — mark posts as relevant or irrelevant to train it.

See Social Tools for the full content creation toolkit.

Example Conversations

  • "How are our social accounts performing this month?"
  • "What's trending in the e-commerce space on Instagram?"
  • "Show me our top posts from last week."
  • "What content angles should we try for our spring campaign?"
  • "How has our follower growth trended over the last 90 days?"

Combining with Brand Intelligence

Social media features work best with an active Brand Intelligence profile. When your brand profile is set up:

  • Trend research filters for relevance to your brand
  • Content suggestions match your brand voice
  • Competitor social activity is tracked alongside your own

Social data is fetched live from connected platform APIs. Connect your social accounts via the Connectors page to populate the social dashboard.

On this page