Certifier is a platform that enables organizations to create, manage, and issue digital certificates and credentials.
Certifier is a platform that enables organizations to create, manage, and issue digital certificates and credentials. On Nagent, Certifier is exposed as a fully-configurable documents integration that any agent can call — 9 actions, and API key authentication. No code is required to wire Certifier into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Certifier to automate the kinds of tasks documents teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Certifier into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Certifier, with input parameters and output schema. Drop these into any step of an agent built in Helix.
CERTIFIER_CREATE_ISSUE_SEND_CREDENTIALTool to create, issue, and send a credential in a single request. Use when group ID and recipient details are ready.
Input parameters
The unique identifier of the group to which the credential belongs.
ISO 8601 date string when the credential is issued (YYYY-MM-DD).
Recipient details: name and email.
ISO 8601 date string when the credential expires (YYYY-MM-DD).
Key-value map of custom attributes (tag → text value).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CERTIFIER_LIST_ATTRIBUTESTool to list all attributes available for credentials. Use when you need to retrieve attribute definitions with pagination.
Input parameters
Maximum number of attributes to return. Defaults to 20. Must be between 1 and 100.
Cursor from a previous response to fetch the next page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CERTIFIER_LIST_CREDENTIAL_INTERACTIONSTool to list credential interactions. Use when you need to retrieve interaction events for a specific credential, with optional filtering and pagination.
Input parameters
Maximum number of interactions to return. Defaults to 20.
Cursor from previous response to fetch subsequent pages.
Filter interactions by this credential's ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CERTIFIER_LIST_CREDENTIALSTool to list credentials. Use after authentication to retrieve paginated credentials.
Input parameters
Maximum number of credentials to return. Defaults to 20.
Cursor from previous response to fetch subsequent pages.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CERTIFIER_LIST_DESIGNSTool to list all designs. Use after authentication to retrieve certificate and badge designs with pagination.
Input parameters
Maximum number of designs to return. Defaults to 20. Must be between 1 and 100.
Cursor from a previous response to fetch the next page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CERTIFIER_LIST_EMAIL_TEMPLATESTool to list all email templates available for credential delivery. Use when you need to retrieve available email templates for sending credentials.
Input parameters
Maximum number of email templates to return. Defaults to 20.
Cursor from previous response to fetch subsequent pages.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CERTIFIER_LIST_GROUPSTool to list all groups. Use when you need to retrieve groups with pagination (limit and cursor).
Input parameters
Maximum number of groups to return. Defaults to 20. Must be between 1 and 100.
Cursor from a previous response to fetch the next page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CERTIFIER_SEARCH_CREDENTIALSTool to search for credentials using advanced filters and criteria. Use when you need to find specific credentials based on status, recipient, dates, or other properties. Supports complex queries with logical operators (AND, OR, NOT).
Input parameters
Sort configuration for search results.
Maximum number of results per page. Defaults to 20 if not specified.
Navigation token for pagination. Use the cursor from previous response to fetch next page.
Complex query object using logical operators (AND, OR, NOT) to filter credentials. Structure: {'AND': \[conditions\]} or {'OR': \[conditions\]} or {'NOT': condition}. Operators can be nested. Use empty AND array {'AND': \[\]} to match all records. Searchable fields: id, publicId, groupId, status, recipientId, recipient.name, recipient.email, issueDate, expiryDate, createdAt, updatedAt. String fields support: equals, contains, startsWith, endsWith, in. Date/DateTime fields support: equals, lt, lte, gt, gte. Example: {'AND': \[{'status': {'equals': 'issued'}}, {'recipient': {'email': {'endsWith': '@example.com'}}}\]}
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
CERTIFIER_SEND_CREDENTIALTool to send a published credential via email. Use after confirming the credential is published.
Input parameters
The unique identifier of the credential to send.
Delivery method; only 'email' is supported.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 79 agents privately built on Nagent that already use Certifier.
Build on Nagent
Connect Certifier to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Certifier, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Certifier is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Certifier is connected, you configure its 9 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Certifier steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Certifier event fires, the agent kicks off automatically.
Every Certifier action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Certifier ships with 9 pre-built documents actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Certifier together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Certifier-based workflows tailored to your business.