Dock Certs
Verifiable credentials platform for issued credentials, API keys, webhooks, tags, and decentralized identity workflows.
Helps developers issue and verify W3C credentials, manage API keys with IP allowlists, tag credentials, and route lifecycle events through webhooks.
Sign in to connect Dock Certs
Sign in to connect an account and start using Dock Certs in your apps.
Example Use Cases
These are example ways Snow can use Dock Certs when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to create an API key. Use when you need to generate a new API key with optional alias and IP allowlist.
Tool to create a webhook endpoint. Use when you need Dock.io to push event notifications to your service.
Tool to delete a specific API key. Use after confirming the API key's ID via list_api_keys.
Tool to delete a verifiable credential. Use after confirming the credential is no longer needed.
Tool to delete a specific tag. Use when you have a tag ID and want to permanently remove it.
Tool to delete a specific webhook. Use after confirming the webhook's ID via list_webhooks.
Tool to retrieve details of an API key. Tries single-key endpoint first, then falls back to listing and filtering.
Tool to list all API keys. Use when you need to retrieve all API keys for the authenticated account.
Tool 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.
Tool to retrieve a list of credential metadata. Use when you need to collect credential details with optional pagination or filtering after authentication.