# Outstand.so > Outstand is a unified social media API. One integration to manage posts, scheduling, analytics, media, and accounts across 11 platforms: X, LinkedIn, Instagram, Facebook, Threads, TikTok, YouTube, Bluesky, Pinterest, Google Business, and Vimeo. $19/month base (3,000 posts included), then from $0.007/post. Managed Keys included free. Outstand includes Managed Keys by default — OAuth credentials are handled for you. BYOK (Bring Your Own Key) is also fully supported for agencies who want full white-labelling control. All requests use Bearer token authentication against https://api.outstand.so. ## Docs - [Getting Started](https://www.outstand.so/docs/getting-started): Create an account, get an API key, and make your first API call - [Authentication](https://www.outstand.so/docs/authentication): API key authentication with Bearer tokens - [Webhooks](https://www.outstand.so/docs/webhooks): Real-time notifications for post.published, post.error, and account.token_expired events - [Post Lifecycle](https://www.outstand.so/docs/post-lifecycle): Understanding post states, scheduling, and error handling - [Comparisons](https://www.outstand.so/docs/comparisons): Outstand vs Ayrshare and other social media APIs ## Social Networks - [Connect a Social Network](https://www.outstand.so/docs/connect-a-new-social-network): POST /v1/social-networks - store OAuth credentials using BYOK model - [List Social Networks](https://www.outstand.so/docs/list-connected-social-networks): GET /v1/social-networks - list all configured platform credentials - [Get Social Network Details](https://www.outstand.so/docs/get-details-of-a-social-network): GET /v1/social-networks/:id - [Update a Social Network](https://www.outstand.so/docs/update-a-social-network): PATCH /v1/social-networks/:id - rotate OAuth credentials - [Disconnect a Social Network](https://www.outstand.so/docs/disconnect-a-social-network): DELETE /v1/social-networks/:id - [Get Auth URL](https://www.outstand.so/docs/get-social-network-authentication-url): GET /v1/social-accounts/auth-url - generate OAuth authorization URL ## Platform Configurations - [X (Twitter)](https://www.outstand.so/docs/configurations/x): OAuth setup for X API - [Threads](https://www.outstand.so/docs/configurations/threads): Meta Threads integration via Instagram API - [LinkedIn](https://www.outstand.so/docs/configurations/linkedin): LinkedIn Company Page and Personal Profile setup - [Instagram](https://www.outstand.so/docs/configurations/instagram): Instagram Business and Creator account setup - [YouTube](https://www.outstand.so/docs/configurations/youtube): YouTube video upload and channel management - [Google Business](https://www.outstand.so/docs/configurations/google-business): Google Business Profile posting - [TikTok](https://www.outstand.so/docs/configurations/tiktok): TikTok video upload setup - [Facebook](https://www.outstand.so/docs/configurations/facebook): Facebook Page posting - [Bluesky](https://www.outstand.so/docs/configurations/bluesky): Bluesky handle + app password auth - [Pinterest](https://www.outstand.so/docs/configurations/pinterest): Pinterest pin creation with boards - [Vimeo](https://www.outstand.so/docs/configurations/vimeo): Vimeo video configuration ## Posts - [Create a Post](https://www.outstand.so/docs/create-a-post): POST /v1/posts - publish or schedule posts to multiple platforms simultaneously - [List Posts](https://www.outstand.so/docs/list-posts): GET /v1/posts - paginated list with filtering - [Get Post Details](https://www.outstand.so/docs/get-post-details): GET /v1/posts/:id - [Get Post Analytics](https://www.outstand.so/docs/get-post-analytics): GET /v1/posts/:id/analytics - likes, comments, shares, views, reach - [Delete/Cancel a Post](https://www.outstand.so/docs/delete-cancel-a-post): DELETE /v1/posts/:id ## Comments and Replies - [Create a First Comment](https://www.outstand.so/docs/create-a-first-comment): Schedule a first comment with your post - [Publish a Comment](https://www.outstand.so/docs/publish-a-comment): POST /v1/posts/:id/replies - reply to published posts - [Get Replies](https://www.outstand.so/docs/get-post-repliescomments): GET /v1/posts/:id/replies ## Media - [Get Upload URL](https://www.outstand.so/docs/get-upload-url): GET /v1/media/upload-url - get presigned upload URL - [Confirm Upload](https://www.outstand.so/docs/confirm-upload): POST /v1/media/:id/confirm - confirm media upload - [Get Media File](https://www.outstand.so/docs/get-media-file): GET /v1/media/:id - [List Media Files](https://www.outstand.so/docs/list-media-files): GET /v1/media - [Delete Media](https://www.outstand.so/docs/delete-media-file): DELETE /v1/media/:id ## Social Accounts - [List Social Accounts](https://www.outstand.so/docs/list-connected-social-accounts): GET /v1/social-accounts - all connected profiles - [Get Auth URL](https://www.outstand.so/docs/get-social-network-authentication-url): Generate OAuth URL for account connection - [Get Pending Connection](https://www.outstand.so/docs/get-pending-connection-details): Check pending OAuth connection status - [Finalize Connection](https://www.outstand.so/docs/finalize-pending-connection): Complete the OAuth flow - [Delete Account](https://www.outstand.so/docs/delete-a-social-account): DELETE /v1/social-accounts/:id - [Account Metrics](https://www.outstand.so/docs/get-account-metrics): GET /v1/social-accounts/:id/metrics - follower and engagement metrics ## MCP Server - [MCP Overview](https://www.outstand.so/docs/mcp): 25 tools for AI-powered social media management via Claude, Cursor, Windsurf - [MCP Setup](https://www.outstand.so/docs/mcp/setup): Step-by-step connection guide for each AI client - [MCP Tools Reference](https://www.outstand.so/docs/mcp/tools): Complete parameter documentation for all 25 tools ## Optional - [SDK UI Components](https://www.outstand.so/docs/sdk/ui): React components for social account connection flows - [Usage & Billing](https://www.outstand.so/docs/current-usage): Check current usage and account limits - [Set Usage Limits](https://www.outstand.so/docs/set-usage-limits): Configure spending limits