You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: app/en/get-started/about-arcade/page.mdx
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,25 @@
1
1
---
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."
4
4
---
5
5
6
6
import { Tabs } from"nextra/components";
7
7
importImagefrom"next/image";
8
8
9
9
# About Arcade
10
10
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
+
11
23
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.
12
24
13
25
To retrieve this information, agentic applications need to be able to authenticate and authorize access to external services like Gmail or Google Calendar.
Copy file name to clipboardExpand all lines: app/en/get-started/agent-frameworks/google-adk/overview/page.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "Integrate Arcade tools with Google ADK agents"
5
5
6
6
# Arcade with Google ADK
7
7
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.
9
9
10
10
## Get started
11
11
@@ -22,6 +22,6 @@ With Arcade and Google ADK, your agents can:
22
22
- Post messages to Slack channels
23
23
- Create GitHub issues and pull requests
24
24
- Search the web and extract content
25
-
- Access 7,000+ other integrations
25
+
- Access 7,500+ other integrations
26
26
27
27
Browse the [full MCP server catalog](/resources/integrations) to see all available tools.
[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.
[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.
9
9
10
10
## Get started
11
11
@@ -22,7 +22,7 @@ With Arcade and LangChain, your agents can:
22
22
- Post messages to Slack channels
23
23
- Create GitHub issues and pull requests
24
24
- Search the web and extract content
25
-
- Access 7,000+ other integrations
25
+
- Access 7,500+ other integrations
26
26
27
27
Browse the [full MCP server catalog](/resources/integrations) to see all available tools.
Copy file name to clipboardExpand all lines: app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "Integrate Arcade tools with the OpenAI Agents SDK"
5
5
6
6
# Arcade with OpenAI Agents
7
7
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.
9
9
10
10
## Get started
11
11
@@ -22,6 +22,6 @@ With Arcade and OpenAI Agents, your agents can:
22
22
- Post messages to Slack channels
23
23
- Create GitHub issues and pull requests
24
24
- Search the web and extract content
25
-
- Access 7,000+ other integrations
25
+
- Access 7,500+ other integrations
26
26
27
27
Browse the [full MCP server catalog](/resources/integrations) to see all available tools.
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."
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."
589
589
href={INTEGRATIONS_PAGE_HREF}
590
590
icon={ToolCase}
591
-
title="Tool Catalog"
591
+
title="Execute — Agent-Optimized Tools"
592
592
/>
593
593
<QuickStartCard
594
-
description="Let agents act on behalf of users. Handle OAuth, API keys, and tokens for tools like Gmail and Google Drive."
description="Scale agents across your org from a central control plane. Shared registry, version control, visibility filtering, and OpenTelemetry audit logs."
Copy file name to clipboardExpand all lines: app/en/home/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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."
Copy file name to clipboardExpand all lines: app/layout.tsx
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,8 @@ export function generateMetadata() {
50
50
default: "Arcade Docs",
51
51
template: "%s | Arcade Docs",
52
52
},
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.",
Copy file name to clipboardExpand all lines: scripts/generate-llmstxt.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -354,14 +354,14 @@ function generateLlmsTxt(
354
354
// Header
355
355
lines.push("# Arcade");
356
356
lines.push("");
357
-
lines.push("> Arcade is the only runtime for MCP");
357
+
lines.push("> Arcade is the actions runtime for enterprise AI agents.");
358
358
lines.push("");
359
359
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."
361
361
);
362
362
lines.push("");
363
363
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."
0 commit comments