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
Copy file name to clipboardExpand all lines: app/en/home/agentic-development/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
@@ -9,7 +9,7 @@ Give your AI IDE access to Arcade.dev's documentation using our [llms.txt](/llms
9
9
10
10
## LLMs.txt
11
11
12
-
LLMs.txt is a file format that allows you to give your AI IDE access to Arcade.dev's documentation in a format that can be easily parsed by the LLM. All you need to do is paste in the conent of the file into your IDE's settings, or reference the docs, e.g. via [Cursor's `@docs` annotation](https://cursor.com/docs/context/symbols#docs).
12
+
LLMs.txt is a file format that allows you to give your AI IDE access to Arcade.dev's documentation in a format that can be easily parsed by the LLM. All you need to do is paste in the content of the file into your IDE's settings, or reference the docs, e.g. via [Cursor's `@docs` annotation](https://cursor.com/docs/context/symbols#docs).
13
13
14
14
Our LLMs.txt files are available at [`/llms.txt`](/llms.txt).
Copy file name to clipboardExpand all lines: app/en/home/auth-providers/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
@@ -15,7 +15,7 @@ It can be useful to configure your own auth provider for the following reasons:
15
15
16
16
- You want to use your own brand on the auth screen
17
17
- You want to isolate your rate limits from other Arcade customers
18
-
- You want to use a provider that Arcade [does not have a built-in integration for](/home/auth-providers/oauth2)
18
+
- You want to use a service that Arcade [does not have a built-in auth provider for](/home/auth-providers/oauth2)
19
19
20
20
After adding an auth provider used by an Arcade tool, executing the tool will automatically use your auth provider. Even in the Arcade Cloud Platform, your auth provider will take precedence over the arcade-provided auth provider.
Copy file name to clipboardExpand all lines: app/en/home/auth-providers/zendesk/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
@@ -42,7 +42,7 @@ The following three guides from Zendesk will be helpful additional information a
42
42
### Creating a Zendesk app for Arcade
43
43
44
44
1. Create your Organization in the [Zendesk Marketplace portal](https://apps.zendesk.com/).
45
-
1. Create a Zendesk support account at https://www.zendesk.com/login . If you need a global OAuth client, then the subdomain MUST begin with "d3v-". You will need a global OAuth client if your app will use integrations/tools for multiple customers with their own Zendesk instances (multiple subdomains).
45
+
1. Create a Zendesk support account at https://www.zendesk.com/login . If you need a global OAuth client, then the subdomain MUST begin with "d3v-". You will need a global OAuth client if your app will use tools for multiple customers with their own Zendesk instances (multiple subdomains).
46
46
1. In [the Admin Center](https://support.zendesk.com/hc/en-us/articles/4581766374554#topic_hfg_dyz_1hb), click "Apps and integrations" in the sidebar, then select APIs > OAuth clients > Add OAuth client.
47
47
- Ensure your identifier is prefixed with "zdg-" if you will need a global OAuth client.
Copy file name to clipboardExpand all lines: app/en/home/changelog/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
@@ -443,7 +443,7 @@ Self-hosed Arcade developers cannot be grandfathered into the old (insecure) beh
443
443
444
444
**Platform and Engine**
445
445
446
-
-`[feature - 🚀]` Concurrent auth requests for the same user and same scopes use the same authentication flow and URLs. This means that your users only have to authenticate once if the agent chooses to use multiple tools at once with teh same scopes.
446
+
-`[feature - 🚀]` Concurrent auth requests for the same user and same scopes use the same authentication flow and URLs. This means that your users only have to authenticate once if the agent chooses to use multiple tools at once with the same scopes.
Copy file name to clipboardExpand all lines: app/en/home/glossary/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
@@ -190,7 +190,7 @@ _Learn more about [the Arcade clients](/references)._
190
190
191
191
### Arcade Engine
192
192
193
-
The Arcade Engine is the core of the Arcade platform. It is responsible for routing tool execution requests to the correct worker, managing the lifecycle of tool executions, and for enforcing security and authorization decisions.
193
+
The Arcade Engine is the core of the Arcade platform. It is responsible for routing tool execution requests to the correct MCP server, managing the lifecycle of tool executions, and for enforcing security and authorization decisions.
194
194
195
195
The Arcade Engine is also responsible for the OAuth flow for your agent's users. This includes granting and elevating permissions and keeping tokens fresh.
Copy file name to clipboardExpand all lines: app/en/home/oai-agents/user-auth-interrupts/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
@@ -423,7 +423,7 @@ This example handles the authentication flow by:
423
423
424
424
## Authentication persistence
425
425
426
-
Once a user authorizes an integration, Arcade will remember the authorization for that specific user_id and MCP Server. You don't need to re-authorize each time you run the agent.
426
+
Once a user authorizes with an auth provider, Arcade will remember the authorization for that specific user_id and MCP Server. You don't need to re-authorize each time you run the agent.
Copy file name to clipboardExpand all lines: app/en/home/serve-tools/arcade-deploy/page.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import { SignupLink } from "@/app/_components/analytics";
8
8
9
9
# Deploying to the cloud with Arcade Deploy
10
10
11
-
Running your MCP servers locally is very convenient during development and testing. Once your MCP server is mature, however, you may want to access it from any MCP client, or to facilitate multi-user support. Doing all that from your computer comes with the complexity of running and maintaining a server, handling auth and high availability for all your users and all the integrations you want to support. Arcade Deploy takes care of all that for you. Your MCP server will be registered to Arcade, adding all the tools you created to the larger tool catalog. From there, you can create MCP Gateways to pick and choose which tools you want to use in you MCP clients, which can be from any connected MCP server.
11
+
Running your MCP servers locally is very convenient during development and testing. Once your MCP server is mature, however, you may want to access it from any MCP client, or to facilitate multi-user support. Doing all that from your computer comes with the complexity of running and maintaining a server, handling auth and high availability for all your users and all the integrations you want to support. Arcade Deploy takes care of all that for you. Your MCP server will be registered to Arcade, adding all the tools you created to the larger tool catalog. From there, you can create MCP Gateways to pick and choose which tools you want to use in your MCP clients, which can be from any connected MCP server.
12
12
13
13
<GuideOverview>
14
14
<GuideOverview.Outcomes>
@@ -28,7 +28,7 @@ This guide shows you how to deploy your MCP Server with Arcade Deploy.
28
28
<GuideOverview.YouWillLearn>
29
29
30
30
- How to deploy your existing MCP Server to the cloud with the `arcade deploy` CLI command.
31
-
- How to create an MCP Gateway to pick and choose which tools you want to use in you MCP clients.
31
+
- How to create an MCP Gateway to pick and choose which tools you want to use in your MCP clients.
32
32
- How to use Arcade clients to call the tools in your MCP Server.
33
33
34
34
</GuideOverview.YouWillLearn>
@@ -152,7 +152,7 @@ Navigate to the [Servers](https://api.arcade.dev/dashboard/servers) page in your
152
152
153
153
## Create an MCP Gateway to call the tools in your MCP Server
154
154
155
-
Once the MCP server is deployed to Arcade, all the tools in the server will be available in the [tool catalog](https://api.arcade.dev/dashboard/tools) page in your Arcade dashboard. To call the tools from an MCP client, you first need to [create an MCP Gateway](/home/mcp-gateways) to pick and choose which tools you want to use inyou MCP clients.
155
+
Once the MCP server is deployed to Arcade, all the tools in the server will be available in the [tool catalog](https://api.arcade.dev/dashboard/tools) page in your Arcade dashboard. To call the tools from an MCP client, you first need to [create an MCP Gateway](/home/mcp-gateways) to pick and choose which tools you want to use inyour MCP clients.
156
156
157
157
When creating an MCP gateway, you can selectthe tools you want to include in the Gateway from any MCP Servers available to the project, including the one you just deployed.
Copy file name to clipboardExpand all lines: app/en/home/use-tools/tools-overview/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
@@ -40,7 +40,7 @@ In the example above, when the user asks: "_help me analyze the 'Project XYZ' Go
40
40
41
41
One challenge to make all that happen is authorization. How do you give the LLM permission to access someone's Google Docs and Gmail in a secure and convenient way?
42
42
43
-
Arcade solves this problem by providing a standardized [interface for authorization](/home/auth/how-arcade-helps), as well as pre-built integrations with[popular services](/home/auth-providers) such as Google, Dropbox, GitHub, Notion, and many more.
43
+
Arcade solves this problem by providing a standardized [interface for authorization](/home/auth/how-arcade-helps), as well as pre-built auth providers for[popular services](/home/auth-providers) such as Google, Dropbox, GitHub, Notion, and many more.
44
44
45
45
Our SDK also [allows you to integrate](/home/auth-providers/oauth2) LLMs with any OAuth 2.0-compliant API.
0 commit comments