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

# Quick Start

Choose the Quick Start path for the boundary you want Relay to observe or
control.

## Local Coding-Agent Runs

Use the NVIDIA NeMo Relay CLI when you want to observe a local Codex, Claude
Code, Cursor, or Hermes Agent session without changing application code.

Run a coding-agent CLI through Relay, forward hooks, route model traffic through
the local gateway, and export traces or trajectories.

## Application-Owned Code

Use a binding Quick Start when your application owns the LLM or tool call and
you want to instrument that boundary directly.

Smallest Python workflow that emits scope, tool, and LLM events.

Smallest Node.js workflow that emits scope, tool, and LLM events.

Smallest Rust workflow that emits scope, tool, and LLM events.