Certifier MCP integration for AI agents.
Connect AI agents to Certifier through 6 structured actions, including list credential interactions, create issue send credential, and list credentials. Revi…
- ACTION CONTRACTS
- 6
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Certifier integration exposes
The Certifier Agent App exposes 6 provider-backed actions for productivity and communication work. Its current contract lets an authorized agent list certifier credential interaction events with optional credential filtering and cursor pagination, create, issue, and send one certifier credential in a single request, and list certifier credentials with cursor pagination. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Certifier account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Certifier capabilities.
Showing 6 of 6 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
list_credential_interactionsREADList Certifier credential interaction events with optional credential filtering and cursor pagination.
INPUTS: credentialId / limit / cursor
create_issue_send_credentialWRITECreate, issue, and send one Certifier credential in a single request.
INPUTS: groupId / recipient / issueDate / expiryDate / customAttributes
list_credentialsREADList Certifier credentials with cursor pagination.
INPUTS: limit / cursor
list_designsREADList Certifier certificate and badge designs with cursor pagination.
INPUTS: limit / cursor
list_groupsREADList Certifier groups with cursor pagination.
INPUTS: limit / cursor
search_credentialsREADSearch Certifier credentials with structured filter, sorting, and cursor pagination.
INPUTS: filter / sort / limit / cursor
INPUT CONTRACTS
Know what the action needs before it runs.
list_credential_interactions
credentialIdOPTIONAL- Credential ID used to filter interaction events.
limitOPTIONAL- Maximum number of interaction events to return.
cursorOPTIONAL- Cursor from a previous response.
create_issue_send_credential
groupIdREQUIRED- Group ID the credential should belong to.
recipientREQUIRED- Recipient details.
issueDateOPTIONAL- Issue date in YYYY-MM-DD format.
expiryDateOPTIONAL- Expiry date in YYYY-MM-DD format.
customAttributesOPTIONAL- Custom attributes forwarded to Certifier as key-value text pairs.
list_credentials
limitOPTIONAL- Maximum number of records to return.
cursorOPTIONAL- Cursor from a previous response.
list_designs
limitOPTIONAL- Maximum number of records to return.
cursorOPTIONAL- Cursor from a previous response.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect List Credential Interactions
List Certifier credential interaction events with optional credential filtering and cursor pagination. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
list_credential_interactionsControl Create Issue Send Credential
Create, issue, and send one Certifier credential in a single request. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_issue_send_credentialVerify with List Credentials
List Certifier credentials with cursor pagination. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
list_credentialsSAFETY BOUNDARY
Operate Certifier with explicit limits
- Authorize Certifier with API key and grant only the provider access required by the selected actions.
- 1 action is change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Certifier rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Certifier task completed successfully.
CONNECTION MODEL
API key
Certifier access token used with the Authorization Bearer header. Create and manage it from the Certifier Dashboard: https://developers.certifier.io/reference/authentication
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 5
- WRITE SIGNALS
- 1
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Certifier.