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

# Introduction

> Welcome to the home of Octavia Developers

<img className="block rounded-2xl" src="https://mintcdn.com/octavia/x8ImnC_U-lW9SMZM/images/logo-card.png?fit=max&auto=format&n=x8ImnC_U-lW9SMZM&q=85&s=badbd06c8ceb56eab5ade73e7ad15899" alt="Hero Light" width="1137" height="600" data-path="images/logo-card.png" />

## Welcome

The **Octavia Developer Platform** gives you clean, modern APIs to build content, commerce, and communications into your products. This documentation covers multiple services—not just the CMS—including **AI CMS**, **Storage** and more.

> Pick a service below to dive straight into its API and guides.

<CardGroup cols={2}>
  <Card title="AI CMS" icon="blend" href="/api-reference/ai-cms/introduction" arrow="true">
    Create, localize, and publish content programmatically with AI assistance.
  </Card>

  <Card title="Storage" icon="folder" href="/api-reference/storage/introduction" arrow="true">
    Store and serve files with signed URLs and access controls.
  </Card>
</CardGroup>

***

## Setting up

The first step to world-class integrations is setting up your environment.

<Steps>
  <Step title="1: Create your account">
    Start with a free developer account—no credit card required.

    <Card title="Sign up free" icon="user-plus" href="https://auth.octaviatech.app" arrow="true">
      Get instant access to the Octavia dashboard.
    </Card>
  </Step>

  <Step title="2: Activate a service">
    Enable the product you want to use (AI CMS, Appointment, etc.) from the
    dashboard.

    <Card title="Go to Dashboard" icon="layout-dashboard" href="https://dashboard.octaviatech.app/apps" arrow="true">
      Toggle on the services you need for your workspace.
    </Card>
  </Step>

  <Step title="3: Create an API key">
    Generate an API key and include it in every request via the <code>x-api-key</code> header.
  </Step>
</Steps>
