Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions app/en/get-started/about-arcade/page.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
---
title: "How Arcade helps with Agent Authorization"
description: "Learn how Arcade helps with auth and tool calling"
title: "About Arcade: the enterprise-ready actions runtime for AI agents"
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."
---

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

# About Arcade

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:

- **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.
- **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.
- **Govern — Agent Lifecycle Governance:** Scale agents across the org from a central control plane: shared registry, version control, visibility filtering, and OpenTelemetry audit logs.

Configure once and use any model, framework, and client. Deploy the first agent the same way you deploy the hundredth.

The rest of this page focuses on the first pillar — **agent authorization** — which is where most agentic applications hit their first wall.

## Why agent authorization matters

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.

To retrieve this information, agentic applications need to be able to authenticate and authorize access to external services like Gmail or Google Calendar.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Integrate Arcade tools with Google ADK agents"

# Arcade with Google ADK

[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.
[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.

## Get started

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

Browse the [full MCP server catalog](/resources/integrations) to see all available tools.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Steps, Tabs, Callout } from "nextra/components";

# Setup Arcade with Google ADK (TypeScript)

[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.
[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.

<GuideOverview>
<GuideOverview.Outcomes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Integrate Arcade tools with LangChain agents"

# Arcade with LangChain

[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.
[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.

## Get started

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Integrate Arcade tools with the OpenAI Agents SDK"

# Arcade with OpenAI Agents

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.
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.

## Get started

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

Browse the [full MCP server catalog](/resources/integrations) to see all available tools.
35 changes: 18 additions & 17 deletions app/en/home/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export function LandingPage() {
initial={{ opacity: 0, y: 20 }}
transition={{ duration: ANIMATION_DURATION }}
>
MCP Runtime for AI agents that get things done.
The enterprise-ready actions runtime for AI agents.
</motion.h1>
<motion.p
animate={{ opacity: 1, y: 0 }}
Expand All @@ -240,9 +240,10 @@ export function LandingPage() {
delay: ANIMATION_DELAYS.initial,
}}
>
Arcade handles OAuth, manages user tokens, and gives you 7,000+
pre-built integrations so your agents can take real action in
production.
Arcade handles OAuth and manages user tokens, enforces your
security policies on every action, executes reliably across 7,500+
agent-optimized tools, and governs agents centrally — so your
agents take real action in production.
</motion.p>
<motion.div
animate={{ opacity: 1, y: 0 }}
Expand Down Expand Up @@ -319,7 +320,7 @@ export function LandingPage() {
{/* Pre-built Integrations — desktop: col 1 row 2 */}
<div className="min-[1062px]:col-start-1 min-[1062px]:row-start-2">
<QuickStartCard
description="Browse 7,000+ ready-to-use integrations for Gmail, Slack, GitHub, and more."
description="Browse 7,500+ ready-to-use integrations for Gmail, Slack, GitHub, and more."
href={INTEGRATIONS_PAGE_HREF}
icon={Puzzle}
logos={[
Expand Down Expand Up @@ -459,7 +460,7 @@ export function LandingPage() {
}
variant="outline"
>
See all 7,000+
See all 7,500+
<ArrowRight className="ml-2 h-4 w-4" />
</Button>
</div>
Expand Down Expand Up @@ -574,27 +575,27 @@ export function LandingPage() {
How Arcade Works
</h2>
<p className="text-gray-600 dark:text-gray-300">
Three core components that power your AI agents.
Three pillars that power AI agents in production.
</p>
</div>
<div className="mt-12 grid grid-cols-1 gap-8 min-[1062px]:grid-cols-3">
<QuickStartCard
description="Your MCP server and agentic tool provider. Manages authentication, tool registration, and execution."
href="/get-started/about-arcade"
icon={Cog}
title="Runtime"
description="Deploy agents your security team approves. Arcade handles OAuth and manages user tokens, API keys, and secrets for tools like Gmail and Google Drive — then enforces your existing IdP, DLP, and compliance policies plus per-action authorization at runtime."
href="/guides/tool-calling/custom-apps/auth-tool-calling"
icon={Shield}
title="Enforce — Agent Authorization"
/>
<QuickStartCard
description="Catalog of pre-built tools and integrations. Browse 7,000+ ready-to-use MCP servers."
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."
href={INTEGRATIONS_PAGE_HREF}
icon={ToolCase}
title="Tool Catalog"
title="Execute — Agent-Optimized Tools"
/>
<QuickStartCard
description="Let agents act on behalf of users. Handle OAuth, API keys, and tokens for tools like Gmail and Google Drive."
href="/guides/tool-calling/custom-apps/auth-tool-calling"
icon={Shield}
title="Agent Authorization"
description="Scale agents across your org from a central control plane. Shared registry, version control, visibility filtering, and OpenTelemetry audit logs."
href="/get-started/about-arcade"
icon={Cog}
title="Govern — Agent Lifecycle Governance"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/en/home/page.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Arcade Docs"
description: "Guides, resources, sample agents, and references for Arcade auth providers and MCP servers for agents and developers."
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."
---

import { LandingPage } from "./landing-page";
Expand Down
3 changes: 2 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export function generateMetadata() {
default: "Arcade Docs",
template: "%s | Arcade Docs",
},
description: "Arcade - AI platform for developers",
description:
"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.",
metadataBase: new URL("https://docs.arcade.dev"),
manifest: "/site.webmanifest",
icons: {
Expand Down
6 changes: 3 additions & 3 deletions public/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# Arcade

> Arcade is the only runtime for MCP
> Arcade is the enterprise-ready actions runtime for AI agents.

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.
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.

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.
Arcade delivers three capabilities. 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. 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.

## Getting Started

Expand Down
6 changes: 3 additions & 3 deletions scripts/generate-llmstxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,14 @@ function generateLlmsTxt(
// Header
lines.push("# Arcade");
lines.push("");
lines.push("> Arcade is the only runtime for MCP");
lines.push("> Arcade is the enterprise-ready actions runtime for AI agents.");
lines.push("");
lines.push(
"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."
"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."
);
lines.push("");
lines.push(
"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."
"Arcade delivers three capabilities. 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. 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."
);
lines.push("");

Expand Down
Loading