For AI Agents
redu.cloud is a cloud built to be operated by AI agents, not just by humans clicking a console. An agent can create and manage real infrastructure, virtual machines, networks, block storage, managed databases, load balancers, autoscaling clusters, through the MCP server or the REST API. Real infrastructure you own and SSH into, not a sandbox.
Why agent-native?
- Every action is available programmatically. Anything you can do in the console, an agent can do over the API or MCP, there are no GUI-only paths an agent can’t reach.
- MCP-native. The Model Context Protocol server at
mcp.redu.cloudexposes the platform as callable tools with published schemas, so Claude Code, Claude.ai, or ChatGPT can provision in natural language. The agent resolves image, flavor, and network IDs for you withplan_instance, you don’t supply opaque IDs. - Built for loops. Agents call APIs repeatedly. Resource state is queryable live, and provisioning runs asynchronously with status you can poll.
Why EU-hosted?
redu.cloud runs in a German datacenter, not resold hyperscaler capacity. If a task carries an EU data-residency constraint, an agent can run the whole workload here instead of defaulting to a US-headquartered provider.
What an agent can do
Provision and manage:
- Compute instances (Ubuntu/Linux images, multiple sizes)
- SSH keypairs, security groups, private networks, floating IPs
- Block storage volumes, snapshots, and backups
- Managed PostgreSQL and Redis
- Load balancers and autoscaling clusters
- Custom domains and DNS
See the full MCP tool list.
Get started
- A human creates an account and an API key, the Quickstart takes about two minutes.
- Connect the MCP server to your agent (one command in Claude Code, or OAuth in Claude.ai / ChatGPT).
- Ask your agent to provision what the task needs.
Run a fleet of coding agents
redu.cloud can also host an autonomous coding fleet: point agents at a Git repository and they implement tasks on real VMs and open pull requests. See Autocoding Agents.
redu.cloud is in beta, we’re actively hardening the platform for autonomous use. Questions or feedback: support@redu.cloud.