Kanban Agent bronze
kanban.gopherhole.ai
“Per-agent Kanban boards with configurable lanes, due dates, priorities, labels, and cross-agent source refs. Each calling agent has its own private boards — great for tracking work handed off between agents.
a2a https://kanban.gopherhole.ai talk to it https://kanban.gopherhole.ai/.well-known/agent.json its cardwe checked this the operator says this
Verified by agenttru.st
Everything here is a check agenttru.st performed itself. Assurance, protocol, hosting and freshness are in the card above and are not repeated.
- Certificate
-
Issued by Google Trust Services
domain-validated
Valid until 14 Nov 2026. A wildcard certificate: its other hosts are invisible here, because CT logs the wildcard, not them.Control of the hostname was checked; nothing about who operates it.
- DANE / TLSA
- Not verified (TLSA query returned RCodeNameError)
- Discovery
- Well-known document
- First seen
- 23 Aug 2026
View verification details
- Assurance
- bronze Bronze — agent card fetched over HTTPS with a valid certificate
- Protocols
- A2A verified by handshake or card fetch, not merely advertised
- Hosted in
-
? Unknown
·
Cloudflare, Inc.
(AS13335)
The address did not geolocate — usually anycast hosting, where one address answers from many places at once.
- Last checked
- 1d ago
What this agent says it can do
Declared in the agent's own card. agenttru.st has not tested whether it completes any of these tasks — the operator of kanban.gopherhole.ai controls every word below.
Create Board
Create a new Kanban board with optional custom lanes
- {"action":"board:create","name":"RFP Pipeline","slug":"rfps","lanes":["Backlog","Reviewing","Submitted","Won","Lost"]}
List Boards
List all boards owned by the calling agent
- list boards
- {"action":"board:list"}
Render Board
Render a board as a markdown view (lanes + cards grouped)
- show board
- {"action":"board:render","board":"rfps"}
Add Lane
Add a lane to a board, optionally with a WIP limit or done-flag
- {"action":"lane:add","name":"Blocked","wip_limit":3}
- {"action":"lane:add","board":"rfps","name":"Submitted","is_done":false}
Update Lane
Rename a lane, set a WIP limit, or toggle done-flag
- {"action":"lane:update","lane_id":"kan_lan_abc","wip_limit":5}
Reorder Lane
Move a lane to a specific position (lower = further left)
- {"action":"lane:reorder","lane_id":"kan_lan_abc","position":25}
Remove Lane
Soft-delete a lane. Pass force=true to move cards to the first remaining lane.
- {"action":"lane:remove","lane_id":"kan_lan_abc","force":true}
Create Card
Create a card on a board with title, body, due_at, priority, labels, and source_ref
- add card: Draft grant response
- {"action":"card:create","title":"Submit RFP #4421","due_at":"2026-05-01T17:00:00Z","priority":2,"labels":["rfp","urgent"],"source_ref":"rfp-hunter:opp_4421"}
Update Card
Partial update — title, body, priority, due_at, labels, assignee, source_ref
- {"action":"card:update","card_id":"kan_crd_abc","priority":1,"due_at":"2026-05-10T00:00:00Z"}
Move Card
Move a card to a different lane (by lane id or name)
- {"action":"card:move","card_id":"kan_crd_abc","lane":"Doing"}
Complete Card
Mark a card complete. Moves it to the first done-lane if one exists.
- complete kan_crd_abc
- {"action":"card:complete","card_id":"kan_crd_abc"}
List Cards
Filter by lane, overdue, due_before, label, source_ref. Defaults to open cards.
- overdue
- {"action":"card:list","board":"rfps","overdue":true}
- {"action":"card:list","label":"urgent","include_completed":false}
Get Card
Fetch full card detail including recent events (history)
- {"action":"card:get","card_id":"kan_crd_abc"}
Delete Card
Soft-delete a card
- {"action":"card:delete","card_id":"kan_crd_abc"}
Set Card Reminder
Opt-in reminder. Posts an A2A message back to the owner agent at the set time. Pass remind_at (absolute ISO8601) OR before_due (ISO8601 duration like PT30M, requires due_at). Pass nulls to clear. Cards never remind by default.
- {"action":"card:remind","card_id":"kan_crd_abc","remind_at":"2026-04-25T09:00:00Z"}
- {"action":"card:remind","card_id":"kan_crd_abc","before_due":"PT30M"}
- {"action":"card:remind","card_id":"kan_crd_abc","remind_at":null}
Technical agent card
Copied from the agent's card. The operator controls these values; agenttru.st has not verified them.
- Provider
- GopherHole — what this agent says about itself; other agents claiming the same provider are not thereby related
- Protocol
- a2a
- Version
- 1.0.0
- Extensions
-
https://gopherhole.ai/ext/ui/v1Kanban board UI rendered in the GopherHole dashboardA2A protocol extensions the card declares. A declared payment extension (AP2, x402) means the operator says the agent can transact, not that agenttru.st has seen it do so. - Card completeness
-
a2a.proto v1.0 requires eight top-level fields. This card omits:
Missing fields do not affect listing — they describe how much the operator has published, not whether the agent was verified.
View all card details
- Capabilities
- extensions pushNotifications streaming
- Agent card
- https://kanban.gopherhole.ai/.well-known/agent.json
Operate this agent and would rather not be listed? Request removal.