diff --git a/app/en/home/deployment/_meta.tsx b/app/en/home/deployment/_meta.tsx index 060372d3e..33ad997c1 100644 --- a/app/en/home/deployment/_meta.tsx +++ b/app/en/home/deployment/_meta.tsx @@ -8,6 +8,9 @@ const meta: MetaRecord = { copyPage: true, }, }, + "arcade-cloud-infra": { + title: "Arcade Cloud Infrastructure", + }, "on-prem-mcp": { title: "On-premises MCP servers", }, diff --git a/app/en/home/deployment/arcade-cloud-infra/page.mdx b/app/en/home/deployment/arcade-cloud-infra/page.mdx new file mode 100644 index 000000000..cce088b45 --- /dev/null +++ b/app/en/home/deployment/arcade-cloud-infra/page.mdx @@ -0,0 +1,28 @@ +--- +title: "Arcade Cloud Infrastructure" +description: "Learn about the infrastructure that powers Arcade Cloud" +--- + +# Arcade Cloud Infrastructure + +This page covers the infrastructure that powers Arcade Cloud, and what you might need to know about it. + +## Egress IP Addresses + +Traffic from Arcade Cloud will be existing our infrastructure from the following IP addresses: + +```sh +# Control Plane (Located in the USA) +3.140.92.118 +3.13.58.74 +3.149.34.246 + +# MCP Server Cluster 1 (Located in the USA) +3.150.210.23 +3.135.113.210 +3.131.234.5 +``` + +## VPC Peering + +VPC Peering is available for our enterprise customers upon request. If you are interested in VPC Peering, please [contact us](/home/contact-us). diff --git a/app/en/home/hosting-overview/page.mdx b/app/en/home/hosting-overview/page.mdx index 0a7f47a6e..f0d5a05d0 100644 --- a/app/en/home/hosting-overview/page.mdx +++ b/app/en/home/hosting-overview/page.mdx @@ -5,21 +5,45 @@ description: "Learn about the different ways to host Arcade" # Hosting Options -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! +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. -## MCP Server Deployment +## Arcade Cloud -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. +Arcade Cloud is the default option — sign up and start building immediately: -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. +- **Zero Infrastructure**: No servers or databases to manage +- **Automatic Updates**: Always access the latest tools and features +- **Built-in Scaling**: Handles traffic spikes automatically +- **Free Tier**: Start building without a credit card -## Customizing Auth +### MCP Server Deployment -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. +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. + +Connect on-premises MCP servers to Arcade Cloud for a hybrid deployment: + +- **Private Resources**: Access databases and APIs within your network +- **Data Control**: Keep sensitive data in your environment +- **Custom Dependencies**: Use specific runtime requirements or configurations +- **Compliance**: Meet regulatory requirements while using Arcade's capabilities + +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. + +### Customizing Auth + +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. You can still use the same tools when you customize your auth, no code changes are required. See [Customizing Auth](/home/auth-providers) for more information. +### Arcade Cloud Pricing + +Arcade Cloud offers a generous free tier to get started: + +- **Free Tier**: Includes access to all public MCP Servers and basic features +- **Usage-Based**: Pay only for what you use as you scale + +Visit [https://api.arcade.dev](https://api.arcade.dev) for current pricing details. ## On-Premise Deployments