Skip to content

Commit f5533d7

Browse files
committed
Add Warp-hosted docs
1 parent 4ecda11 commit f5533d7

3 files changed

Lines changed: 56 additions & 0 deletions

File tree

src/content/docs/agent-platform/cloud-agents/platform.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ With Warp hosting:
174174

175175
* Warp runs the environment on Warp-managed infrastructure.
176176
* This is the default model for teams that want the simplest setup and do not need execution to occur inside their network boundary.
177+
* For more details, see [Warp-hosted execution](/agent-platform/cloud-agents/warp-hosting/).
177178

178179
#### Self-hosted execution
179180

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Warp-hosted agents
3+
description: >-
4+
Run Oz cloud agents on Warp's infrastructure. Warp handles scaling, isolation, and performance for agent execution.
5+
sidebar:
6+
label: "Warp-hosted agents"
7+
---
8+
9+
Warp's managed infrastructure lets your team easily run Oz cloud agent workloads in fast and secure sandboxes.
10+
11+
Use Warp-hosted agents to quickly get started with Oz, without needing to configure compute resources or maintain services.
12+
13+
## Sandbox environment
14+
15+
All Warp-hosted agents run in fully-isolated sandboxes. Warp uses a mix of infrastructure providers to ensure reliable sandbox startup.
16+
17+
### OS and architecture
18+
19+
Warp-hosted agents use the container image specified in your [environment](/agent-platform/cloud-agents/environments).
20+
They are compatible with any Linux x86-64 image that includes a `bash` shell and core utilities like `ls` and `mkdir`.
21+
22+
### Resources
23+
24+
The resources available to Warp-hosted agents depend on your [plan](https://warp.dev/pricing) - see the latest details there.
25+
26+
On [enterprise](/enterprise) plans, resources are configurable up to 32 vCPUs and 64 GiB of memory. If additional resources are required, reach out to Warp support about custom provisioning.
27+
28+
### Concurrency
29+
30+
To fairly allocate resources across all Warp users, concurrency of Warp-hosted agents is limited on a per-team basis. If an agent is started while at your concurrency limit, it is automatically queued and will start as soon as another agent completes.
31+
32+
### Networking
33+
34+
Warp's hosted agents have network egress enabled by default. Outgoing requests may come from the following IP addresses:
35+
36+
* `64.6.38.192/26`
37+
* `64.6.39.192/26`
38+
* `104.128.70.192/26`
39+
* `104.128.71.192/26`
40+
* `216.176.224.192/26`
41+
* `185.212.186.0/24`
42+
* `50.31.178.128/26`
43+
* `50.31.146.192/26`
44+
* `75.102.37.208/28`
45+
* `44.253.165.189`
46+
* `16.145.188.113`
47+
* `16.145.133.251`
48+
49+
---
50+
51+
## Related pages
52+
53+
* [Oz Platform](/agent-platform/cloud-agents/platform/) - Learn how Warp-hosted agents fit into the Oz Platform.
54+
* [Self-hosting](/agent-platform/cloud-agents/self-hosting/) - Run agents on infrastructure you manage when execution must stay inside your network.

src/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
357357
'agent-platform/cloud-agents/secrets',
358358
{ slug: 'agent-platform/cloud-agents/mcp', label: 'MCP servers' },
359359
{ slug: 'agent-platform/cloud-agents/deployment-patterns', label: 'Deployment patterns' },
360+
{ slug: 'agent-platform/cloud-agents/warp-hosting', label: 'Warp-hosted agents' },
360361
{
361362
label: 'Self-hosting',
362363
collapsed: true,

0 commit comments

Comments
 (0)