About Agent Integrations

Augment Agent can access external services through integrations to add additional context to your requests and take actions on your behalf. These integrations allow Augment Agent to seamlessly work with your development tools without leaving your editor.

Once set up, Augment Agent will automatically use the appropriate integration based on your request context. Or, you can always mention the service in your request to use the integration.

Setting Up Integrations

To set up integrations with Augment Agent in VS Code, follow these steps:

  1. Click the settings icon in the top right of Augment’s chat window or press Cmd/Ctrl Shift P and select Show Settings Panel
  2. Click “Connect” for the integration you want to set up

You’ll be redirected to authorize the integration with the appropriate service. After authorization, the integration will be available for use with Augment Agent.

GitHub Integration

Add additional context to your requests and take actions. Pull in information from a GitHub Issue, make the changes to your code (or have Agent do it for you), and open a Pull Request all without leaving your editor.

Examples

  • “Implement Issue #123 and open up a pull request”
  • “Find all issues assigned to me”
  • “Check the CI status of my latest commit”

For authorization details, see GitHub documentation.

Linear Integration

Read, update, comment on, and resolve your Linear issues within your IDE.

Examples

  • “Fix TES-1”
  • “Create Linear tickets for these TODOs”
  • “Help me triage these new bug reports”

For authorization details, see Linear documentation.

Jira Integration

Work on your Jira issues, create new tickets, and update existing ones.

Examples

  • “Show me all my assigned Jira tickets”
  • “Create a Jira ticket for this bug”
  • “Create a PR to fix SOF-123”
  • “Update the status of PROJ-123 to ‘In Progress’”

For authorization details, see Jira documentation.

Confluence Integration

Query existing documentation or update pages directly from your IDE. Ensure your team’s knowledge base stays current without any context switching.

Examples

  • “Summarize our Confluence page on microservice architecture”
  • “Find information about our release process in Confluence”
  • “Update our onboarding docs to explain how we use Bazel”

For authorization details, see Confluence documentation.

Notion Integration

Search and retrieve information from your team’s knowledge base - access documentation, meeting notes, and project specifications. This integration is currently READ-ONLY.

Examples

  • “Find Notion pages about our API documentation”
  • “Show me the technical specs for the payment system”
  • “What outstanding tasks are left from yesterday’s team meeting?”

For authorization details, see Notion documentation.

Next Steps