Developer Tools26 toolsPaste one API key
Bugherd integration for AI agents
BugHerd is a visual feedback and bug tracking tool for websites, allowing clients and teams to report issues directly on live sites.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Bugherd once and call the same tools from all of them.
Setup
Connect Bugherd through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Bugherd exposes 26 tools through ClawLink. The 25 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
bugherd_list_active_projects | List all active projects in your BugHerd account | Read |
bugherd_list_attachments | List all attachments for a task | Read |
bugherd_list_columns | List all columns for a project | Read |
bugherd_list_project_tasks | List tasks within a specific BugHerd project with optional server-side filters (status/column | Read |
bugherd_list_projects | Retrieves a paginated list of all projects in your BugHerd account | Read |
bugherd_list_users | List all users in your account | Read |
bugherd_list_webhooks | List all installed webhooks | Read |
bugherd_show_attachment | Retrieve details of a specific attachment | Read |
bugherd_show_column | Show details of a specific column | Read |
bugherd_show_organization | Retrieve your BugHerd organization details | Read |
bugherd_show_project | Retrieves full details of a specific BugHerd project by ID | Read |
bugherd_show_user_projects | List all projects a specific user has access to | Read |
bugherd_show_user_tasks | Retrieves all tasks created by or assigned to a specific user, grouped by project | Read |
bugherd_add_guest_to_project | Add a guest (client) to a project | Write |
bugherd_add_member_to_project | Add a member to a project in BugHerd | Write |
bugherd_create_attachment | Add a new attachment to a task using an existing URL | Write |
bugherd_create_column | Create a new column in a project | Write |
bugherd_create_comment | Add a new comment to a task | Write |
bugherd_create_project | Create a new project | Write |
bugherd_create_task | Add a new task in a project | Write |
bugherd_create_webhook | Create a new webhook for real-time event notifications | Write |
bugherd_update_column | Update a column in a project | Write |
bugherd_update_project | Update settings for an existing BugHerd project | Write |
bugherd_update_task | Update a task in a project | Write |
bugherd_upload_attachment | Upload a new attachment and add it to a specific task | Write |