Custodial / Maintain State AI Agents: 20 Real Examples

This directory currently includes 20 recipes for the custodial / maintain state pattern, across 11 roles. Custodial agents maintain the health of a system over time. They keep a CRM, knowledge base, backlog, queue, or operational record organized by spotting stale items, applying routine updates, and surfacing work that needs an owner. This pattern is useful because many systems decay gradually: duplicates accumulate, records lose context, and unfinished work becomes invisible. The examples focus on maintenance that can be explained and checked, not silent cleanup with broad permissions. Define the rules for what is stale, incomplete, duplicated, or ready to archive, then keep a log of the agent action and a path to reverse it. Start with a narrow hygiene task where a clear owner can review the result before expanding its write access. Every example makes its inputs, output, and handoff concrete, so you can compare real workflow boundaries before adapting the pattern to your own tools and process.

Browse by role

Developer-Engineering

Software Development

Sync GitHub Issues to Notion

Monitors GitHub for new or updated issues and automatically creates or updates corresponding pages in your Notion database.

Software Development

Sync MySQL Schemas to Pinecone

Syncs MySQL table schemas to Pinecone as vectors, detecting changes via hashes to update only modified definitions for AI retrieval.

Software Development

Typebot Workflow Backup To GitHub

Syncs Typebot workflows to a GitHub repository by creating, updating, or deleting files to match the current workspace state.

E-commerce Operator

Finance-Accounting

Founder-Exec

Sales

Auto Sync Stripe Payments to CRM

Automatically syncs Stripe paid invoices to your Google Sheets CRM, marking deals as closed to align pipeline metrics with actual revenue.

Freelancer-Consultant

Personal Productivity

Reschedule Overdue Asana Tasks

Automatically reschedules overdue Asana tasks to today and removes completed ones to keep your workspace clean.

Personal Life

WhatsApp Expense Tracker Reports

Send natural language messages to WhatsApp to log expenses or generate financial reports, with data stored in PostgreSQL.

HR-Recruiting

HR & Recruiting

HR and Legal Document Archiving

Uploads HR or legal documents to a structured Google Drive archive with CDN backup and automatic Airtable record creation.

HR & Recruiting

HR and Legal Document Archiving

Uploads HR or legal documents to a structured Google Drive archive with CDN backup and automatic Airtable record creation.

Ops-IT

Personal Productivity

Reschedule Overdue Asana Tasks

Automatically reschedules overdue Asana tasks to today and removes completed ones to keep your workspace clean.

Personal-Consumer

Personal Life

WhatsApp Expense Tracker Reports

Send natural language messages to WhatsApp to log expenses or generate financial reports, with data stored in PostgreSQL.

Real Estate

Sales

Sales

Auto Sync Stripe Payments to CRM

Automatically syncs Stripe paid invoices to your Google Sheets CRM, marking deals as closed to align pipeline metrics with actual revenue.

Questions about custodial / maintain state AI agents

What is a custodial AI agent?

It keeps an operational system useful over time by identifying and handling routine maintenance work.

Which systems benefit from custodial agents?

CRMs, knowledge bases, backlogs, inboxes, and other records that become less useful without regular upkeep.

Can a maintenance agent change records automatically?

It can for well-defined, reversible actions, but important changes should be logged and reviewable.