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.8.tar.gz
(110.6 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.8.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-1.0.8.tar.gz
- Upload date:
- Size: 110.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.8 Darwin/23.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf118a0c865d294f66270c8b6bca742030f4e51894f770fa0c857fb4db1dd9c6
|
|
| MD5 |
b4581718231f469e80add62a5f886cec
|
|
| BLAKE2b-256 |
f6da948d76fb081701a7301f5ad47772ff5896baf587cf347607ae50429d70c5
|
File details
Details for the file agentbox_python_sdk-1.0.8-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-1.0.8-py3-none-any.whl
- Upload date:
- Size: 216.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.8 Darwin/23.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ca05f0dbbc591a7d02b9784f2dc13ef0da9c83742461c412bbaae3dbcb8b5c1
|
|
| MD5 |
b34b0672848784a7160200c8218e5d0f
|
|
| BLAKE2b-256 |
ade362a82c7c946d6ada394ebe5e1d8672c15ff701267e2e8b422ee66f32971f
|