# BoxesResource

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource)

## Signature

```python
BoxesResource(
    self,
    client: Langsmith,
)
```

## Extends

- `SyncAPIResource`

## Methods

- [`with_raw_response()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/with_raw_response)
- [`with_streaming_response()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/with_streaming_response)
- [`create()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/create)
- [`retrieve()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/retrieve)
- [`update()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/update)
- [`list()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/list)
- [`delete()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/delete)
- [`create_snapshot()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/create_snapshot)
- [`generate_service_url()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/generate_service_url)
- [`get_status()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/get_status)
- [`start()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/start)
- [`stop()`](https://reference.langchain.com/python/langsmith/_openapi_client/resources/sandboxes/boxes/BoxesResource/stop)

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/33995e14a84c53b65b82482b3d2fe0624b379bda/python/langsmith/_openapi_client/resources/sandboxes/boxes.py#L36)