workspace

Manage NeMo Platform workspace lifecycle operations through the nemo_api interface.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill workspace-nvidia-nemo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/agents/nemo-agent-local/src/nemo_agent/skills/workspace
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill workspace-nvidia-nemo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of NeMo Platform workspaces by providing a direct interface for CRUD operations, eliminating the need for manual API calls or complex configuration steps.

Core Features & Use Cases

  • Workspace Lifecycle Management: Create, list, retrieve, and delete workspaces within the NeMo environment.
  • Unified Interface: Standardizes workspace interactions through the nemo_api command structure.
  • Use Case: A developer needs to spin up a new isolated workspace for a specific project experiment and later clean up resources; this skill handles the entire lifecycle programmatically.

Quick Start

Use the workspace skill to create a new workspace named project-alpha with a brief description.

Frequently Asked Questions about workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage NeMo Platform workspaces via CLI?

NeMo Platform workspace management via CLI is handled through CRUD operations using the nemo_api interface. This skill standardizes workspace interactions, allowing you to create, list, retrieve, and delete environments programmatically.

What is the best way to automate NeMo workspace lifecycle operations?

Automating NeMo workspace lifecycle operations is best achieved through the nemo_api command structure. It standardizes workspace interactions, enabling programmatic creation and deletion of isolated environments for project experiments without manual configuration.

How do I create an isolated workspace for a NeMo project experiment?

Creating an isolated workspace for a NeMo project experiment requires using the workspace creation command. This programmatically spins up a new environment with a specified name and description, simplifying resource setup.

Do I need to integrate with the internal API gateway to manage NeMo workspaces?

Yes, integrating with the platform's internal API gateway is required to execute resource management commands. The workspace skill interfaces with this gateway to facilitate administrative control over NeMo environments.

Can I delete NeMo platform resources programmatically after a project ends?

Yes, you can delete NeMo platform resources programmatically after a project ends using the workspace skill. It handles the entire lifecycle, allowing developers to clean up environments without manual API calls.