> 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 an agent to open its details page.

| Action                 | Where                                             | Result                                                                                        |
| ---------------------- | ------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| Review details         | Select an agent                                   | Opens the agent details page with deployment, log, chat, evaluation, and configuration views. |
| Deploy an agent        | Row actions > **Deploy**                          | Creates a deployment for the selected agent.                                                  |
| Clone an agent         | Row actions > **Clone**                           | Creates a copy of the agent definition with a new name.                                       |
| Chat with a deployment | Agent details page > **Chat** tab                 | Opens chat for a running deployment.                                                          |
| Delete a deployment    | Agent details page > **Deployments** > **Delete** | Removes that deployment.                                                                      |
| Delete an agent        | Row actions > **Delete**                          | Removes the stored agent definition from the workspace.                                       |

## Agent Details

The agent details page has five tabs:

* **Deployments** lists active and historical deployments for the agent. Use this tab to deploy the agent, open chat for a running deployment, view logs, or delete a deployment.
* **Logs** shows deployment logs.
* **Chat** opens an interactive chat with a running deployment.
* **Evaluations** shows recent evaluation jobs for the agent and lets you start a new evaluation.
* **Details** shows stored agent metadata and configuration, including workflow, model, tool, and additional config fields.

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)