Files
coder/docs/tutorials/ai-agents/issue-tracker.md
Ben Potter a61c3e7a1c docs: add tutorials for using early access AI agent features (#17186)
Some content is still being merged, but the structure is still there

Preview: https://coder.com/docs/@ai-features/tutorials/ai-agents
2025-04-01 19:57:05 -05:00

2.1 KiB

Create a Coder template for agents

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.

Join our Discord channel or contact us to get help or share feedback.

Overview

Coder has first-class support for managing agents through Github, but can also integrate with other issue trackers. Use our action to interact with agents directly in issues and PRs.

Prerequisites

GitHub

GitHub Action

The start-workspace GitHub action will create a Coder workspace based on a specific phrase in a comment (e.g. @coder).

GitHub Issue

When properly configured with an AI template, the agent will begin working on the issue.

Pull Request Support (Coming Soon)

We're working on adding support for an agent automatically creating pull requests and responding to your comments. Check back soon or join our Discord to stay updated.

GitHub Pull Request

Integrating with Other Issue Trackers

While support for other issue trackers is under consideration, you can can use the REST API or CLI to integrate with other issue trackers or CI pipelines.

In addition, an Open in Coder flow can be used to generate a URL and/or markdown button in your issue tracker to automatically create a workspace with specific parameters.

Next Steps