From 53238a7378be0c53408a59f8620639eca2b79618 Mon Sep 17 00:00:00 2001 From: rokapooradobe <84172705+rokapooradobe@users.noreply.github.com> Date: Sun, 12 Apr 2026 15:41:06 -0700 Subject: [PATCH 1/3] Update ai-use-cases.md --- src/pages/resources/ai-use-cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/resources/ai-use-cases.md b/src/pages/resources/ai-use-cases.md index 7633c6c08..0061cd3dc 100644 --- a/src/pages/resources/ai-use-cases.md +++ b/src/pages/resources/ai-use-cases.md @@ -151,7 +151,7 @@ Use AI assistants to write your action code. See the [AI-Powered Development Too Available skills cover project initialization, action scaffolding, UI development, testing, and CI/CD. See the [AI-Powered Development Tools](ai-development-tools.md) guide for setup and usage. -Skills are open source: [github.com/adobe/skills](https://github.com/adobe/skills) +Adobe Skills are open source: [github.com/adobe/skills](https://github.com/adobe/skills) ### Contribute a Skill From 2362659759c97fdce5c19e16bd1490fa981d457a Mon Sep 17 00:00:00 2001 From: rokapooradobe <84172705+rokapooradobe@users.noreply.github.com> Date: Sun, 12 Apr 2026 15:56:01 -0700 Subject: [PATCH 2/3] Update ai-use-cases.md --- src/pages/resources/ai-use-cases.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/resources/ai-use-cases.md b/src/pages/resources/ai-use-cases.md index 0061cd3dc..6e287fc5b 100644 --- a/src/pages/resources/ai-use-cases.md +++ b/src/pages/resources/ai-use-cases.md @@ -15,12 +15,12 @@ description: Deploy AI-powered integrations with App Builder including MCP serve ## Why App Builder for AI? -- **Isolated containers** — Each action runs in its own secure sandbox -- **Encrypted credential storage** — No hardcoded API keys -- **OAuth 2.0** — Enterprise SSO and Server-to-Server authentication -- **Auto-scaling** — Handles traffic spikes without configuration -- **Regional deployment** — Data residency support (amer/apac/emea) -- **One-command deploy** — `aio app deploy` ships to production +- **Isolated containers** - Each action runs in its own secure sandbox +- **Encrypted credential storage** - No hardcoded API keys +- **OAuth 2.0** - Enterprise SSO and Server-to-Server authentication +- **Auto-scaling** - Handles traffic spikes without configuration +- **Regional deployment** - Data residency support (amer/apac/emea) +- **One-command deploy** - `aio app deploy` ships to production ## AI Use Cases @@ -66,9 +66,9 @@ Add this URL to your AI assistant's configuration (Claude Desktop, Cursor, or ot **Example queries your MCP server can handle:** -- *"Show my open tasks due this week"* → Queries Adobe Workfront -- *"Find all product images tagged 'Spring 2026'"* → Searches AEM Assets -- *"What's the conversion rate for homepage test?"* → Checks Adobe Target +- *"Show my open tasks due this week"* - Queries Adobe Workfront +- *"Find all product images tagged 'Spring 2026'"* - Searches AEM Assets +- *"What's the conversion rate for homepage test?"* - Checks Adobe Target ### Documentation Assistants @@ -86,7 +86,7 @@ LLM generates answer with citations Formatted response in Slack ``` -**Example:** [DocuBot](https://github.com/rokapooradobe/adobe-docubot) — an AI Slack assistant that answers App Builder questions using official docs, generates code snippets, and troubleshoots errors. Powered by LLM providers (OpenAI, Anthropic, Groq) with vector search against indexed documentation. +**Example:** [DocuBot](https://github.com/rokapooradobe/adobe-docubot) - an AI Slack assistant that answers App Builder questions using official docs, generates code snippets, and troubleshoots errors. Powered by LLM providers (OpenAI, Anthropic, Groq) with vector search against indexed documentation. ### AI Agent Hosting @@ -124,7 +124,7 @@ Use **machine learning models** to power intelligent business workflows: custome - Node.js 18+ - Adobe Developer Console project with I/O Runtime enabled ([Create one](https://developer.adobe.com/app-builder/docs/get_started/app_builder_get_started/first-app)) -- AI service API key (OpenAI, Anthropic, etc.) — optional depending on use case +- AI service API key (OpenAI, Anthropic, etc.) - optional depending on use case ### Initialize, build, deploy From c8b9518cccfec913189ba79f2e67a02a813c3d82 Mon Sep 17 00:00:00 2001 From: rokapooradobe <84172705+rokapooradobe@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:14:02 -0700 Subject: [PATCH 3/3] Update ai-use-cases.md --- src/pages/resources/ai-use-cases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/resources/ai-use-cases.md b/src/pages/resources/ai-use-cases.md index 6e287fc5b..583bd3a3e 100644 --- a/src/pages/resources/ai-use-cases.md +++ b/src/pages/resources/ai-use-cases.md @@ -143,13 +143,13 @@ aio app dev aio app deploy ``` -Use AI assistants to write your action code. See the [AI-Powered Development Tools](ai-development-tools.md) guide for how to use Cursor with App Builder Skills to build and deploy apps from a single prompt. +Use AI assistants to write your action code. See the [AI-Powered Development Tools](../get_started/app_builder_get_started/ai-development-tools.md) guide for how to use Cursor with App Builder Skills to build and deploy apps from a single prompt. ## App Builder Skills **App Builder Skills** are structured knowledge files that teach AI agents how to build on App Builder. Skills encode patterns for project scaffolding, action development, UI building, testing, and deployment so AI assistants produce correct code without verbose prompts. -Available skills cover project initialization, action scaffolding, UI development, testing, and CI/CD. See the [AI-Powered Development Tools](ai-development-tools.md) guide for setup and usage. +Available skills cover project initialization, action scaffolding, UI development, testing, and CI/CD. See the [AI-Powered Development Tools](../get_started/app_builder_get_started/ai-development-tools.md) guide for setup and usage. Adobe Skills are open source: [github.com/adobe/skills](https://github.com/adobe/skills) @@ -166,7 +166,7 @@ Contributions welcome for Adobe API integrations (Analytics, AEM, Campaign, Targ ## Resources - [App Builder Documentation](https://developer.adobe.com/app-builder/docs/intro_and_overview/) -- [AI-Powered Development Tools](ai-development-tools.md) +- [AI-Powered Development Tools](../get_started/app_builder_get_started/ai-development-tools.md) - [Agent Skills Specification](https://agentskills.io/specification) - [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) - [DocuBot Example](https://github.com/rokapooradobe/adobe-docubot)