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

One API is scoped to a single app, and two are scoped to a workspace. Each has its own base URL, its own API reference, and its own rate limits.

<CardGroup cols={2}>
  <Card title="Apps API" icon="rocket" iconType="light" href="/developers/references/apps-api/get-started/overview">
    Build, deploy, and manage one app, along with its data, workflows, domains, and marketing.
  </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>
