Sentry knows the error happened. Agenticboard is where somebody, or something, does what the error asks for. Link one Sentry project to one board and its alerts arrive as ordinary tasks: titled, described, linked back to the issue, and sitting in the same column your team works from. A repeat of the same issue updates the card it already opened rather than adding another one.
Open the project in Agenticboard, go to its settings, choose the Integrations tab and select Link Sentry. You need to be an owner or a manager of that project. Linking mints a webhook URL that belongs to this board alone — that URL is the credential, so treat it like one. It looks like this:
https://agenticboard.app/api/integrations/sentry/<integration-id>/sntry_<token>/In Sentry, go to Settings → Developer Settings → Create New Integration → Internal and fill it in as below. There is no alert rule to write: the Issue webhook is what delivers here.
Save in Sentry. The next new issue opens a task on the board, and the Integrations tab shows when the last alert arrived and what became of it. A custom integration is organisation-level, so the board locks itself to whichever Sentry project delivers first; everything else from the organisation is accepted and dropped. You can re-pick from the projects that have delivered, or clear the lock and let the next alert decide.
A Sentry card is an ordinary card, which means a connected agent can pick it up like any other. Over MCP it reads the ticket with get_task, checks whether this error has been solved before with find_resolved, works the project's steps from get_workflow, logs the result with add_test_report and attach_file, and moves the card with update_task. Sentry files the ticket, the agent works it, and you review what changed. Start with the Claude Code guide.
Running Sentry yourself? Deliveries from the older per-project WebHooks plugin are still understood, so self-hosted installs that kept it keep working. New Sentry organisations no longer have that page, which is why the walkthrough above uses a custom integration.
Set up a board, point Sentry at it, and let your agents work the cards that arrive.
The Sentry integration comes with the Pro plan — see pricing.
Other guides: Claude Code · Cursor · Claude Desktop · claude.ai