From 1e6f1db6c4c6b4f792bfbfb6fb99305da32f4637 Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Wed, 19 Aug 2026 13:53:20 -0700 Subject: [PATCH] Mention AI agents on the homepage Fold AI agents into the existing list of mission-critical process examples and the SEO description, echoing the AI Agents use case already documented on the use-cases-and-design-patterns page. --- docs/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.mdx b/docs/index.mdx index 5a3bbf4c4a..fd5887821c 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -4,7 +4,7 @@ title: Temporal Platform Documentation sidebar_label: Home hide_table_of_contents: true hide_title: true -description: Official docs for Temporal, the open source Durable Execution platform for crash-proof applications. Guides, SDKs, and references for reliable workflows. +description: Official docs for Temporal, the open source Durable Execution platform for crash-proof applications and AI agents. Guides, SDKs, and references for reliable workflows. --- import { @@ -32,7 +32,7 @@ import { Temporal is an open-source platform for building reliable applications. Temporal delivers crash-proof execution by guaranteeing that applications resume exactly where they left off after crashes, network failures, or infrastructure outages, whether that happens seconds, days, or even years later. -Temporal enables developers to focus on building features that drive the business while ensuring that mission-critical processes such as order fulfillment, customer onboarding, and payment processing never fail or disappear, regardless of what goes wrong. +Temporal enables developers to focus on building features that drive the business while ensuring that mission-critical processes such as order fulfillment, customer onboarding, payment processing, and AI agents never fail or disappear, regardless of what goes wrong. Quickstart