Changelog

What's new in Aether

Platform updates, new features, and API changes — newest first.

v0.5.0May 2026

MCP Server + AI-native tooling

  • Released the Aether MCP server — every REST endpoint is now a callable tool for Claude Desktop, Cursor, and Windsurf
  • Agent-optimized error messages with structured hints for LLM self-correction
  • Added `publish_post`, `schedule_post`, `get_inbox_summary`, and `get_performance_report` as high-level composite tools
  • MCP binary distributed via npm as `aether-mcp`; zero config beyond API key
v0.4.0April 2026

Unified Inbox + Threads & Reddit

  • Added Threads and Reddit as supported platforms — 7 platforms total at launch
  • Unified Inbox API: DMs, comments, and mentions across all platforms in a single paginated endpoint
  • Reply, hide, and delete messages via API and the dashboard
  • Inbox webhook events: `message.received`, `message.replied`
  • Dashboard inbox view with platform filter, read/unread state, and reply composer
v0.3.0March 2026

Bulk scheduling + Analytics via Tinybird

  • Bulk CSV upload endpoint (`POST /v1/posts/bulk`) — schedule hundreds of posts in one request
  • Timezone-aware scheduling with ISO 8601 offset support
  • Analytics API powered by Tinybird: post metrics, account aggregates, best time to post
  • Analytics history up to 1 year on Growth plan and above
  • Post status lifecycle webhooks: `post.scheduled`, `post.published`, `post.failed`
v0.2.0February 2026

Connect Links + Team management

  • Connect Links: generate magic OAuth URLs so your end users can authenticate their own social accounts into your product
  • Team invites with role-based access: owner, admin, and member roles
  • Scoped API keys: `full`, `read_only`, and `profiles_only` scopes
  • Webhook delivery logs with per-attempt request/response bodies and retry history
  • Stripe billing integration — Free, Starter, Growth, Scale, and Enterprise tiers
v0.1.0January 2026

Initial platform launch

  • REST API for Instagram, Facebook, TikTok, LinkedIn, and YouTube
  • OAuth flow for all platforms — access tokens encrypted at rest with AES-256
  • Post creation and scheduling with per-platform content overrides
  • Media upload via presigned S3-compatible URLs (Cloudflare R2)
  • Auto-generated SDKs: Node.js, Python, Go, Java, PHP, Ruby, .NET
  • Prisma + MongoDB schema for organizations, profiles, posts, and API keys

Stay up to date

Follow GitHub releases or watch the repo for notifications on every new version.