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

# API Overview

> Overview of the Michelangelo API

## Michelangelo API

The Michelangelo API will let you integrate Michelangelo's AI-driven code generation into your own applications and workflows.

## What You Can Build

With the API, you will be able to:

* Create projects from prompts.
* Iterate on existing projects.
* Retrieve project previews and metadata.
* Generate public preview links.
* Export source code to connected repositories.

## Designed for Developers

The API is being built for teams and creators who want to embed Michelangelo into their own tools, dashboards, or automation. It will use standard HTTP requests and clear response formats.

<Info>
  The Michelangelo API is currently in development. Early access will open to selected partners and community members first.
</Info>

## Next Steps

<CardGroup cols="2">
  <Card title="Authentication" icon="key" color="#7c7c7c" href="/v2/api/authentication">
    Learn how authentication will work.
  </Card>

  <Card title="Examples" icon="code" color="#7c7c7c" href="/v2/api/examples">
    Explore planned API workflows.
  </Card>
</CardGroup>
