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

# Welcome to Alpic!

> Alpic is an all-in-one MCP cloud platform where you can spin up servers, track them with AI-specific analytics, monitor everything, and ship to users without breaking a sweat.

## Getting started

Get your MCP server up and running in minutes.

<Card title="Deploy your first MCP server" icon="rocket" horizontal href="/quickstart">
  Follow our step-by-step quickstart guide to deploy your first MCP server.
</Card>

## Features

Explore our platform functionalities.

<CardGroup cols={2}>
  <Card title="MCP Analytics" icon="chart-line" href="/monitoring/analytics">
    See how your MCP servers are performing and get insights on your users.
  </Card>

  <Card title="User Intents" icon="lightbulb" href="/user-insights/user-intents">
    Capture what users really ask for and collect model feedback directly from your MCP server.
  </Card>

  <Card title="Configure Environments and Logs" icon="server" href="/build-deploy/environments">
    Set up your deployment environments and consult your MCP server logs.
  </Card>

  <Card title="Authentication" icon="lock" href="/secure/auth/overview">
    Secure your MCP server with Oauth or API keys.
  </Card>

  <Card title="Custom domains" icon="globe" href="/distribution/domains">
    Use your own domain to access your MCP servers.
  </Card>

  <Card title="Registry Publishing" icon="cloud-arrow-up" href="/distribution/registry">
    Publish your MCP server to the official MCP Registry.
  </Card>

  <Card title="Alpic API" icon="code" href="/api-reference">
    Use Alpic's REST API to programmatically manage your MCP servers, teams, and projects.
  </Card>
</CardGroup>

## Guides

Read our guides to see how to manage your teams and projects, as well as how to test and distribute your MCP servers.

<CardGroup cols={1}>
  <Card title="Testing your MCP Server" icon="vial" href="/testing/playground">
    Learn how to test your MCP server before deploying to production.
  </Card>

  <Card title="Distributing your MCP server" icon="share-nodes" href="/distribution/publishing">
    Learn how to distribute your MCP server to your users.
  </Card>

  <Card title="Deploy on Alpic Button" icon="rocket" href="/guides/work-with-deploy-button">
    Learn how to add a one-click deployment button to your repository.
  </Card>
</CardGroup>
