> ## Documentation Index
> Fetch the complete documentation index at: https://docs.postsider.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Volta: AI-Powered Social Publishing for Teams and Agents

> Volta lets you schedule and publish content across 40+ platforms via MCP, REST API, SDK, or a visual calendar dashboard.

Volta is an open-source publishing and communication bridge that connects AI agents, developer tools, and human teams to 40+ social platforms. Whether you're automating posts from a Claude Code agent, building a custom integration with the REST API, or scheduling campaigns through the visual dashboard — Volta gives you a single, unified surface.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Connect your first channel and publish a post in under 5 minutes
  </Card>

  <Card title="Agent Bridge" icon="robot" href="/agent/introduction">
    Use the MCP server or REST API to publish from AI agents
  </Card>

  <Card title="Channels" icon="share-nodes" href="/channels/overview">
    Browse all 40+ supported social, messaging, and blogging platforms
  </Card>

  <Card title="SDK Reference" icon="code" href="/sdk/reference">
    Explore the `@postsider/node` SDK for programmatic access
  </Card>
</CardGroup>

## What you can do with Volta

<CardGroup cols={3}>
  <Card title="Schedule Posts" icon="calendar" href="/concepts/scheduling">
    Plan and schedule content across multiple channels at once
  </Card>

  <Card title="AI Assistant" icon="sparkles" href="/features/ai-assistant">
    Generate, refine, and split posts using AI
  </Card>

  <Card title="Media Library" icon="photo-film" href="/features/media-library">
    Upload and reuse images, videos, and audio across posts
  </Card>

  <Card title="Analytics" icon="chart-line" href="/features/analytics">
    Track performance per post and per channel
  </Card>

  <Card title="Auto-Post" icon="rss" href="/features/auto-post">
    Automatically publish RSS feed items to social channels
  </Card>

  <Card title="Webhooks" icon="webhook" href="/features/webhooks">
    Get notified when posts are published or fail
  </Card>
</CardGroup>

## Get started

<Steps>
  <Step title="Install or self-host Volta">
    Run Volta with Docker Compose in minutes. See the [Self-Hosting guide](/self-hosting) for full instructions.
  </Step>

  <Step title="Connect a channel">
    Add your first social platform from the **Channels** section in your dashboard. OAuth credentials can be configured directly from the UI — no server-side changes needed.
  </Step>

  <Step title="Schedule your first post">
    Use the visual calendar, the API, the SDK, or the MCP server to schedule your first post. See the [Quickstart](/quickstart) to try all three approaches.
  </Step>

  <Step title="Automate with agents">
    Connect Claude Code, Codex, or any MCP-compatible agent to Volta's [MCP server](/agent/mcp/overview) for fully automated publishing workflows.
  </Step>
</Steps>

<Note>
  Volta is self-hosted — you run it on your own infrastructure. See [Self-Hosting](/self-hosting) to get your instance up and running.
</Note>
