Skip to content

Commit 4176d11

Browse files
Arcade Cloud Infra page and deployment section clarity (#532)
* Arcade Cloud Infra page and deployment section clarity * Update app/en/home/deployment/arcade-cloud-infra/page.mdx Co-authored-by: Mateo Torres <mateo@arcade.dev> * Update app/en/home/hosting-overview/page.mdx Co-authored-by: Mateo Torres <mateo@arcade.dev> * Update app/en/home/hosting-overview/page.mdx Co-authored-by: Mateo Torres <mateo@arcade.dev> * Update app/en/home/hosting-overview/page.mdx Co-authored-by: Mateo Torres <mateo@arcade.dev> * Update app/en/home/hosting-overview/page.mdx Co-authored-by: Mateo Torres <mateo@arcade.dev> * Update app/en/home/hosting-overview/page.mdx Co-authored-by: Mateo Torres <mateo@arcade.dev> --------- Co-authored-by: Mateo Torres <mateo@arcade.dev>
1 parent ca5d698 commit 4176d11

File tree

3 files changed

+61
-6
lines changed

3 files changed

+61
-6
lines changed

app/en/home/deployment/_meta.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ const meta: MetaRecord = {
88
copyPage: true,
99
},
1010
},
11+
"arcade-cloud-infra": {
12+
title: "Arcade Cloud Infrastructure",
13+
},
1114
"on-prem-mcp": {
1215
title: "On-premises MCP servers",
1316
},
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Arcade Cloud Infrastructure"
3+
description: "Learn about the infrastructure that powers Arcade Cloud"
4+
---
5+
6+
# Arcade Cloud Infrastructure
7+
8+
This page covers the infrastructure that powers Arcade Cloud, and what you might need to know about it.
9+
10+
## Egress IP Addresses
11+
12+
Traffic from Arcade Cloud will be existing our infrastructure from the following IP addresses:
13+
14+
```sh
15+
# Control Plane (Located in the USA)
16+
3.140.92.118
17+
3.13.58.74
18+
3.149.34.246
19+
20+
# MCP Server Cluster 1 (Located in the USA)
21+
3.150.210.23
22+
3.135.113.210
23+
3.131.234.5
24+
```
25+
26+
## VPC Peering
27+
28+
VPC Peering is available for our enterprise customers upon request. If you are interested in VPC Peering, please [contact us](/home/contact-us).

app/en/home/hosting-overview/page.mdx

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,45 @@ description: "Learn about the different ways to host Arcade"
55

66
# Hosting Options
77

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

10-
## MCP Server Deployment
10+
## Arcade Cloud
1111

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:
1313

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
16+
- **Built-in Scaling**: Handles traffic spikes automatically
17+
- **Free Tier**: Start building without a credit card
1518

16-
## Customizing Auth
19+
### MCP Server Deployment
1720

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.
1935
You can still use the same tools when you customize your auth, no code changes are required.
2036

2137
See [Customizing Auth](/home/auth-providers) for more information.
2238

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

2448
## On-Premise Deployments
2549

0 commit comments

Comments
 (0)