Overview
This node interacts with the Veritrust A2A Agent Registry, allowing users to perform various operations related to agents such as listing agents, retrieving details of a specific agent by UUID, searching agents with filters, registering a new agent by its Agent Card URL, and re-verifying an existing agent by UUID. It is useful in scenarios where managing and querying agent information in the Veritrust A2A ecosystem is required, for example, to verify agent authenticity or to find agents matching certain criteria.
Use Case Examples
- Retrieve detailed information about a specific agent using its UUID.
- List all verified agents in the registry.
- Search for agents with specific skills or tags.
- Register a new agent by providing its Agent Card URL.
Properties
| Name | Meaning |
|---|---|
| Agent UUID | The unique identifier of the agent to retrieve or re-verify. Required for 'Get Agent' and 'Re-verify Agent' operations. |
Output
JSON
json- The JSON response from the Veritrust A2A Agent Registry API containing agent data or operation results.
Dependencies
- Requires an API key credential for the Veritrust A2A API, including base URL and optional custom authorization header.
Troubleshooting
- Ensure the API key credential is correctly configured with the base URL and API key.
- Verify that the Agent UUID provided is valid and correctly formatted (UUID format).
- Check network connectivity to the Veritrust A2A API endpoint.
- If receiving authorization errors, confirm the API key and header settings are correct.
Links
- Veritrust A2A API Documentation - Official API documentation for the Veritrust A2A Agent Registry.