> ## 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 Examples

> Examples of API usage for Michelangelo

The Michelangelo API will let external applications create projects, iterate on them, and manage sharing programmatically.

## Example Workflows

Here are the kinds of integrations the API will enable:

### Create a Project

Build a project from a prompt supplied by another tool or workflow automation.

### Iterate on a Project

Send follow-up requests to refine an existing project based on user feedback or external events.

### List and Share Projects

Fetch a user's projects and generate public preview links for easy distribution.

### Export to GitHub

Trigger an export of a project's source code to a connected repository.

## Who It Is For

The API is designed for power users, teams, and platforms that want to embed Michelangelo's creation engine into their own products.

<Info>
  The Michelangelo API is in development. Concrete examples and SDKs will be published when it enters early access.
</Info>

## Next Steps

<CardGroup cols="2">
  <Card title="API Overview" icon="book" color="#7c7c7c" href="/v2/api/overview">
    Read the API overview.
  </Card>

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