Skip to content

Commit 538d150

Browse files
jakubvulevantahler
andauthored
Term consistency 1 (#445)
* Replace 'integration' with 'toolkit' terminology across documentation - Update references from 'integration' to 'toolkit' in meta files and components - Standardize terminology to use 'toolkit' consistently throughout the docs * Auth Integration -> Auth Provider * Update terminology: change 'the hosted Arcade Engine' to 'the Arcade Cloud Platform' * Update 'Arcade Cloud' to 'Arcade Cloud Platform' * Authentication Provider -> Auth Provider --------- Co-authored-by: Evan Tahler <[email protected]>
1 parent e96acdf commit 538d150

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+59
-61
lines changed

pages/home/_meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
title: (
2020
<span className="flex items-center gap-2 font-medium">
2121
<Plug className="size-4" />
22-
Integrations
22+
Toolkits
2323
</span>
2424
),
2525
href: "/toolkits",

pages/home/auth-providers/asana.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This auth provider is used by:
2222

2323
## Use Arcade's Default Asana Auth Provider
2424

25-
Arcade offers a default Asana auth provider that you can use in the Arcade Cloud. In this case, your users will see `Arcade` as the name of the application that's requesting permission.
25+
Arcade offers a default Asana auth provider that you can use in the Arcade Cloud Platform. In this case, your users will see `Arcade` as the name of the application that's requesting permission.
2626

2727
If you choose to use Arcade's Asana auth, you don't need to configure anything. Follow the [Asana toolkit examples](/toolkits/productivity/asana) to get started calling Asana tools.
2828

@@ -34,7 +34,7 @@ If you choose to use Arcade's Asana auth, you don't need to configure anything.
3434

3535
In a production environment, you will most likely want to use your own Asana app credentials. This way, your users will see your application's name requesting permission.
3636

37-
You can use your own Asana credentials in both the Arcade Cloud and in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
37+
You can use your own Asana credentials in both the Arcade Cloud Platform or in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
3838

3939
Before showing how to configure your Asana app credentials, let's go through the steps to create an Asana app.
4040

pages/home/auth-providers/atlassian.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This auth provider is used by:
2727

2828
In a production environment, you will most likely want to use your own Atlassian app credentials. This way, your users will see your application's name requesting permission.
2929

30-
You can use your own Atlassian credentials in both the Arcade Cloud and in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
30+
You can use your own Atlassian credentials in both the Arcade Cloud Platform or in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
3131

3232
Before showing how to configure your Atlassian app credentials, let's go through the steps to create an Atlassian app.
3333

pages/home/auth-providers/clickup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This auth provider is used by:
1919
</Note>
2020
In a production environment, you will most likely want to use your own ClickUp app credentials. This way, your users will see your application's name requesting permission.
2121

22-
You can use your own ClickUp credentials in both the Arcade Cloud and in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
22+
You can use your own ClickUp credentials in both the Arcade Cloud Platform or in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
2323

2424
Before showing how to configure your ClickUp app credentials, let's go through the steps to create a ClickUp app.
2525

pages/home/auth-providers/discord.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This auth provider is used by:
2727

2828
In a production environment, you will most likely want to use your own Discord app credentials. This way, your users will see your application's name requesting permission.
2929

30-
You can use your own Discord credentials in both the Arcade Cloud and in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
30+
You can use your own Discord credentials in both the Arcade Cloud Platform or in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
3131

3232
Before showing how to configure your Discord app credentials, let's go through the steps to create a Discord app.
3333

pages/home/auth-providers/dropbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This auth provider is used by:
2727

2828
In a production environment, you will most likely want to use your own Dropbox app credentials. This way, your users will see your application's name requesting permission.
2929

30-
You can use your own Dropbox credentials in both the Arcade Cloud and in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
30+
You can use your own Dropbox credentials in both the Arcade Cloud Platform or in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
3131

3232
Before showing how to configure your Dropbox app credentials, let's go through the steps to create a Dropbox app.
3333

pages/home/auth-providers/github.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This auth provider is used by:
2727

2828
In a production environment, you will most likely want to use your own GitHub app credentials. This way, your users will see your application's name requesting permission.
2929

30-
You can use your own GitHub credentials in both the Arcade Cloud and in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
30+
You can use your own GitHub credentials in both the Arcade Cloud Platform or in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
3131

3232
Before showing how to configure your GitHub app credentials, let's go through the steps to create a GitHub app.
3333

pages/home/auth-providers/google.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This auth provider is used by:
2828

2929
In a production environment, you will most likely want to use your own Google app credentials. This way, your users will see your application's name requesting permission.
3030

31-
You can use your own Google credentials in both the Arcade Cloud and in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
31+
You can use your own Google credentials in both the Arcade Cloud Platform or in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
3232

3333
Before showing how to configure your Google app credentials, let's go through the steps to create a Google app.
3434

pages/home/auth-providers/hubspot.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This auth provider is used by:
2121

2222
## Use Arcade's Default Hubspot Auth Provider
2323

24-
Arcade offers a default Hubspot auth provider that you can use in the Arcade Cloud. In this case, your users will see `Arcade` as the name of the application that's requesting permission.
24+
Arcade offers a default Hubspot auth provider that you can use in the Arcade Cloud Platform. In this case, your users will see `Arcade` as the name of the application that's requesting permission.
2525

2626
If you choose to use Arcade's Hubspot auth, you don't need to configure anything. Follow the [Hubspot toolkit examples](/toolkits/sales/hubspot) to get started calling Hubspot tools.
2727

@@ -33,7 +33,7 @@ If you choose to use Arcade's Hubspot auth, you don't need to configure anything
3333

3434
In a production environment, you will most likely want to use your own Hubspot app credentials. This way, your users will see your application's name requesting permission.
3535

36-
You can use your own Hubspot credentials in both the Arcade Cloud and in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
36+
You can use your own Hubspot credentials in both the Arcade Cloud Platform or in a [self-hosted Arcade Engine](/home/local-deployment/install/local) instance.
3737

3838
Before showing how to configure your Hubspot app credentials, let's go through the steps to create a Hubspot app.
3939

pages/home/auth-providers/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ import { ToolCard } from "@/components/ToolCard";
99

1010
Auth providers enable users to seamlessly and securely allow Arcade tools to access their data.
1111

12-
Arcade has several auth providers available in the Arcade cloud so you don't have to configure your own. However, using Arcade's auth providers means that your users will see the Arcade brand (name and logo) on the auth screen and your authentications will share any rate limits from those providers with other Arcade customers.
12+
Arcade has several auth providers available in the Arcade Cloud Platform so you don't have to configure your own. However, using Arcade's auth providers means that your users will see the Arcade brand (name and logo) on the auth screen and your authentications will share any rate limits from those providers with other Arcade customers.
1313

1414
It can be useful to configure your own auth provider for the following reasons:
1515

1616
- You want to use your own brand on the auth screen
1717
- You want to isolate your rate limits from other Arcade customers
1818
- You want to use a provider that Arcade [does not have a built-in integration for](/home/auth-providers/oauth2)
1919

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, your auth provider will take precedence over the arcade-provided auth provider.
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.
2121

2222
Adding multiple providers of the same type, not including the arcade-provided ones, can cause Arcade's tool authorization to fail, see [Using multiple providers of the same type](#using-multiple-providers-of-the-same-type) for more information.
2323

0 commit comments

Comments
 (0)