> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo-platform/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo-platform/_mcp/server.

# NeMo Studio Agents

Use **Agents** in the NeMo Studio workspace sidebar to review and operate agent workflows managed by NeMo Platform.

## Agent List

The Agents table shows the agents in the selected workspace, including their deployment state and creation time. Select a row to open the agent side panel.

| Action                 | Where                                                         | Result                                                                           |
| ---------------------- | ------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| Review details         | Select an agent row                                           | Opens the agent side panel with name, workspace, description, and config format. |
| Deploy an agent        | Row actions > **Deploy**                                      | Creates a deployment for the selected agent.                                     |
| Test models            | Row actions > **Test models**                                 | Opens the model playground for the agent's configured model.                     |
| Clone an agent         | Row actions > **Clone**                                       | Creates a copy of the agent definition with a new name.                          |
| Chat with a deployment | Agent side panel > **Chat Playground** tab                    | Opens the chat playground for a running deployment.                              |
| Delete a deployment    | Agent side panel > **Details** > **Deployments** > **Delete** | Removes that deployment.                                                         |
| Delete an agent        | Row actions > **Delete**                                      | Removes the stored agent definition from the workspace.                          |

## Agent Details

The agent side panel has three tabs:

* **Details** shows the stored agent metadata and config format. It includes a **Deployments** section listing active and historical deployments for the agent (endpoint and status), plus recent evaluations.
* **Chat Playground** opens an interactive chat with a running deployment.
* **Logs** shows deployment logs.

Agents are created and updated through the `nemo agents` CLI or Agents API. NeMo Studio reflects the current workspace state after the platform services refresh.

## Related Topics

* [About Agents](/documentation/agents)
* [Optimize Agents](/documentation/agents/optimize-agents)
* [Secure Agents](/documentation/agents/secure-agents)