---
title: "Set Up"
description: "Learn how to set up Sentry AI Agent Monitoring"
url: https://docs.sentry.io/ai/monitoring/agents/getting-started/
---

# Set Up

Sentry AI Agent Monitoring helps you track and debug AI agent applications using our supported SDKs and integrations. Monitor your complete agent workflows from user interaction to final response, including tool calls, model interactions, and custom logic.

To start sending AI agent data to Sentry, make sure you've created a Sentry project for your AI-enabled repository and follow one of the guides below:

* [Python](https://docs.sentry.io/platforms/python/tracing/instrumentation/custom-instrumentation/ai-agents-module.md)
* [Node.js](https://docs.sentry.io/platforms/javascript/guides/node/ai-agent-monitoring.md)
* [Browser (JavaScript)](https://docs.sentry.io/platforms/javascript/ai-agent-monitoring-browser.md)
* [.NET](https://docs.sentry.io/platforms/dotnet/tracing/instrumentation/ai-agents-module.md)

After setting up, [name your agents](https://docs.sentry.io/ai/monitoring/agents/naming.md) so they appear as identifiable entries in the AI Agents dashboard.

##### Don't see your runtime?

You can also instrument AI agents manually by following our [manual instrumentation guides](https://docs.sentry.io/platforms/python/tracing/instrumentation/custom-instrumentation/ai-agents-module.md).
