# Volta ## Docs - [Authenticate Volta Agent Bridge Requests with API Keys](https://docs.postsider.com/agent/authentication.md): Volta API requests use API keys in the Authorization header. Learn how to create keys, use them in requests, and handle auth errors. - [Volta Agent Bridge: Publish Content from AI Agents](https://docs.postsider.com/agent/introduction.md): The Volta Agent Bridge gives AI agents like Claude Code and Codex a standard surface to publish, schedule, and analyze content via MCP or REST API. - [Connect AI Agents to Volta via the MCP Server Tools](https://docs.postsider.com/agent/mcp/overview.md): Volta's MCP server exposes 16 tools for AI agents. Connect Claude Code, Codex, or any MCP runtime to publish content from your agent. - [Volta MCP Tools Reference — All 16 Agent Bridge Tools](https://docs.postsider.com/agent/mcp/tools.md): Complete reference for all 16 MCP tools in Volta: schedule posts, manage channels, pull analytics, upload media, and generate AI content. - [Volta API Channels: Connectors, OAuth, and Analytics](https://docs.postsider.com/api/channels.md): List connected channels, browse available connectors, authorize new social accounts, and retrieve analytics via the Volta REST API. - [Volta API Media Upload: POST /public/v1/upload Endpoint](https://docs.postsider.com/api/media.md): Upload images and videos to Volta's media library via POST /public/v1/upload. Returns a media ID you can attach to scheduled posts. - [Volta REST API Reference: Public v1 Endpoints Guide](https://docs.postsider.com/api/overview.md): The Volta public REST API (v1) lets you schedule posts, manage channels, and upload media programmatically using your organization's API key. - [Volta API Posts Endpoints: Schedule, List, and Delete](https://docs.postsider.com/api/posts.md): Schedule, list, and delete posts via the Volta REST API. POST /public/v1/posts, GET /public/v1/posts, DELETE /public/v1/posts/:id. - [Blogging & Publishing Channels: WordPress, Medium & More](https://docs.postsider.com/channels/blogging.md): Publish to WordPress, Medium, Dev.to, Hashnode, Ghost, Notion, Bear Blog, and more from Volta. All use direct credential entry — no OAuth app needed. - [Messaging Channels: Discord, Slack, Telegram & More](https://docs.postsider.com/channels/messaging.md): Publish to Discord, Slack, Telegram, Twitch, Kick, and Nostr from Volta. Setup instructions and required credentials for each messaging channel. - [Volta Supported Channels: 40+ Publishing Platforms](https://docs.postsider.com/channels/overview.md): Volta supports 40+ channels across social media, messaging apps, and blogging platforms. Browse all supported platforms and connection methods. - [Social Media Channels: X, LinkedIn, Instagram & More](https://docs.postsider.com/channels/social-media.md): Connect X, LinkedIn, Facebook, Instagram, YouTube, TikTok, and Bluesky to Volta. Each platform includes setup steps, required credentials, and post limits. - [Channels: Connect Your Social Media Accounts](https://docs.postsider.com/concepts/channels.md): Channels are the social media accounts and platforms you connect to Volta. Each channel is a publishing destination for your posts. - [Posts: Create and Manage Content in Volta](https://docs.postsider.com/concepts/posts.md): A post in Volta is a unit of content scheduled for one or more channels. Posts can include text, images, video, and links. - [How Post Scheduling Works in Volta](https://docs.postsider.com/concepts/scheduling.md): Volta uses durable workflow scheduling so your posts publish reliably even through server restarts. Learn how to set times and manage the queue. - [Team Collaboration and Organizations in Volta](https://docs.postsider.com/concepts/teams.md): Invite teammates to your Volta organization, assign roles, and manage access to channels and publishing permissions. - [Billing Plans, Pricing, and Subscription Management](https://docs.postsider.com/configuration/billing.md): Volta offers Standard, Team, Pro, and Ultimate plans from $20/month. View usage, upgrade plans, and manage your subscription from Settings → Billing. - [Environment Variables for Your Self-Hosted Volta Instance](https://docs.postsider.com/configuration/environment.md): Configure your self-hosted Volta instance with environment variables for the database, Redis, storage, email invitations, and social platform credentials. - [Media Storage Configuration: Local or Cloudflare R2](https://docs.postsider.com/configuration/storage.md): Configure where Volta stores uploaded media. Use the local filesystem for development or Cloudflare R2 for production cloud storage. - [AI Assistant: Generate and Refine Social Posts](https://docs.postsider.com/features/ai-assistant.md): Use Volta's built-in AI assistant to draft posts, refine tone, generate variations, and split long content for platform limits. - [Analytics: Track Post and Channel Performance](https://docs.postsider.com/features/analytics.md): Volta tracks post performance metrics per channel where the platform API supports it. View reach, impressions, and engagement in the dashboard. - [Auto-Post: Publish RSS Feeds Automatically](https://docs.postsider.com/features/auto-post.md): Connect an RSS feed to Volta and automatically publish new entries as posts to your connected social channels. - [Visual Calendar: Schedule and Manage Posts](https://docs.postsider.com/features/calendar.md): Volta's visual calendar shows all your scheduled posts across every channel. View, filter, and reschedule content at a glance. - [Media Library: Upload and Reuse Images and Videos](https://docs.postsider.com/features/media-library.md): The Volta media library stores your uploaded images, videos, and audio files so you can reuse them across multiple posts and channels. - [Webhooks: Get Notified When Posts Publish](https://docs.postsider.com/features/webhooks.md): Volta sends webhook events to your URL when posts are published, fail, or change status. Verify payloads with HMAC SHA-256 signatures. - [Volta: Unified Social Publishing for Teams and AI Agents](https://docs.postsider.com/introduction.md): Volta is an open-source social publishing platform for teams and AI agents. Connect to 40+ platforms via MCP, REST API, SDK, or visual scheduling. - [Get Started with Volta: Publish Your First Post in 5 Minutes](https://docs.postsider.com/quickstart.md): Connect your first social channel and publish a post using the Volta dashboard, REST API, and @postsider/node SDK — in under five minutes. - [@postsider/node SDK Overview: Install and Quick Start](https://docs.postsider.com/sdk/overview.md): Install and configure @postsider/node to call the Volta API from Node.js or TypeScript. Includes quick start, upload, and webhook examples. - [@postsider/node SDK Complete Method Reference Guide](https://docs.postsider.com/sdk/reference.md): Full reference for all @postsider/node SDK methods: post, postList, upload, integrations, deletePost, verifyWebhookSignature, and more. - [Self-Host Volta with Docker Compose — Full Setup Guide](https://docs.postsider.com/self-hosting.md): Deploy Volta on your own server using Docker Compose, with PostgreSQL, Redis, and Temporal included out of the box — no managed services needed.