Skip to content

Agent Integrations

refact-planner edited this page Jun 7, 2026 · 2 revisions

Agent Integrations

Built-in and configured integrations available to Refact Agent.

Refact Agent combines built-in tools with optional configured integrations. Built-in tools such as shell and Chrome are available through modes that enable them. Configured integrations add service-specific tools after you provide credentials or command settings.

Built-in tools

  • Chrome and browser automation — launch or connect to Chrome, navigate pages, capture screenshots, and inspect DOM or console output.
  • Shell commands — run one-off local commands with timeout, output filtering, and confirmation rules.

Configured integrations

  • GitHub — run GitHub CLI workflows with a configured token.
  • GitLab — run GitLab CLI workflows with a configured token.
  • Bitbucket — use the Bitbucket Cloud API for repositories and pull requests.
  • PostgreSQL — run one SQL query per tool call through psql.
  • MySQL — run one SQL query per tool call through mysql.
  • PDB — start and control Python debugger sessions.
  • Command-line Tool — expose a one-shot command as a model-callable tool.
  • Command-line Service — manage long-running local processes such as dev servers.
  • MCP Server — connect local stdio or remote HTTP/SSE Model Context Protocol servers.

Configuration and confirmations

Use the integrations settings to enable or edit integrations. Many integrations support secrets or variables so credentials do not need to be written directly in prompts. Confirmation rules decide which commands or queries require approval and which are denied automatically.

Clone this wiki locally