diff --git a/docs/tutorials/ai-agents/README.md b/docs/tutorials/ai-agents/README.md index ca0234dd91416..fe3ef1bb97c37 100644 --- a/docs/tutorials/ai-agents/README.md +++ b/docs/tutorials/ai-agents/README.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/best-practices.md b/docs/tutorials/ai-agents/best-practices.md index 2c75f91d6c0f9..82df73ce21af0 100644 --- a/docs/tutorials/ai-agents/best-practices.md +++ b/docs/tutorials/ai-agents/best-practices.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/coder-dashboard.md b/docs/tutorials/ai-agents/coder-dashboard.md index 598f58d006523..bc660191497fe 100644 --- a/docs/tutorials/ai-agents/coder-dashboard.md +++ b/docs/tutorials/ai-agents/coder-dashboard.md @@ -1,8 +1,8 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/create-template.md b/docs/tutorials/ai-agents/create-template.md index 4f7501371e841..56b51505ff0d2 100644 --- a/docs/tutorials/ai-agents/create-template.md +++ b/docs/tutorials/ai-agents/create-template.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/custom-agents.md b/docs/tutorials/ai-agents/custom-agents.md index e1a83ae1ead75..5c276eb4bdcbd 100644 --- a/docs/tutorials/ai-agents/custom-agents.md +++ b/docs/tutorials/ai-agents/custom-agents.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. @@ -23,7 +23,7 @@ Coder uses the [MCP protocol](https://modelcontextprotocol.io/introduction) to r First, your template will need a [coder_app](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app) for the agent. This can be a web app or command run in the terminal and ideally gives the user a UI to interact with or view more details about the agent. -From there, the agent can run the MCP server with the `coder exp mcp server` command. You will need to set the `CODER_MCP_APP_STATUS_SLUG` environment variable to match the slug in the coder_app resource. +From there, the agent can run the MCP server with the `coder exp mcp server` command. You will need to set the `CODER_MCP_APP_STATUS_SLUG` environment variable to match the slug in the coder_app resource. `CODER_AGENT_TOKEN` must also be set, but will be present inside a Coder workspace. ## Example diff --git a/docs/tutorials/ai-agents/headless.md b/docs/tutorials/ai-agents/headless.md index acf95712fb468..c2c415380ac04 100644 --- a/docs/tutorials/ai-agents/headless.md +++ b/docs/tutorials/ai-agents/headless.md @@ -1,8 +1,8 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/ide-integration.md b/docs/tutorials/ai-agents/ide-integration.md index 5634fe71732d9..678faf18a743a 100644 --- a/docs/tutorials/ai-agents/ide-integration.md +++ b/docs/tutorials/ai-agents/ide-integration.md @@ -1,8 +1,8 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/issue-tracker.md b/docs/tutorials/ai-agents/issue-tracker.md index ba4af3bad9828..597dd652ddfd5 100644 --- a/docs/tutorials/ai-agents/issue-tracker.md +++ b/docs/tutorials/ai-agents/issue-tracker.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/securing.md b/docs/tutorials/ai-agents/securing.md index f4e1f47ab3985..31b628b83ebd1 100644 --- a/docs/tutorials/ai-agents/securing.md +++ b/docs/tutorials/ai-agents/securing.md @@ -1,8 +1,8 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback.