CertSeal

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

21 actions Integration catalog
Request access
Connect CertSeal once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create BatchCERT_SEAL_CREATE_BATCH
Create a persistent certificate batch from an existing CertSeal design and optional email template. This consumes a batch slot and can fail when the plan batch limit is reached; designs and templates must already exist and are not created by this tool.
Create Webhook SubscriptionCERT_SEAL_CREATE_WEBHOOK_SUBSCRIPTION
Create a persistent webhook subscription for selected certificate events. The response contains a wh_sec_ signing secret exactly once; capture it immediately and store it securely because later reads reveal only its tail. The workspace allows at most 20 subscriptions.
Delete RecipientCERT_SEAL_DELETE_RECIPIENT
Permanently delete an issued recipient from an active batch. This cannot be undone, does not refund certificate quota, and permanently burns the certificate ID. Use only when permanent removal is intended.
Delete Webhook SubscriptionCERT_SEAL_DELETE_WEBHOOK_SUBSCRIPTION
Permanently delete a webhook subscription and stop future deliveries. This cannot be undone; create a new subscription to resume events.
Get BatchCERT_SEAL_GET_BATCH
Get one active or archived certificate batch by ID.
Get CertificateCERT_SEAL_GET_CERTIFICATE
Look up an issued certificate using either its human-readable certificate ID or its public-viewer share token, and return its recipient, batch, design, and resolved variables. Provide exactly one lookup value.
Get Current WorkspaceCERT_SEAL_GET_CURRENT_WORKSPACE
Verify the connected CertSeal API key and return the workspace ID and username it belongs to. Use this to confirm account context before creating or changing resources.
Get RecipientCERT_SEAL_GET_RECIPIENT
Get one issued certificate recipient record by batch ID and recipient ID.
Get Webhook SubscriptionCERT_SEAL_GET_WEBHOOK_SUBSCRIPTION
Get one webhook subscription by ID. This does not reveal the signing secret; it returns only the stored secret tail.
Issue and Send CertificatesCERT_SEAL_ISSUE_AND_SEND_CERTIFICATES
Atomically issue certificates for 1-100 recipients and queue email delivery for every created certificate. This irreversible external side effect requires every recipient to have an email address and the active batch to have an email template and configured mail delivery. Each recipient permanently consumes one certificate quota unit.
Issue CertificatesCERT_SEAL_ISSUE_CERTIFICATES
Atomically issue certificates without sending email for 1-100 recipients in one active batch. Each recipient permanently consumes one certificate quota unit even if later deleted; any invalid row, duplicate certificate ID, or quota failure creates none.
List BatchesCERT_SEAL_LIST_BATCHES
Return one newest-first page of certificate batches in the connected workspace, optionally filtered by archive state.
List DesignsCERT_SEAL_LIST_DESIGNS
Return one newest-first page of reusable certificate designs. Designs are read-only through the API and must be authored in the CertSeal web app.
List RecipientsCERT_SEAL_LIST_RECIPIENTS
Return one page of issued certificate recipients in a batch, optionally filtered by email delivery status.
List Webhook SubscriptionsCERT_SEAL_LIST_WEBHOOK_SUBSCRIPTIONS
Return one newest-first page of webhook subscriptions. Stored signing secrets are never returned; secret_tail is only a non-sensitive identifier.
Rotate Webhook Signing SecretCERT_SEAL_ROTATE_WEBHOOK_SIGNING_SECRET
Immediately invalidate a webhook subscription's current signing secret and replace it. The new wh_sec_ secret is returned exactly once; capture and deploy it immediately or webhook verification will fail.
Send Certificate EmailsCERT_SEAL_SEND_CERTIFICATE_EMAILS
Sequentially queue real certificate emails for 1-25 existing recipients in one active batch. Each queued email is irreversible. Processing stops after the first failed or unknown attempt, and remaining recipients are marked not_attempted.
Send Recipient Certificate EmailCERT_SEAL_SEND_RECIPIENT_CERTIFICATE_EMAIL
Queue asynchronous certificate email delivery to one recipient. This causes an external email side effect and requires a recipient email, a batch email template, and configured mail delivery; already queued or in-flight recipients and archived batches are rejected.
Set Batch Archived StateCERT_SEAL_SET_BATCH_ARCHIVED
Idempotently archive or unarchive a batch. Archiving freezes recipient create, update, delete, and send operations but preserves existing certificate URLs; unarchiving re-enables those writes. This persistent change is reversible.
Test Webhook SubscriptionCERT_SEAL_TEST_WEBHOOK_SUBSCRIPTION
Enqueue one synthetic signed event through CertSeal's normal webhook dispatcher. This causes a real external delivery to the subscription URL; it does not only validate the subscription locally.
Update RecipientCERT_SEAL_UPDATE_RECIPIENT
Partially update an issued certificate recipient. Only supplied fields change, while an explicit null clears an optional field; changing certificate_id must remain globally unique. Archived batches reject this mutation.