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

# Introduction

> Welcome to CloudShip AI - Deploy AI agents anywhere

<img className="block dark:hidden" src="https://mintcdn.com/cloudshipai/kiUibUoJdG6y4ijT/images/hero-light.svg?fit=max&auto=format&n=kiUibUoJdG6y4ijT&q=85&s=4090ecb17b7dba1206392459627c85ea" alt="CloudShip AI Hero Light" width="800" height="400" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/cloudshipai/kiUibUoJdG6y4ijT/images/hero-dark.svg?fit=max&auto=format&n=kiUibUoJdG6y4ijT&q=85&s=13843670ed4b700ca17a7a18b9cdf45b" alt="CloudShip AI Hero Dark" width="800" height="400" data-path="images/hero-dark.svg" />

## What is CloudShip AI?

CloudShip AI is a platform for building, deploying, and managing AI agents at scale. It consists of two main components:

<CardGroup cols={2}>
  <Card title="Station CLI" icon="terminal" href="/station/overview">
    A lightweight runtime for deployable sub-agents with MCP tool integration. Run locally or in Docker.
  </Card>

  <Card title="CloudShip Platform" icon="cloud" href="/platform/overview">
    Centralized management, monitoring, and bundle distribution for your Station deployments.
  </Card>
</CardGroup>

## Key Features

<AccordionGroup>
  <Accordion icon="robot" title="AI Agent Management">
    Create, configure, and run AI agents with support for OpenAI, Gemini, Anthropic, and custom providers.
  </Accordion>

  <Accordion icon="plug" title="MCP Tool Integration">
    Connect to any Model Context Protocol (MCP) server to extend your agents with powerful tools.
  </Accordion>

  <Accordion icon="box" title="Bundle System">
    Package and distribute agent configurations as portable bundles. Install from CloudShip or custom registries.
  </Accordion>

  <Accordion icon="chart-line" title="Observability">
    Built-in OpenTelemetry integration with Jaeger for distributed tracing and monitoring.
  </Accordion>
</AccordionGroup>

## Quick Links

<CardGroup cols={3}>
  <Card title="Installation" icon="download" href="/station/installation">
    Install Station CLI in under a minute
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your first agent running in 5 minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the Station REST API
  </Card>
</CardGroup>
