Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Claude Sandbox SDK

管理 Claude Agent 沙盒服务的 CLI 工具。

安装

pip install claude-sandbox-sdk

使用

启动服务

# 前台运行
claude-sandbox start

# 后台运行
claude-sandbox start --daemon

# 指定端口
claude-sandbox start --port 8300

# 指定地址和端口
claude-sandbox start --host 127.0.0.1 --port 8300

停止服务

claude-sandbox stop

# 强制终止
claude-sandbox stop --force

重启服务

claude-sandbox restart

# 重启并更换端口
claude-sandbox restart --port 8300

查看状态

claude-sandbox status

查看日志

# 查看最近 50 行
claude-sandbox logs

# 实时跟踪
claude-sandbox logs --follow

# 查看最近 100 行
claude-sandbox logs --lines 100

配置

配置优先级: CLI 参数 > 环境变量 > 默认值

配置项 环境变量 默认值
host CLAUDE_SANDBOX_HOST 0.0.0.0
port CLAUDE_SANDBOX_PORT 8200
log_level CLAUDE_SANDBOX_LOG_LEVEL INFO

数据目录

服务运行时数据存储在 ~/.claude-sandbox/:

  • pid — 运行中的进程 PID
  • port — 当前使用的端口
  • server.log — 服务日志

开发

# 克隆仓库
git clone https://github.com/ai302/claude-sandbox-sdk.git
cd claude-sandbox-sdk

# 安装开发依赖
pip install -e ".[dev]"

# 运行测试
pytest

# 代码检查
ruff check .
mypy app/

发布

# 构建
python -m build

# 上传到 PyPI
twine upload dist/*

API 端点

端点 方法 说明
/health GET 健康检查
/sessions GET 列出会话
/sessions/{id} GET 获取会话信息
/sessions/{id}/messages GET 获取会话消息
/ws/chat WebSocket 聊天接口

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claude_sandbox_sdk-0.1.27b1.tar.gz (63.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claude_sandbox_sdk-0.1.27b1-py3-none-any.whl (74.2 kB view details)

Uploaded Python 3

File details

Details for the file claude_sandbox_sdk-0.1.27b1.tar.gz.

File metadata

  • Download URL: claude_sandbox_sdk-0.1.27b1.tar.gz
  • Upload date:
  • Size: 63.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for claude_sandbox_sdk-0.1.27b1.tar.gz
Algorithm Hash digest
SHA256 b6c58dd610422b7baf08bc169bceabbffa74cb5b9c227e56dd2c5bda4dea000c
MD5 414df27a6d6926fe26b2c677fd34df9a
BLAKE2b-256 fb3271fe75a99afce871ede9b3cd26a5c2cb8a8efbf2e77c931f8453ba9e572a

See more details on using hashes here.

File details

Details for the file claude_sandbox_sdk-0.1.27b1-py3-none-any.whl.

File metadata

File hashes

Hashes for claude_sandbox_sdk-0.1.27b1-py3-none-any.whl
Algorithm Hash digest
SHA256 17361cb5896fad31c4ff0bb8b51aa908be3e5eadd1603b074b32fbdc724d12c0
MD5 e3b54057ae3094d128801a12076c38eb
BLAKE2b-256 f91d3c51b4e016d4d81774810abd7785f781f32863c28e4c466f9ef4523a3b05

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.29

2 files

0.1.28

2 files

0.1.27

2 files

This release

0.1.27b1 This release

2 files

0.1.26

2 files

0.1.25

2 files

0.1.24

2 files

0.1.23

2 files

0.1.22

2 files

0.1.21

2 files

0.1.19

2 files

0.1.18

2 files

0.1.17

2 files

0.1.16

2 files

0.1.15

2 files

0.1.14

2 files

0.1.13

2 files

0.1.12

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page