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/hosting-overview/page.mdx
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,45 @@ description: "Learn about the different ways to host Arcade"
5
5
6
6
# Hosting Options
7
7
8
-
The easiest and best way to use Arcade.dev is via our cloud service - sign up for free at [https://api.arcade.dev](https://api.arcade.dev). However, you might need to connect your tools to local resources (e.g. a local database or filesystem) or keep data within your own infrastructure. Don't worry, Arcade has you covered!
8
+
The easiest and best way to use Arcade is via the Arcade Cloud service - sign up for free at [https://api.arcade.dev](https://api.arcade.dev). However, you might need to connect your tools to local resources (e.g. a local database or filesystem) or keep data within your own infrastructure. Don't worry, Arcade has you covered via either Arcade Cloud or our on-premise deployment options.
9
9
10
-
## MCP Server Deployment
10
+
## Arcade Cloud
11
11
12
-
You can route and manage tool calls from your agents to MCP servers hosted anywhere - on your machine, on your own infrastructure, in a private cloud, or on our cloud service. This allows you to mix the best public tools with your own private tools.
12
+
Arcade Cloud is the default option — sign up and start building immediately:
13
13
14
-
See [On-premise MCP Servers](/home/deployment/on-prem-mcp) for more information about how to use your own MCP servers running anywhere and see [Arcade Deploy](/home/serve-tools/arcade-deploy) to learn how to deploy to Arcade's cloud.
14
+
-**Zero Infrastructure**: No servers or databases to manage
15
+
-**Automatic Updates**: Always access the latest tools and features
-**Free Tier**: Start building without a credit card
15
18
16
-
##Customizing Auth
19
+
### MCP Server Deployment
17
20
18
-
You don't have to self-host Arcade to customize your auth experiences. Arcade's cloud service supports a number of auth providers out of the box, and you can provide your own OAuth app credentials to brand your end-user experience. We recommend doing this for all production use cases, so that you can have isolated rate limits with the OAuth service provider and you can give your users a consistent experience when they go through an auth flow.
21
+
You can route and manage tool calls from your agents to MCP servers hosted anywhere—on your machine, on your own infrastructure, in a private cloud, or on Arcade Cloud. This allows you to mix the best public tools with your own private tools.
22
+
23
+
Connect on-premises MCP servers to Arcade Cloud for a hybrid deployment:
24
+
25
+
-**Private Resources**: Access databases and APIs within your network
26
+
-**Data Control**: Keep sensitive data in your environment
27
+
-**Custom Dependencies**: Use specific runtime requirements or configurations
28
+
-**Compliance**: Meet regulatory requirements while using Arcade's capabilities
29
+
30
+
See [On-premise MCP Servers](/home/deployment/on-prem-mcp) for more information about how to use your own MCP servers running anywhere, and see [Arcade Deploy](/home/serve-tools/arcade-deploy) to learn how to deploy to Arcade Cloud.
31
+
32
+
### Customizing Auth
33
+
34
+
You don't have to self-host Arcade to customize your auth experiences. Arcade Cloud supports a number of auth providers out of the box, and you can provide your own OAuth app credentials to brand your end-user experience. We recommend doing this for all production use cases, so that you can have isolated rate limits with the OAuth service provider and you can give your users a consistent experience when they go through an auth flow.
19
35
You can still use the same tools when you customize your auth, no code changes are required.
20
36
21
37
See [Customizing Auth](/home/auth-providers) for more information.
22
38
39
+
### Arcade Cloud Pricing
40
+
41
+
Arcade Cloud offers a generous free tier to get started:
42
+
43
+
-**Free Tier**: Includes access to all public MCP Servers and basic features
44
+
-**Usage-Based**: Pay only for what you use as you scale
45
+
46
+
Visit [https://api.arcade.dev](https://api.arcade.dev) for current pricing details.
0 commit comments