Overview
This node interacts with the Veritrust A2A Agent Registry, allowing users to manage and query agents within the registry. The 'Re-verify Agent' operation specifically enables re-verification of an existing agent by its UUID, which is useful for ensuring the agent's credentials or status are up-to-date. This can be beneficial in scenarios where agent trustworthiness needs to be periodically confirmed or updated.
Use Case Examples
- Re-verify an agent by providing its UUID to ensure its credentials are current.
- Use the node to manage agent lifecycle by re-verifying agents after changes or periodically.
Properties
| Name | Meaning |
|---|---|
| Agent UUID | The unique identifier of the agent to be re-verified. This is required for the re-verification operation. |
Output
JSON
json- The JSON response from the Veritrust A2A API containing the result of the re-verification request.
Dependencies
- Requires an API key credential for the Veritrust A2A API, including base URL and optional custom authorization header.
Troubleshooting
- Ensure the provided Agent UUID is valid and correctly formatted; invalid UUIDs will cause errors.
- Verify that the API key credential is correctly configured and has the necessary permissions to perform re-verification.
- Check network connectivity and the base URL configuration to ensure the node can reach the Veritrust A2A API endpoint.
- Common error messages may include authorization failures or invalid request errors, which can be resolved by checking credentials and request parameters.
Links
- Veritrust A2A API Documentation - Official API documentation for understanding available endpoints and request/response formats.