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.
| Tool | What it does | Kind |
|---|---|---|
cert_seal_get_batch | Get one active or archived certificate batch by ID | Read |
cert_seal_get_certificate | Look up an issued certificate using either its human-readable certificate ID or its | Read |
cert_seal_get_current_workspace | Verify the connected CertSeal API key and return the workspace ID and username it belongs to | Read |
cert_seal_get_recipient | Get one issued certificate recipient record by batch ID and recipient ID | Read |
cert_seal_get_webhook_subscription | Get one webhook subscription by ID | Read |
cert_seal_list_batches | Return one newest-first page of certificate batches in the connected workspace, optionally | Read |
cert_seal_list_designs | Return one newest-first page of reusable certificate designs | Read |
cert_seal_list_recipients | Return one page of issued certificate recipients in a batch, optionally filtered by email | Read |
cert_seal_list_webhook_subscriptions | Return one newest-first page of webhook subscriptions | Read |
cert_seal_create_batch | Create a persistent certificate batch from an existing CertSeal design and optional email | Write |
cert_seal_create_webhook_subscription | Create a persistent webhook subscription for selected certificate events | Write |
cert_seal_issue_certificates | Atomically issue certificates without sending email for 1-100 recipients in one active batch | Read |
cert_seal_set_batch_archived | Idempotently archive or unarchive a batch | Write |
cert_seal_update_recipient | Partially update an issued certificate recipient | Write |
cert_seal_issue_and_send_certificates | Atomically issue certificates for 1-100 recipients and queue email delivery for every created | Read |
cert_seal_rotate_webhook_signing_secret | Immediately invalidate a webhook subscription's current signing secret and replace it | Read |
cert_seal_send_certificate_emails | Sequentially queue real certificate emails for 1-25 existing recipients in one active batch | Write |
cert_seal_send_recipient_certificate_email | Queue asynchronous certificate email delivery to one recipient | Write |
cert_seal_test_webhook_subscription | Enqueue one synthetic signed event through CertSeal's normal webhook dispatcher | Read |