Skip to content

Commit b58690f

Browse files
torresmateoclaude
andcommitted
docs: reframe positioning to "enterprise-ready" to avoid excluding smaller users
Per engineering feedback, "enterprise AI agents" reads as agents for enterprises only and could lead an LLM to exclude smaller users. Move the quality signal onto the runtime (the product): "Arcade is the enterprise-ready actions runtime for AI agents." Conveys enterprise-grade quality while staying open to everyone. Applied across the hero, root + home meta, About page (title/description/intro), and the llms.txt generator. Landing "How Arcade Works" subhead reworded to "power AI agents in production." Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 30bd03f commit b58690f

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

app/en/get-started/about-arcade/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "About Arcade: the actions runtime for enterprise AI agents"
3-
description: "Arcade is the actions runtime for enterprise AI agents — enforce security on every action (agent authorization), execute reliably across any system, and govern agents centrally."
2+
title: "About Arcade: the enterprise-ready actions runtime for AI agents"
3+
description: "Arcade is the enterprise-ready actions runtime for AI agents — enforce security on every action (agent authorization), execute reliably across any system, and govern agents centrally."
44
---
55

66
import { Tabs } from "nextra/components";
77
import Image from "next/image";
88

99
# About Arcade
1010

11-
Arcade is the actions runtime for enterprise AI agents. An agent isn't an agent if it can't take actions — and the moment an agent acts, three problems hit at once. Arcade solves all three at runtime, so teams ship production agents without rebuilding plumbing every time:
11+
Arcade is the enterprise-ready actions runtime for AI agents. An agent isn't an agent if it can't take actions — and the moment an agent acts, three problems hit at once. Arcade solves all three at runtime, so teams ship production agents without rebuilding plumbing every time:
1212

1313
- **Enforce — Agent Authorization:** Deploy agents your security team approves. Arcade handles OAuth and manages user tokens, API keys, and secrets, then enforces your existing IdP, DLP, SIEM, and compliance policies plus per-action authorization at runtime.
1414
- **Execute — Agent-Optimized Tools:** Agents that work across every business system, with 7,500+ agent-optimized tools across 81 MCP servers, built for reliable execution at scale — not thin API wrappers.

app/en/home/landing-page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export function LandingPage() {
229229
initial={{ opacity: 0, y: 20 }}
230230
transition={{ duration: ANIMATION_DURATION }}
231231
>
232-
The actions runtime for enterprise AI agents.
232+
The enterprise-ready actions runtime for AI agents.
233233
</motion.h1>
234234
<motion.p
235235
animate={{ opacity: 1, y: 0 }}
@@ -575,7 +575,7 @@ export function LandingPage() {
575575
How Arcade Works
576576
</h2>
577577
<p className="text-gray-600 dark:text-gray-300">
578-
Three pillars that power enterprise AI agents.
578+
Three pillars that power AI agents in production.
579579
</p>
580580
</div>
581581
<div className="mt-12 grid grid-cols-1 gap-8 min-[1062px]:grid-cols-3">

app/en/home/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Arcade Docs"
3-
description: "Arcade is the actions runtime for enterprise AI agents. Guides, resources, sample agents, and references for agent authorization, agent-optimized tools (MCP servers), and agent lifecycle governance."
3+
description: "Arcade is the enterprise-ready actions runtime for AI agents. Guides, resources, sample agents, and references for agent authorization, agent-optimized tools (MCP servers), and agent lifecycle governance."
44
---
55

66
import { LandingPage } from "./landing-page";

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function generateMetadata() {
5151
template: "%s | Arcade Docs",
5252
},
5353
description:
54-
"Arcade is the actions runtime for enterprise AI agents — enforce your security policies on every action, execute reliably across any system, and govern agents centrally in production.",
54+
"Arcade is the enterprise-ready actions runtime for AI agents — enforce your security policies on every action, execute reliably across any system, and govern agents centrally in production.",
5555
metadataBase: new URL("https://docs.arcade.dev"),
5656
manifest: "/site.webmanifest",
5757
icons: {

scripts/generate-llmstxt.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ function generateLlmsTxt(
354354
// Header
355355
lines.push("# Arcade");
356356
lines.push("");
357-
lines.push("> Arcade is the actions runtime for enterprise AI agents.");
357+
lines.push("> Arcade is the enterprise-ready actions runtime for AI agents.");
358358
lines.push("");
359359
lines.push(
360-
"Arcade is the actions runtime for enterprise AI agents. We enforce your security policies on every action, execute reliably across any system, and govern agents centrally in production. Configure once and use any model, framework, and client — deploy the first agent the same way you deploy the hundredth."
360+
"Arcade is the enterprise-ready actions runtime for AI agents. We enforce your security policies on every action, execute reliably across any system, and govern agents centrally in production. Configure once and use any model, framework, and client — deploy the first agent the same way you deploy the hundredth."
361361
);
362362
lines.push("");
363363
lines.push(

0 commit comments

Comments
 (0)