AgentBox Python SDK that give agents cloud environments
Project description
AgentBox
AgentBox AI sandboxes tools for enterprise-grade agents. Build, deploy, and scale with confidence.
Run your first AgentBox Job
1. Install agentbox-python-sdk
pip install agentbox-python-sdk
2. Setup your AgentBox API key
- Sign up to AgentBox
- Manager your API key
- Create API key, and set environment variable with your API key
export AGENTBOX_API_KEY=ab_******
3. Execute code with AgentBox Job
from agentbox import Sandbox
sbx = Sandbox(api_key="ab_******",
template="template_id",
timeout=120)
sbx.commands.run(cmd="ls /")
4. Documents
Visit AgentBox Documents
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentbox_python_sdk-1.0.2.tar.gz
(79.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentbox_python_sdk-1.0.2.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-1.0.2.tar.gz
- Upload date:
- Size: 79.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.8 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d94d662b5a05dd19a93427c214e1b7ae8c2af4a98edf934639bdcabff17527f
|
|
| MD5 |
38559e740d27916ba5c76bfe290e8fec
|
|
| BLAKE2b-256 |
8cc9cc6633b280fd36f64e5108f15c0353d85c66d65ccaad98a8f9b3ed154dfb
|
File details
Details for the file agentbox_python_sdk-1.0.2-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-1.0.2-py3-none-any.whl
- Upload date:
- Size: 163.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.8 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99a4520bfd748640cbebbda8e37ae2de31b7e0eec4f735eef351f85019094150
|
|
| MD5 |
aac4b6e682890105004050938493377b
|
|
| BLAKE2b-256 |
afefe151ab80dcceff601745958b29ac5c3c47bb0250da91c7d279675f810b7a
|