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.4.tar.gz
(80.3 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.4.tar.gz.
File metadata
- Download URL: agentbox_python_sdk-1.0.4.tar.gz
- Upload date:
- Size: 80.3 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 |
5813791a40c11a42f6133c5aa7f00be07487634622c0ee8c1650c036215703c7
|
|
| MD5 |
41d1c1f7bd542cfa8dbea2e05aa577ec
|
|
| BLAKE2b-256 |
194113b593e575462e6e74329937ea9f863fd3c465f0920900f08a3a3300419d
|
File details
Details for the file agentbox_python_sdk-1.0.4-py3-none-any.whl.
File metadata
- Download URL: agentbox_python_sdk-1.0.4-py3-none-any.whl
- Upload date:
- Size: 164.2 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 |
5b5a57f6d87b108bf9c49e68b11f3273ddb962238b77af4c0dc15e641dba00bc
|
|
| MD5 |
520484e2cf8067a49a82c5608b3d6d1f
|
|
| BLAKE2b-256 |
1b081848637673757f434b3777de9e7f011410200eb70c3a8ade53148153b721
|