Metadata-Version: 2.4
Name: ascii_box_sdk
Version: 0.0.3
Summary: Box Public API v1
Home-page: 
Author: OpenAPI Generator community
Author-email: OpenAPI Generator Community <team@openapitools.org>
License-Expression: MIT
Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
Keywords: OpenAPI,OpenAPI-Generator,Box Public API v1
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2.11
Requires-Dist: typing-extensions>=4.7.1
Dynamic: author
Dynamic: license-file

# ascii-box-sdk

Official Box SDK generated from the Box Public API OpenAPI contract.

Box lets you create cloud sandboxes, prompt coding agents inside them, observe event history, open desktop sessions, and manage the sandbox lifecycle from your own product or automation.

## Links

- Product: https://box.ascii.dev
- API guide: https://docs.ascii.dev/box/api/v1
- API reference: https://docs.ascii.dev/box/api/reference
- Dashboard: https://box.ascii.dev/dashboard
- API keys: https://box.ascii.dev/box/dashboard?tab=api-keys

## Install

```bash
pip install ascii-box-sdk
```

## API flow

1. Create an API key in the Box dashboard.
2. Create or resume a box.
3. Prompt the agent with the work to perform.
4. Read events until the work is done.
5. Use desktop access when you need to inspect browser or GUI state.
6. Stop, resume, fork, or delete the box according to your product lifecycle.

## License

This SDK is MIT licensed. Box, the Box API, the Box CLI, and the Box product are proprietary.
