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.1.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.1.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-1.0.1.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 |
092857a889928706b1440c0d4d81e0f1a1c717393f2c36bd8a63f394aca3c2fb
|
|
| MD5 |
7f3efe50c2173aa887337cc7abca80bb
|
|
| BLAKE2b-256 |
ae657553fbce4ad1bc95072aae1606f800ac29826f09da3d951a0e853e6cce92
|
File details
Details for the file agentbox_python_sdk-1.0.1-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-1.0.1-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 |
8779bb156f3fdfb9fb328fd91d2dd9668440d2039168a2537763b1a0c34033bd
|
|
| MD5 |
7429fb1c227edffa669bdde436d948d2
|
|
| BLAKE2b-256 |
3cfd8fdeddff853e6c0d7d5546cd819a1ef795a8ce968677b08362a130465199
|