What problem does it solve?
This Skill addresses the fragmentation of tool development by providing a unified architecture for containerized FastAPI services, ensuring consistent deployment and communication patterns across the Nebius Physical AI ecosystem.
Core Features & Use Cases
- Unified Architecture: Enforces a standard FastAPI service structure for all workbench tools, ensuring consistent API, CLI, and SDK access.
- Standardized Data Flow: Mandates S3-based communication between tools using consistent input/output path flags to prevent pipeline integration failures.
- Use Case: When developing a new simulation or training tool, use this pattern to ensure your service exposes the required health, status, and execution endpoints, making it immediately compatible with the broader NPA workflow orchestration.
Quick Start
Use the workbench-tool skill to validate the deployment configuration and endpoint structure for a new containerized service.