Tools
| Name | Description |
|---|---|
list_credentialsList Certifier credentials with cursor pagination. | List Certifier credentials with cursor pagination. |
get_credentialGet a single Certifier credential by ID. | Get a single Certifier credential by ID. |
search_credentialsSearch Certifier credentials with a structured search body. | Search Certifier credentials with a structured search body. |
create_credentialCreate a draft Certifier credential. | Create a draft Certifier credential. |
create_issue_send_credentialCreate a Certifier credential, issue it, and email it to the recipient. | Create a Certifier credential, issue it, and email it to the recipient. |
issue_credentialIssue a draft Certifier credential. | Issue a draft Certifier credential. |
send_credentialEmail an issued Certifier credential to the recipient. | Email an issued Certifier credential to the recipient. |
update_credentialPatch a Certifier credential. | Patch a Certifier credential. |
delete_credentialDelete a Certifier credential. | Delete a Certifier credential. |
list_credential_templatesList Certifier credential templates. | List Certifier credential templates. |
Triggers
| Name | Description |
|---|---|
credential_webhook_eventReceive Certifier credential webhook events. Configure the webhook URL in Certifier; this trigger does not verify signatures because raw request bodies are not exposed. | Receive Certifier credential webhook events. Configure the webhook URL in Certifier; this trigger does not verify signatures because raw request bodies are not exposed. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('certifier', 'list_credentials', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'certifier',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Certifier to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Certifier support?
Certifier supports 10 tools including List Credentials, Get Credential, Search Credentials, Create Credential, Create, Issue, and Send Credential, and more.
Can I use Certifier with AI agents?
Yes. Add Certifier to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Certifier be used in stateful agent workflows?
Yes. Agents can combine Certifier tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Certifier use?
Certifier uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Certifier integration cost?
The Certifier integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Certifier support?
Certifier supports 1 triggers including Credential Webhook Event.
Connect Certifier in minutes
Get 20,000 free action executions every month. No credit card required.