# Bugherd AI integration on Definable

> BugHerd is a visual feedback and bug tracking tool for websites, allowing clients and teams to report issues directly on live sites.

## What this connects

BugHerd is a visual feedback and bug tracking tool for websites, allowing clients and teams to report issues directly on live sites.

Vendor: https://bugherd.com/

## Tools available

**26** tools available. First 12:

- `BUGHERD_ADD_GUEST_TO_PROJECT` — Add Guest to Project — Tool to add a guest (client) to a project. Use when you want to add an existing client by ID or invite a new client by email.
- `BUGHERD_ADD_MEMBER_TO_PROJECT` — Add Member to Project — Tool to add a member to a project in BugHerd. Use when you need to add an existing user to a specific project.
- `BUGHERD_CREATE_ATTACHMENT` — Create Attachment — Tool to add a new attachment to a task using an existing URL. Use when you have project and task IDs and the external file URL ready.
- `BUGHERD_CREATE_COLUMN` — Create Column — Tool to create a new column in a project. Use when you need to add a custom workflow column after identifying the project ID.
- `BUGHERD_CREATE_COMMENT` — Create Comment — Tool to add a new comment to a task. Use when you need to record discussion or feedback on an existing task.
- `BUGHERD_CREATE_PROJECT` — Create Project — Tool to create a new project. Use when you need to initialize a project after gathering its name and URL. Example: "Create a new project named 'My Website' with URL 'http://www.example.com'."
- `BUGHERD_CREATE_TASK` — Create Task — Tool to add a new task in a project. Use when you have the project ID and full task details ready.
- `BUGHERD_CREATE_WEBHOOK` — Create Webhook — Tool to create a new webhook for real-time event notifications. Use when you need to configure a callback endpoint for task or comment events. Example: "Create a webhook for 'task_create' events to be sent to 'https://example.com/webhook'."
- `BUGHERD_DELETE_PROJECT` — Delete Project — Tool to delete a project. Use when you need to permanently remove a project and its associated data. This action cannot be undone, so confirm the project ID before calling.
- `BUGHERD_LIST_ACTIVE_PROJECTS` — List Active Projects — Tool to list all active projects in your BugHerd account. Use when you need to retrieve the active projects list (e.g., for syncing or reporting).
- `BUGHERD_LIST_ATTACHMENTS` — List Attachments — Tool to list all attachments for a task. Use when you need to retrieve file attachments after fetching task details.
- `BUGHERD_LIST_COLUMNS` — List Columns — Tool to list all columns for a project. Use when you need the full set of default and custom columns for a project.

## Auth

Auth schemes: `API_KEY`.

## How agents use Bugherd

Inside a Definable workflow, Bugherd is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Bugherd** — the Researcher (GPT-5.5) pulls context from Bugherd (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Bugherd** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Bugherd (create record, post message, draft email).
- **Designer / Engineer → Distributor → Bugherd** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Bugherd (attach file, open PR comment, post status).

The Verifier checks every Bugherd call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- project management — https://definable.ai/apps/category/project-management/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/bugherd/
- Same category (project management): https://definable.ai/apps/category/project-management/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
