mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 18:03:48 +00:00
feat: refresh docs and agent schema
This commit is contained in:
parent
a49ea094f3
commit
0fbf6272b1
39 changed files with 3127 additions and 1806 deletions
21
docs/deployments/cloudflare-sandboxes.mdx
Normal file
21
docs/deployments/cloudflare-sandboxes.mdx
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: "Cloudflare Sandboxes"
|
||||
description: "Deploy the daemon in Cloudflare Sandboxes."
|
||||
---
|
||||
|
||||
## Steps
|
||||
|
||||
1. Create a Cloudflare Sandbox with a Linux runtime.
|
||||
2. Install the agent binaries and the sandbox-agent daemon.
|
||||
3. Start the daemon and expose the HTTP port.
|
||||
|
||||
```bash
|
||||
export SANDBOX_TOKEN="..."
|
||||
|
||||
cargo run -p sandbox-agent -- \
|
||||
--token "$SANDBOX_TOKEN" \
|
||||
--host 0.0.0.0 \
|
||||
--port 8787
|
||||
```
|
||||
|
||||
4. Connect your client to the sandbox endpoint.
|
||||
Loading…
Add table
Add a link
Reference in a new issue