Clawfleet
FeaturesPersonal AIFor AgenciesPricingBlog
Sign inDeploy now
Clawfleet

The simplest way to deploy and manage OpenClaw instances. Managed hosting for individuals. Deploy your AI assistant in 60 seconds.

Need multiple instances for your team or clients? Contact us.

Clawfleet is not affiliated with, endorsed by, or connected to the OpenClaw project. OpenClaw is an independent open-source project.

© 2026 Clawfleet. All Rights Reserved. Built with ♥ by Seven Hills Software

@harishganapathi

Product
  • Features
  • Pricing
  • Integrations
  • Changelog
  • Switching hosts?
Resources
  • Personas
  • Use Cases
  • Glossary
  • Blog
About
  • Contact
  • FAQ
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Refund Policy
Glossary/HEARTBEAT.md

What is HEARTBEAT.md?

Scheduled instructions that run on a recurring interval

Definition

HEARTBEAT.md defines recurring tasks that OpenClaw performs automatically on a schedule — without any user input. If BOOT.md runs once at startup, HEARTBEAT.md runs continuously on a set interval, making your agent proactively useful around the clock.

How it works

OpenClaw reads HEARTBEAT.md to understand what periodic tasks to run and at what frequency. Common heartbeat tasks include: checking for new emails, monitoring a website for changes, posting scheduled social media content, running health checks, or summarizing daily activity. The interval is typically defined in AGENTS.md or the OpenClaw gateway configuration.

Why it matters

HEARTBEAT.md is what makes an OpenClaw agent genuinely autonomous. Without it, an agent only acts when you message it. With it, your agent is constantly working — checking, processing, and acting — even while you sleep. This is the core of '24/7 AI assistant' functionality.

Example

A social media agent with a HEARTBEAT.md running every 30 minutes might: check for new mentions, draft replies for your review, post scheduled content, and log engagement metrics.


Run OpenClaw without the setup

Clawfleet manages your OpenClaw instance — HEARTBEAT.md, backups, restarts, and cost tracking — all included. Start for $1.

Deploy for $1 →

Related terms

BOOT.mdStartup instructions that run every time OpenClaw initializesOpenClaw Agent LoopThe continuous think-act-observe cycle that drives autonomous OpenClaw behaviorOpenClaw HooksEvent-driven triggers that fire on specific agent lifecycle eventsOpenClaw Cron JobsScheduled tasks that run your agent automatically at set times
← Back to Glossary