Building an AI startup?
You might be eligible for our Startup Program. Get fully funded access to the infrastructure you’re reading about right now (up to $20K value).
Overview
NVIDIA NeMo Agent Toolkit is an open-source framework for building, profiling, and optimizing AI agents and workflows. It provides framework-agnostic architecture, YAML-based configuration, built-in MCP support, and unified monitoring across multi-agent systems.Hosted MCP
Get your API token
- Go to Bright Data user settings
- Copy your API token (it looks like:
2dceb1aa0***************************)
Create workflow configuration
Create a file named Replace
brightdata-mcp-config.yml:YOUR_BRIGHTDATA_API_TOKEN with your actual token from Step 1.Run your first agent
Execute the workflow with a query:The agent will use Bright Data’s web scraping tools to search and extract information.
Monitor usage
- View your API usage at My Zones in your Bright Data dashboard
- Your free tier includes 5,000 requests per month
- Monitor tool calls in logs with:
nat run --config_file brightdata-mcp-config.yml