Back to Nodes

Veritrust A2A Registry

Last updated Nov 3, 2025

n8n community node for the Veritrust A2A Agent Registry (list/search/register/reverify).

0 Weekly Downloads
104 Monthly Downloads

Included Nodes

Veritrust A2A Registry

Description

n8n-nodes-veritrust-a2a-registry

Community node for the Veritrust A2A Agent Registry.

Install

  • In n8n: Settings → Community Nodes → Install: n8n-nodes-veritrust-a2a-registry

Credentials

  • Base URL: e.g. https://a2a.veritrust.vc
  • API Key: optional; sent as Authorization: Bearer <key> (or custom header)

Operations

  • List Agents
  • Get Agent (by UUID)
  • Search Agents
  • Register Agent (by Agent Card URL)
  • Re-verify Agent (by UUID)

Notes

  • Matches Veritrust Registry API endpoints: /api/agents.php, /api/search.php, /api/register.php, /api/reverify.php, /api/health.php.