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.6.tar.gz
(91.1 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.6.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-1.0.6.tar.gz
- Upload date:
- Size: 91.1 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 |
060aa0055efc7fb59ecb06cf4212603ef9c56a9edf43b81a53f4577b70f852c7
|
|
| MD5 |
dbca5659b1079255b3a549120c56eb1c
|
|
| BLAKE2b-256 |
c95d3cb16877ffd430f4c9341a9b0317b367c76db190a431720386945a269444
|
File details
Details for the file agentbox_python_sdk-1.0.6-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-1.0.6-py3-none-any.whl
- Upload date:
- Size: 194.6 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 |
0c6cc6af725002f58461f29e421fc92c749c27c9be6a7f2a7ef2219361832ce4
|
|
| MD5 |
671b18dd0de6a6caf840c298df6f3439
|
|
| BLAKE2b-256 |
e0242912603aa32ab1a331851b4b56c681d2155b923c34f3c45197d24a1835e3
|