# YAM Box

<div class="product-badges">
  <span class="product-badge coming-soon">🔜 Code Coming Soon</span>
  <span class="product-badge available">✓ Hardware Available</span>
</div>

**YAM Box** is an all-in-one enclosed manipulation station built around the YAM arm family. It provides a self-contained, cable-managed workspace for manipulation research and automated data collection.

::: warning Code support not yet available
The YAM Box hardware is available for purchase. Software and SDK support is under active development and will be released in an upcoming update. Sign up at [i2rt.com](https://i2rt.com) or join the [Discord](https://discord.gg/i2rt) to be notified.
:::

## Overview

<MediaPlaceholder
  type="photo"
  description="YAM Box front view: enclosed acrylic/aluminum enclosure with one or two YAM arms mounted inside, cable management visible through transparent sides."
/>

## Intended Use Cases

- **Automated data generation** — Run unattended overnight collection campaigns without cable snagging.
- **Demonstration stations** — Clean, professional setup for trade shows and lab demos.
- **Safe testing environments** — Enclosed workspace limits accidental contact during development.

## What's Inside

<MediaPlaceholder
  type="photo"
  description="Interior of YAM Box showing arm mounts, cable routing channels, and control electronics bay."
/>

| Component | Description |
|-----------|-------------|
| YAM arm(s) | 1 or 2 YAM arms (depending on configuration) |
| Cable management | Internal routing to keep wiring clear of arm workspace |
| Electronics bay | CANable adapters, power distribution |
| Enclosure | Aluminum frame with clear polycarbonate panels |

## Pricing

Starting at **$3,500**. Contact [sales@i2rt.com](mailto:sales@i2rt.com) for custom configurations.

## Stay Updated

Join the I2RT community:
- [Discord](https://discord.gg/i2rt)
- [GitHub](https://github.com/i2rt-robotics/i2rt) — watch the repo for releases
- Email [support@i2rt.com](mailto:support@i2rt.com)

<style scoped>
.product-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 24px; }
.product-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; border: 1px solid; }
.product-badge.available { color: #4CCFB0; border-color: rgba(76,207,176,0.4); background: rgba(76,207,176,0.08); }
.product-badge.coming-soon { color: #9ca3b8; border-color: rgba(156,163,184,0.3); background: rgba(156,163,184,0.06); }
</style>
