Skip to content

Commit 094e50b

Browse files
torresmateoclaude
andcommitted
docs: align positioning to "actions runtime for enterprise AI agents"
Aligns top-of-funnel and machine-readable copy with the canonical Arcade Product Messaging Framework: tagline "the actions runtime for enterprise AI agents" and the Enforce / Execute / Govern pillars (paired with the searchable capability terms Agent Authorization, Agent-Optimized Tools, Agent Lifecycle Governance). - llms.txt generator: rewrite blockquote + description to lead with "actions runtime for enterprise AI agents"; replace "1000s" with 7,500+/81 servers (public/llms.txt regenerates on next build) - Landing hero: drop "MCP Runtime" → "The actions runtime for enterprise AI agents"; reframe subhead and "How Arcade Works" cards to Enforce/Execute/Govern - About Arcade: broaden from auth-only to the three pillars; keep agent authorization as the Enforce deep-dive - Root + home meta descriptions carry the positioning sentence - Normalize tool count 7,000+ → 7,500+ repo-wide Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8c0e6d1 commit 094e50b

9 files changed

Lines changed: 44 additions & 31 deletions

File tree

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
---
2-
title: "How Arcade helps with Agent Authorization"
3-
description: "Learn how Arcade helps with auth and tool calling"
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."
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:
12+
13+
- **Enforce — Agent Authorization:** Deploy agents your security team approves. Your existing IdP, DLP, SIEM, and compliance policies, plus per-action authorization, are enforced at runtime.
14+
- **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.
15+
- **Govern — Agent Lifecycle Governance:** Scale agents across the org from a central control plane: shared registry, version control, visibility filtering, and OpenTelemetry audit logs.
16+
17+
Configure once and use any model, framework, and client. Deploy the first agent the same way you deploy the hundredth.
18+
19+
The rest of this page focuses on the first pillar — **agent authorization** — which is where most agentic applications hit their first wall.
20+
21+
## Why agent authorization matters
22+
1123
Applications that use models to perform tasks (_agentic applications_) commonly require access to sensitive data and services. Authentication complexities often hinder AI from performing tasks that require user-specific information, like what emails were recently received or what's coming up on a calendar.
1224

1325
To retrieve this information, agentic applications need to be able to authenticate and authorize access to external services like Gmail or Google Calendar.

app/en/get-started/agent-frameworks/google-adk/overview/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Integrate Arcade tools with Google ADK agents"
55

66
# Arcade with Google ADK
77

