Skip to content

Commit 7412f56

Browse files
Add platform info for sandbox sdk (#25860)
1 parent 9b32913 commit 7412f56

File tree

5 files changed

+106
-2
lines changed

5 files changed

+106
-2
lines changed

src/content/docs/sandbox/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,13 @@ Stateful coordination layer that enables Sandbox to maintain persistent environm
207207
Learn about the Sandbox Beta, current status, and upcoming features.
208208
</LinkTitleCard>
209209

210+
<LinkTitleCard title="Pricing" href="/sandbox/platform/pricing/" icon="document">
211+
Understand Sandbox pricing based on the underlying Containers platform.
212+
</LinkTitleCard>
213+
210214
<LinkTitleCard title="Limits" href="/sandbox/platform/limits/" icon="document">
211-
Understand Sandbox resource limits, quotas, and best practices for working
212-
within them.
215+
Learn about resource limits, quotas, and best practices for working within
216+
them.
213217
</LinkTitleCard>
214218

215219
<LinkTitleCard
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Beta Information
3+
pcx_content_type: reference
4+
sidebar:
5+
order: 3
6+
---
7+
8+
Sandbox SDK is currently in open beta. This means the product is publicly available and ready to use, but we're actively gathering feedback and may make changes based on what we learn.
9+
10+
## What to Expect
11+
12+
During the beta period:
13+
14+
- **API stability** - The core API is stable, but we may introduce new features or adjust existing ones based on feedback
15+
- **Production use** - You can use Sandbox SDK in production, but be aware of potential changes
16+
- **Active development** - We're continuously improving performance, adding features, and fixing bugs
17+
- **Documentation updates** - Guides and examples will be refined as we learn from real-world usage
18+
19+
## Known Limitations
20+
21+
See [Containers Beta Information](/containers/beta-info/) for current limitations and known issues, as Sandbox SDK inherits the same constraints.
22+
23+
## Feedback Wanted
24+
25+
We'd love to hear about your experience with Sandbox SDK:
26+
27+
- What are you building?
28+
- What features would be most valuable?
29+
- What challenges have you encountered?
30+
- What instance sizes do you need?
31+
32+
Share your feedback:
33+
34+
- [GitHub Issues](https://github.com/cloudflare/sandbox-sdk/issues) - Report bugs or request features
35+
- [Developer Discord](https://discord.cloudflare.com) - Chat with the team and community
36+
- [Community Forum](https://community.cloudflare.com) - Discuss use cases and best practices
37+
38+
Check the [GitHub repository](https://github.com/cloudflare/sandbox-sdk) for the latest updates and upcoming features.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Platform
3+
pcx_content_type: navigation
4+
sidebar:
5+
order: 10
6+
---
7+
8+
Information about the Sandbox SDK platform, including pricing, limits, and beta status.
9+
10+
## Available resources
11+
12+
- [Pricing](/sandbox/platform/pricing/) - Understand costs based on the Containers platform
13+
- [Limits](/sandbox/platform/limits/) - Resource limits and best practices
14+
- [Beta Information](/sandbox/platform/beta-info/) - Current status and roadmap
15+
16+
Since Sandbox SDK is built on [Containers](/containers/), it shares the same underlying platform characteristics. Refer to these pages to understand how pricing and limits work for your sandbox deployments.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Limits
3+
pcx_content_type: reference
4+
sidebar:
5+
order: 2
6+
---
7+
8+
Since the Sandbox SDK is built on top of the [Containers](/containers/) platform, it shares the same underlying platform characteristics. Refer to these pages to understand how pricing and limits work for your sandbox deployments.
9+
10+
## Container Limits
11+
12+
Refer to [Containers limits](/containers/platform-details/limits/) for complete details on:
13+
14+
- Memory, vCPU, and disk limits for concurrent container instances
15+
- Instance types and their resource allocations
16+
- Image size and storage limits
17+
18+
## Best Practices
19+
20+
To work within these limits:
21+
22+
- **Right-size your instances** - Choose the appropriate [instance type](/containers/platform-details/limits/#instance-types) based on your workload requirements
23+
- **Clean up unused sandboxes** - Terminate sandbox sessions when they're no longer needed to free up resources
24+
- **Optimize images** - Keep your [custom Dockerfiles](/sandbox/configuration/dockerfile/) lean to reduce image size
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Pricing
3+
pcx_content_type: reference
4+
sidebar:
5+
order: 1
6+
---
7+
8+
Sandbox SDK pricing is determined by the underlying [Containers](/containers/) platform it's built on.
9+
10+
## Containers Pricing
11+
12+
Refer to [Containers pricing](/containers/pricing/) for complete details on:
13+
- vCPU, memory, and disk usage rates
14+
- Network egress pricing
15+
- Instance types and their costs
16+
17+
## Related Pricing
18+
19+
When using Sandbox, you'll also be billed for:
20+
- [Workers](/workers/platform/pricing/) - Handles incoming requests to your sandbox
21+
- [Durable Objects](/durable-objects/platform/pricing/) - Powers each sandbox instance
22+
- [Workers Logs](/workers/observability/logs/workers-logs/#pricing) - Optional observability (if enabled)

0 commit comments

Comments
 (0)