Truvera
truveraTruvera is a platform that enables organizations and developers to issue, manage, and verify verifiable credentials and decentralized identities, making data fraud-proof and instantly verifiable.
Acciones disponibles (15)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create API KeyTRUVERA_CREATE_API_KEYAcciónTool to create an API key. Use when you need to generate a new API key with optional alias and IP allowlist.
TRUVERA_CREATE_API_KEYAcciónTool to create an API key. Use when you need to generate a new API key with optional alias and IP allowlist.
Parámetros de entrada
ipsstring[]List of whitelisted IP addresses allowed to use the key.
aliasstringHuman-readable name for the API key.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookTRUVERA_CREATE_WEBHOOKAcciónTool to create a webhook endpoint. Use when you need Dock.io to push event notifications to your service.
TRUVERA_CREATE_WEBHOOKAcciónTool to create a webhook endpoint. Use when you need Dock.io to push event notifications to your service.
Parámetros de entrada
urlstringObligatoriouriThe HTTPS endpoint to which Dock.io will POST event notifications.
eventsstring[]ObligatorioList of event types to subscribe to.
statusintegerenumWebhook status flag (0 = disabled, 1 = enabled).
01descriptionstringHuman-readable description for this webhook.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete API KeyTRUVERA_DELETE_API_KEYAcciónTool to delete a specific API key. Use after confirming the API key's ID via list_api_keys.
TRUVERA_DELETE_API_KEYAcciónTool to delete a specific API key. Use after confirming the API key's ID via list_api_keys.
Parámetros de entrada
idstringObligatorioUnique identifier of the API key to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CredentialTRUVERA_DELETE_CREDENTIALAcciónTool to delete a verifiable credential. Use after confirming the credential is no longer needed.
TRUVERA_DELETE_CREDENTIALAcciónTool to delete a verifiable credential. Use after confirming the credential is no longer needed.
Parámetros de entrada
idstringObligatorioIdentifier of the credential to delete. It can be a full URI; the action will URL-encode it for safe path usage.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete TagTRUVERA_DELETE_TAGAcciónTool to delete a specific tag. Use when you have a tag ID and want to permanently remove it.
TRUVERA_DELETE_TAGAcciónTool to delete a specific tag. Use when you have a tag ID and want to permanently remove it.
Parámetros de entrada
idstringObligatorioUnique identifier of the tag to delete.
Parámetros de salida
dataobjectObligatorioWrapper for deleted tag information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookTRUVERA_DELETE_WEBHOOKAcciónTool to delete a specific webhook. Use after confirming the webhook's ID via list_webhooks.
TRUVERA_DELETE_WEBHOOKAcciónTool to delete a specific webhook. Use after confirming the webhook's ID via list_webhooks.
Parámetros de entrada
idstringObligatorioUnique identifier of the webhook to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve API KeyTRUVERA_RETRIEVE_API_KEYAcciónTool to retrieve details of an API key. Tries single-key endpoint first, then falls back to listing and filtering.
TRUVERA_RETRIEVE_API_KEYAcciónTool to retrieve details of an API key. Tries single-key endpoint first, then falls back to listing and filtering.
Parámetros de entrada
idstringObligatorioPublic key identifier of the API key (value of 'key' from /keys).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve API KeysTRUVERA_RETRIEVE_API_KEYSAcciónTool to list all API keys. Use when you need to retrieve all API keys for the authenticated account.
TRUVERA_RETRIEVE_API_KEYSAcciónTool to list all API keys. Use when you need to retrieve all API keys for the authenticated account.
Parámetros de entrada
limitintegerMaximum number of items to return (1-64).
offsetintegerNumber of items to skip for pagination.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve CredentialTRUVERA_RETRIEVE_CREDENTIALAcciónTool to retrieve a verifiable credential by its unique ID. If a password was used to persist it, include the same password to decrypt and return the full credential. Otherwise, only metadata is returned.
TRUVERA_RETRIEVE_CREDENTIALAcciónTool to retrieve a verifiable credential by its unique ID. If a password was used to persist it, include the same password to decrypt and return the full credential. Otherwise, only metadata is returned.
Parámetros de entrada
idstringObligatorioCredential ID as a full URI.
passwordstringPassword supplied at issuance to decrypt stored credential contents. Optional; without it, only metadata is returned.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve CredentialsTRUVERA_RETRIEVE_CREDENTIALSAcciónTool to retrieve a list of credential metadata. Use when you need to collect credential details with optional pagination or filtering after authentication.
TRUVERA_RETRIEVE_CREDENTIALSAcciónTool to retrieve a list of credential metadata. Use when you need to collect credential details with optional pagination or filtering after authentication.
Parámetros de entrada
limitintegerHow many items to return (min 1, max 100; default 64).
filterstringOptional filter string to match Credential ID, Subject Ref, Issuer, Type, Created Date, or Issue Date.
offsetintegerHow many items to skip for pagination (default 0).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve DID DocumentTRUVERA_RETRIEVE_DIDAcciónTool to retrieve a DID Document by its DID. Use after you have a valid DID to resolve and inspect its DID Document.
TRUVERA_RETRIEVE_DIDAcciónTool to retrieve a DID Document by its DID. Use after you have a valid DID to resolve and inspect its DID Document.
Parámetros de entrada
didstringObligatorioFully qualified decentralized identifier (DID) to resolve (e.g., did:dock:5GJcPXbt8RBhxu7w4GmgYb).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Revocation RegistriesTRUVERA_RETRIEVE_REGISTRIESAcciónTool to retrieve a list of revocation registries. Use when you need to list all registries created by the authenticated account with optional pagination and filtering.
TRUVERA_RETRIEVE_REGISTRIESAcciónTool to retrieve a list of revocation registries. Use when you need to list all registries created by the authenticated account with optional pagination and filtering.
Parámetros de entrada
didstringFilter registries where this DID exists in the registry policy.
typestringFilter registries by type.
limitintegerMaximum number of items to return, between 1 and 64. Defaults to 64.
offsetintegerNumber of items to skip for pagination, defaults to 0.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve WebhookTRUVERA_RETRIEVE_WEBHOOKAcciónTool to retrieve a specific webhook's details. Use after confirming you have a valid webhook ID.
TRUVERA_RETRIEVE_WEBHOOKAcciónTool to retrieve a specific webhook's details. Use after confirming you have a valid webhook ID.
Parámetros de entrada
idstringObligatorioUnique identifier of the webhook (numeric string).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve WebhooksTRUVERA_RETRIEVE_WEBHOOKSAcciónTool to list configured webhooks. Use when you need to retrieve all webhook endpoints configured for your account.
TRUVERA_RETRIEVE_WEBHOOKSAcciónTool to list configured webhooks. Use when you need to retrieve all webhook endpoints configured for your account.
Parámetros de entrada
limitintegerMaximum number of webhooks to return in one call (max 64).
offsetintegerNumber of webhooks to skip for pagination.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Verify Credential or PresentationTRUVERA_VERIFYAcciónTool to verify a verifiable credential or presentation. Use after receiving a credential or presentation from an issuer.
TRUVERA_VERIFYAcciónTool to verify a verifiable credential or presentation. Use after receiving a credential or presentation from an issuer.
Parámetros de entrada
credentialanyObligatorioEither a W3C Verifiable Credential or Verifiable Presentation (JSON-LD dict) to verify, or a JWT string representation.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not