From 094e50b5bf8a0b857fd76d2ba5ae16ab118b8496 Mon Sep 17 00:00:00 2001 From: Mateo Torres Date: Mon, 29 Jun 2026 11:38:19 -0300 Subject: [PATCH 1/6] docs: align positioning to "actions runtime for enterprise AI agents" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- app/en/get-started/about-arcade/page.mdx | 16 +++++++-- .../google-adk/overview/page.mdx | 4 +-- .../google-adk/setup-typescript/page.mdx | 2 +- .../langchain/overview/page.mdx | 4 +-- .../openai-agents/overview/page.mdx | 4 +-- app/en/home/landing-page.tsx | 34 +++++++++---------- app/en/home/page.mdx | 2 +- app/layout.tsx | 3 +- scripts/generate-llmstxt.ts | 6 ++-- 9 files changed, 44 insertions(+), 31 deletions(-) diff --git a/app/en/get-started/about-arcade/page.mdx b/app/en/get-started/about-arcade/page.mdx index 44a049a7a..ea7a66277 100644 --- a/app/en/get-started/about-arcade/page.mdx +++ b/app/en/get-started/about-arcade/page.mdx @@ -1,6 +1,6 @@ --- -title: "How Arcade helps with Agent Authorization" -description: "Learn how Arcade helps with auth and tool calling" +title: "About Arcade: the actions runtime for enterprise AI agents" +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." --- import { Tabs } from "nextra/components"; @@ -8,6 +8,18 @@ import Image from "next/image"; # About Arcade +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: + +- **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. +- **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. diff --git a/app/en/get-started/agent-frameworks/google-adk/overview/page.mdx b/app/en/get-started/agent-frameworks/google-adk/overview/page.mdx index 7c8f6ed71..035de4f25 100644 --- a/app/en/get-started/agent-frameworks/google-adk/overview/page.mdx +++ b/app/en/get-started/agent-frameworks/google-adk/overview/page.mdx @@ -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 @@ -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. diff --git a/app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx b/app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx index 8dd07b528..a1cd9e664 100644 --- a/app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx +++ b/app/en/get-started/agent-frameworks/google-adk/setup-typescript/page.mdx @@ -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. diff --git a/app/en/get-started/agent-frameworks/langchain/overview/page.mdx b/app/en/get-started/agent-frameworks/langchain/overview/page.mdx index fcd81cd90..4b81fe88b 100644 --- a/app/en/get-started/agent-frameworks/langchain/overview/page.mdx +++ b/app/en/get-started/agent-frameworks/langchain/overview/page.mdx @@ -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 @@ -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. diff --git a/app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx b/app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx index a88de02ef..486489123 100644 --- a/app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx +++ b/app/en/get-started/agent-frameworks/openai-agents/overview/page.mdx @@ -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 @@ -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. diff --git a/app/en/home/landing-page.tsx b/app/en/home/landing-page.tsx index a1c87f643..3601c9358 100644 --- a/app/en/home/landing-page.tsx +++ b/app/en/home/landing-page.tsx @@ -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 actions runtime for enterprise AI agents. - Arcade handles OAuth, manages user tokens, and gives you 7,000+ - pre-built integrations so your agents can take real action in - production. + Enforce your security policies on every action, execute reliably + across 7,500+ agent-optimized tools, and govern agents centrally — + so your agents take real action in production. - See all 7,000+ + See all 7,500+ @@ -574,27 +574,27 @@ export function LandingPage() { How Arcade Works

- Three core components that power your AI agents. + Three pillars that power enterprise AI agents.