8-
[Google ADK](https://github.com/google/adk-python/) is a modular framework for building and deploying AI agents. It's optimized for Gemini and the Google ecosystem. Arcade integrates with both the Python and TypeScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,000+ other tools.
8+
[Google ADK](https://github.com/google/adk-python/) is a modular framework for building and deploying AI agents. It's optimized for Gemini and the Google ecosystem. Arcade integrates with both the Python and TypeScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,500+ other tools.
99

1010
## Get started
1111

@@ -22,6 +22,6 @@ With Arcade and Google ADK, your agents can:
2222
- Post messages to Slack channels
2323
- Create GitHub issues and pull requests
2424
- Search the web and extract content
25-
- Access 7,000+ other integrations
25+
- Access 7,500+ other integrations
2626

2727
Browse the [full MCP server catalog](/resources/integrations) to see all available tools.

app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Steps, Tabs, Callout } from "nextra/components";
77

88
# Setup Arcade with Google ADK (TypeScript)
99

10-
[Google ADK for TypeScript](https://github.com/google/adk-js) provides a framework for building AI agents in TypeScript. Arcade's `@arcadeai/arcadejs` library provides the tools integration, allowing your agents to access Gmail, GitHub, Slack, and 7,000+ other services.
10+
[Google ADK for TypeScript](https://github.com/google/adk-js) provides a framework for building AI agents in TypeScript. Arcade's `@arcadeai/arcadejs` library provides the tools integration, allowing your agents to access Gmail, GitHub, Slack, and 7,500+ other services.
1111

1212
<GuideOverview>
1313
<GuideOverview.Outcomes>

app/en/get-started/agent-frameworks/langchain/overview/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Integrate Arcade tools with LangChain agents"
55

66
# Arcade with LangChain
77

8-
[LangChain](https://www.langchain.com/) is a popular framework for building AI agents that abstracts much of the complexity of agent development. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,000+ other tools.
8+
[LangChain](https://www.langchain.com/) is a popular framework for building AI agents that abstracts much of the complexity of agent development. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,500+ other tools.
99

1010
## Get started
1111

@@ -22,7 +22,7 @@ With Arcade and LangChain, your agents can:
2222
- Post messages to Slack channels
2323
- Create GitHub issues and pull requests
2424
- Search the web and extract content
25-
- Access 7,000+ other integrations
25+
- Access 7,500+ other integrations
2626

2727
Browse the [full MCP server catalog](/resources/integrations) to see all available tools.
2828

app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Integrate Arcade tools with the OpenAI Agents SDK"
55

66
# Arcade with OpenAI Agents
77

8-
The [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/) provides a framework for building AI agents. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,000+ other tools.
8+
The [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/) provides a framework for building AI agents. Arcade integrates with both the Python and JavaScript versions, giving your agents access to Gmail, GitHub, Slack, and 7,500+ other tools.
99

1010
## Get started
1111

@@ -22,6 +22,6 @@ With Arcade and OpenAI Agents, your agents can:
2222
- Post messages to Slack channels
2323
- Create GitHub issues and pull requests
2424
- Search the web and extract content
25-
- Access 7,000+ other integrations
25+
- Access 7,500+ other integrations
2626

2727
Browse the [full MCP server catalog](/resources/integrations) to see all available tools.

app/en/home/landing-page.tsx

Lines changed: 17 additions & 17 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-
MCP Runtime for AI agents that get things done.
232+
The actions runtime for enterprise AI agents.
233233
</motion.h1>
234234
<motion.p
235235
animate={{ opacity: 1, y: 0 }}
@@ -240,9 +240,9 @@ export function LandingPage() {
240240
delay: ANIMATION_DELAYS.initial,
241241
}}
242242
>
243-
Arcade handles OAuth, manages user tokens, and gives you 7,000+
244-
pre-built integrations so your agents can take real action in
245-
production.
243+
Enforce your security policies on every action, execute reliably
244+
across 7,500+ agent-optimized tools, and govern agents centrally —
245+
so your agents take real action in production.
246246
</motion.p>
247247
<motion.div
248248
animate={{ opacity: 1, y: 0 }}
@@ -319,7 +319,7 @@ export function LandingPage() {
319319
{/* Pre-built Integrations — desktop: col 1 row 2 */}
320320
<div className="min-[1062px]:col-start-1 min-[1062px]:row-start-2">
321321
<QuickStartCard
322-
description="Browse 7,000+ ready-to-use integrations for Gmail, Slack, GitHub, and more."
322+
description="Browse 7,500+ ready-to-use integrations for Gmail, Slack, GitHub, and more."
323323
href={INTEGRATIONS_PAGE_HREF}
324324
icon={Puzzle}
325325
logos={[
@@ -459,7 +459,7 @@ export function LandingPage() {
459459
}
460460
variant="outline"
461461
>
462-
See all 7,000+
462+
See all 7,500+
463463
<ArrowRight className="ml-2 h-4 w-4" />
464464
</Button>
465465
</div>
@@ -574,27 +574,27 @@ export function LandingPage() {
574574
How Arcade Works
575575
</h2>
576576
<p className="text-gray-600 dark:text-gray-300">
577-
Three core components that power your AI agents.
577+
Three pillars that power enterprise AI agents.
578578
</p>
579579
</div>
580580
<div className="mt-12 grid grid-cols-1 gap-8 min-[1062px]:grid-cols-3">
581581
<QuickStartCard
582-
description="Your MCP server and agentic tool provider. Manages authentication, tool registration, and execution."
583-
href="/get-started/about-arcade"
584-
icon={Cog}
585-
title="Runtime"
582+
description="Deploy agents your security team approves. Enforce your existing IdP, DLP, and compliance policies plus per-action agent authorization at runtime — handling OAuth, API keys, and tokens for tools like Gmail and Google Drive."
583+
href="/guides/tool-calling/custom-apps/auth-tool-calling"
584+
icon={Shield}
585+
title="Enforce — Agent Authorization"
586586
/>
587587
<QuickStartCard
588-
description="Catalog of pre-built tools and integrations. Browse 7,000+ ready-to-use MCP servers."
588+
description="Agents that work across every business system. Browse 7,500+ agent-optimized tools across 81 MCP servers, built for reliable execution at scale — not thin API wrappers."
589589
href={INTEGRATIONS_PAGE_HREF}
590590
icon={ToolCase}
591-
title="Tool Catalog"
591+
title="Execute — Agent-Optimized Tools"
592592
/>
593593
<QuickStartCard
594-
description="Let agents act on behalf of users. Handle OAuth, API keys, and tokens for tools like Gmail and Google Drive."
595-
href="/guides/tool-calling/custom-apps/auth-tool-calling"
596-
icon={Shield}
597-
title="Agent Authorization"
594+
description="Scale agents across your org from a central control plane. Shared registry, version control, visibility filtering, and OpenTelemetry audit logs."
595+
href="/get-started/about-arcade"
596+
icon={Cog}
597+
title="Govern — Agent Lifecycle Governance"
598598
/>
599599
</div>
600600
</div>

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: "Guides, resources, sample agents, and references for Arcade auth providers and MCP servers for agents and developers."
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."
44
---
55

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

app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export function generateMetadata() {
5050
default: "Arcade Docs",
5151
template: "%s | Arcade Docs",
5252
},
53-
description: "Arcade - AI platform for developers",
53+
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.",
5455
metadataBase: new URL("https://docs.arcade.dev"),
5556
manifest: "/site.webmanifest",
5657
icons: {

scripts/generate-llmstxt.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,14 @@ function generateLlmsTxt(
354354
// Header
355355
lines.push("# Arcade");
356356
lines.push("");
357-
lines.push("> Arcade is the only runtime for MCP");
357+
lines.push("> Arcade is the actions runtime for enterprise AI agents.");
358358
lines.push("");
359359
lines.push(
360-
"As the MCP runtime, Arcade is the only one able to deliver secure agent authorization, high-accuracy tools, and centralized governance. Deploy multi-user AI agents that take actions across any system with granular permissions and complete visibility. No complex infrastructure required. Ship faster and scale with control."
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."
361361
);
362362
lines.push("");
363363
lines.push(
364-
"Arcade delivers three core capabilities: Deploy agents even your security team will love with authorization-first architecture. Unlock highest accuracy actions across all MCP tools with agent-optimized integrations and the Arcade TDK. Maintain centralized control over production MCP without slowing down AI development. Access 1000s of pre-built MCP servers or bring your own, with unified governance across all tools."
364+
"Arcade delivers three capabilities. Enforce (Agent Authorization): deploy agents your security team approves — your existing IdP, DLP, SIEM, and compliance policies plus per-action authorization enforced at runtime. Execute (Agent-Optimized Tools): the largest catalog of agent-optimized tools — 7,500+ across 81 MCP servers, built for reliable execution at scale, not thin API wrappers. Govern (Agent Lifecycle Governance): a central control plane with a shared registry, version control, visibility filtering, and OpenTelemetry audit logs."
365365
);
366366
lines.push("");
367367

0 commit comments

Comments
 (0)