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

# Runtime and automation platform

> How Cloud Run and Cloud Scheduler host and wake Harmonia's durable workflow.

## How Harmonia uses it

Cloud Run hosts the web application and worker. Cloud Scheduler invokes authenticated maintenance and heartbeat endpoints; those ticks claim durable work rather than holding in-memory timers.

<CardGroup cols={2}>
  <Card title="Cloud Run" href="/platform/runtime/cloud-run">Stateless web and worker services.</Card>
  <Card title="Cloud Scheduler" href="/platform/runtime/cloud-scheduler">Authenticated durable wakeups.</Card>
</CardGroup>

## Evidence status

Build and local process tests do not prove deployment. A deployed revision, service identity, scheduler invocation, and resulting durable state change need authenticated capture.