diff --git a/app/en/home/page.mdx b/app/en/home/page.mdx index aa86f7fa6..a2e60bdad 100644 --- a/app/en/home/page.mdx +++ b/app/en/home/page.mdx @@ -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 actions runtime for enterprise 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"; diff --git a/app/layout.tsx b/app/layout.tsx index f9275167f..6911ea57b 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -50,7 +50,8 @@ export function generateMetadata() { default: "Arcade Docs", template: "%s | Arcade Docs", }, - description: "Arcade - AI platform for developers", + description: + "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.", metadataBase: new URL("https://docs.arcade.dev"), manifest: "/site.webmanifest", icons: { diff --git a/scripts/generate-llmstxt.ts b/scripts/generate-llmstxt.ts index 2cf3cf32e..673d30f33 100644 --- a/scripts/generate-llmstxt.ts +++ b/scripts/generate-llmstxt.ts @@ -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 actions runtime for enterprise 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 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." ); 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 — 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." ); lines.push(""); From dd92691e6afe63d49a37eca297a32b84242df21d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jun 2026 14:39:43 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=F0=9F=A4=96=20Regenerate=20LLMs.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/llms.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/llms.txt b/public/llms.txt index 33abf060b..bc4e2225a 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -2,11 +2,11 @@ # Arcade -> Arcade is the only runtime for MCP +> Arcade is the actions runtime for enterprise 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 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. -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 — 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. ## Getting Started From d8e49bafc3aecb345cff937966dc22e781434485 Mon Sep 17 00:00:00 2001 From: Mateo Torres Date: Mon, 29 Jun 2026 11:50:56 -0300 Subject: [PATCH 3/6] docs: keep explicit OAuth/token-management under the Enforce pillar Address review: Enforce is the umbrella, not a replacement for the managed-auth language. Restore explicit OAuth, user-token, API-key, and secrets management across the hero subhead, the Enforce card, the About-page Enforce bullet, and the llms.txt Enforce description. Co-Authored-By: Claude Opus 4.8 --- app/en/get-started/about-arcade/page.mdx | 2 +- app/en/home/landing-page.tsx | 9 +++++---- scripts/generate-llmstxt.ts | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/en/get-started/about-arcade/page.mdx b/app/en/get-started/about-arcade/page.mdx index ea7a66277..67b7075b1 100644 --- a/app/en/get-started/about-arcade/page.mdx +++ b/app/en/get-started/about-arcade/page.mdx @@ -10,7 +10,7 @@ import Image from "next/image"; 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: -- **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. +- **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. diff --git a/app/en/home/landing-page.tsx b/app/en/home/landing-page.tsx index 3601c9358..c8bcacca3 100644 --- a/app/en/home/landing-page.tsx +++ b/app/en/home/landing-page.tsx @@ -240,9 +240,10 @@ export function LandingPage() { delay: ANIMATION_DELAYS.initial, }} > - Enforce your security policies on every action, execute reliably - across 7,500+ agent-optimized tools, and govern agents centrally — - so your agents 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.
Date: Mon, 29 Jun 2026 14:52:12 +0000 Subject: [PATCH 4/6] =?UTF-8?q?=F0=9F=A4=96=20Regenerate=20LLMs.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/llms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/llms.txt b/public/llms.txt index bc4e2225a..42aa971bf 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -6,7 +6,7 @@ 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. -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. +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 From b58690f28e10ec087a131f31f74fa033d2e11acb Mon Sep 17 00:00:00 2001 From: Mateo Torres Date: Mon, 29 Jun 2026 13:35:12 -0300 Subject: [PATCH 5/6] 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 --- app/en/get-started/about-arcade/page.mdx | 6 +++--- app/en/home/landing-page.tsx | 4 ++-- app/en/home/page.mdx | 2 +- app/layout.tsx | 2 +- scripts/generate-llmstxt.ts | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/en/get-started/about-arcade/page.mdx b/app/en/get-started/about-arcade/page.mdx index 67b7075b1..633bd4fe0 100644 --- a/app/en/get-started/about-arcade/page.mdx +++ b/app/en/get-started/about-arcade/page.mdx @@ -1,6 +1,6 @@ --- -title: "About Arcade: the actions runtime for enterprise AI agents" -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." +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"; @@ -8,7 +8,7 @@ import Image from "next/image"; # About Arcade -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: +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. diff --git a/app/en/home/landing-page.tsx b/app/en/home/landing-page.tsx index c8bcacca3..f3310f473 100644 --- a/app/en/home/landing-page.tsx +++ b/app/en/home/landing-page.tsx @@ -229,7 +229,7 @@ export function LandingPage() { initial={{ opacity: 0, y: 20 }} transition={{ duration: ANIMATION_DURATION }} > - The actions runtime for enterprise AI agents. + The enterprise-ready actions runtime for AI agents.

- Three pillars that power enterprise AI agents. + Three pillars that power AI agents in production.

diff --git a/app/en/home/page.mdx b/app/en/home/page.mdx index a2e60bdad..dcc287593 100644 --- a/app/en/home/page.mdx +++ b/app/en/home/page.mdx @@ -1,6 +1,6 @@ --- title: "Arcade Docs" -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." +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"; diff --git a/app/layout.tsx b/app/layout.tsx index 6911ea57b..2bd3723f7 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -51,7 +51,7 @@ export function generateMetadata() { template: "%s | Arcade Docs", }, description: - "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.", + "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: { diff --git a/scripts/generate-llmstxt.ts b/scripts/generate-llmstxt.ts index 91871e12d..2798ae084 100644 --- a/scripts/generate-llmstxt.ts +++ b/scripts/generate-llmstxt.ts @@ -354,10 +354,10 @@ function generateLlmsTxt( // Header lines.push("# Arcade"); lines.push(""); - lines.push("> Arcade is the actions runtime for enterprise AI agents."); + lines.push("> Arcade is the enterprise-ready actions runtime for AI agents."); lines.push(""); lines.push( - "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." + "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( From 169a6834c28f82e69ff3f49f4d75c5c753f0fd2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jun 2026 16:36:29 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=F0=9F=A4=96=20Regenerate=20LLMs.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/llms.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/llms.txt b/public/llms.txt index 42aa971bf..6b34d2771 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -2,9 +2,9 @@ # Arcade -> Arcade is the actions runtime for enterprise AI agents. +> Arcade is the enterprise-ready actions runtime for AI agents. -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. +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 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.