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

# Base44 APIs

> REST APIs for building, managing, and monitoring Base44 apps

Base44's REST APIs let you do from your own code what you'd otherwise do in the Base44 online app editor and your workspace settings. Pick an API to get started.

<CardGroup cols={2}>
  <Card title="App Management API" icon="rocket" iconType="light" href="/developers/references/app-management/get-started/overview">
    Create, build, publish, and deploy apps.
  </Card>

  <Card title="Entities API" icon="table" iconType="light" href="/developers/references/entities-api/get-started/overview">
    Read and change an app's data model.
  </Card>

  <Card title="Virality API" icon="share-nodes" iconType="light" href="/developers/references/virality-api/get-started/overview">
    Generate social content that promotes an app.
  </Card>

  <Card title="Workflows API" icon="diagram-project" iconType="light" href="/developers/references/workflows-api/get-started/overview">
    Author an app's workflows and read their runs.
  </Card>

  <Card title="Analytics API" icon="chart-column" iconType="light" href="/developers/references/analytics-api/get-started/overview">
    Query the events an app tracks.
  </Card>

  <Card title="Google Ads API" icon="bullhorn" iconType="light" href="/developers/references/google-ads-api/get-started/overview">
    Run Google Ads campaigns for an app.
  </Card>

  <Card title="Monitoring API" icon="chart-line" iconType="light" href="/developers/references/monitoring-api/get-started/overview">
    Read activity and consumption across a workspace.
  </Card>

  <Card title="Audit Logs API" icon="clipboard-list" iconType="light" href="/developers/references/audit-logs-api/get-started/overview">
    Pull workspace audit events into your own tooling.
  </Card>
</CardGroup>
