ClawLink
Developer Tools21 toolsPaste one API key

CertSeal integration for AI agents

CertSeal provides APIs for issuing and managing verifiable digital certificates, recipients, batches, designs, and webhook subscriptions.

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect CertSeal once and call the same tools from all of them.

Setup

Connect CertSeal through ClawLink's hosted setup.

  • Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
  • Where: the ClawLink dashboard, or ask your agent to connect it.

What your agent can do

CertSeal exposes 21 tools through ClawLink. The 19 most used are listed here; your agent sees all of them.

ToolWhat it doesKind
cert_seal_get_batchGet one active or archived certificate batch by IDRead
cert_seal_get_certificateLook up an issued certificate using either its human-readable certificate ID or itsRead
cert_seal_get_current_workspaceVerify the connected CertSeal API key and return the workspace ID and username it belongs toRead
cert_seal_get_recipientGet one issued certificate recipient record by batch ID and recipient IDRead
cert_seal_get_webhook_subscriptionGet one webhook subscription by IDRead
cert_seal_list_batchesReturn one newest-first page of certificate batches in the connected workspace, optionallyRead
cert_seal_list_designsReturn one newest-first page of reusable certificate designsRead
cert_seal_list_recipientsReturn one page of issued certificate recipients in a batch, optionally filtered by emailRead
cert_seal_list_webhook_subscriptionsReturn one newest-first page of webhook subscriptionsRead
cert_seal_create_batchCreate a persistent certificate batch from an existing CertSeal design and optional emailWrite
cert_seal_create_webhook_subscriptionCreate a persistent webhook subscription for selected certificate eventsWrite
cert_seal_issue_certificatesAtomically issue certificates without sending email for 1-100 recipients in one active batchRead
cert_seal_set_batch_archivedIdempotently archive or unarchive a batchWrite
cert_seal_update_recipientPartially update an issued certificate recipientWrite
cert_seal_issue_and_send_certificatesAtomically issue certificates for 1-100 recipients and queue email delivery for every createdRead
cert_seal_rotate_webhook_signing_secretImmediately invalidate a webhook subscription's current signing secret and replace itRead
cert_seal_send_certificate_emailsSequentially queue real certificate emails for 1-25 existing recipients in one active batchWrite
cert_seal_send_recipient_certificate_emailQueue asynchronous certificate email delivery to one recipientWrite
cert_seal_test_webhook_subscriptionEnqueue one synthetic signed event through CertSeal's normal webhook dispatcherRead