diff --git a/notebook/agentchat_agentops.ipynb b/notebook/agentchat_agentops.ipynb index 78100d4cdf5f..761e41fee047 100644 --- a/notebook/agentchat_agentops.ipynb +++ b/notebook/agentchat_agentops.ipynb @@ -42,7 +42,7 @@ "## Adding AgentOps to an existing Autogen service.\n", "To get started, you'll need to install the AgentOps package and set an API key.\n", "\n", - "AgentOps automatically configures itself when it's initialized meaning your will be tracked and logged to your AgentOps account right away." + "AgentOps automatically configures itself when it's initialized meaning your agent run data will be tracked and logged to your AgentOps account right away." ] }, { @@ -72,7 +72,7 @@ "\n", "By default, the AgentOps `init()` function will look for an environment variable named `AGENTOPS_API_KEY`. Alternatively, you can pass one in as an optional parameter.\n", "\n", - "Create an account and obtain an API key at [AgentOps.ai](https://agentops.ai/)" + "Create an account and obtain an API key at [AgentOps.ai](https://agentops.ai/settings)" ] }, { diff --git a/website/docs/ecosystem/agentops.md b/website/docs/ecosystem/agentops.md index ac0596adfa97..581fb2671e97 100644 --- a/website/docs/ecosystem/agentops.md +++ b/website/docs/ecosystem/agentops.md @@ -46,7 +46,7 @@ pip install agentops ``` 2. **Create an API Key:** -Create a user API key here: [Create API Key](https://app.agentops.ai/account) +Create a user API key here: [Create API Key](https://app.agentops.ai/settings/projects) 3. **Configure Your Environment:** Add your API key to your environment variables