Accredible certificates

Accredible Certificates is a platform that enables organizations to create, manage, and distribute digital certificates, open badges, and blockchain credentials.

36 actions Integration catalog
Request access
Connect Accredible certificates 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.

Bulk Create Credentials (V2)ACCREDIBLE_CERTIFICATES_BULK_CREATE_CREDENTIALS_V2
Tool to bulk create credentials. Use when batching up to 30 credentials in one call; supports multi-status (207) responses.
Clone GroupACCREDIBLE_CERTIFICATES_CLONE_GROUP
Tool to clone an existing group. Use after confirming the source group exists and you need a copy with optional overrides.
Create Attribute KeyACCREDIBLE_CERTIFICATES_CREATE_ATTRIBUTE_KEY
Tool to create a new custom attribute key. Use when you need to define a new custom attribute for credentials. Requires department ID to associate the attribute with a specific department.
Create CollectionACCREDIBLE_CERTIFICATES_CREATE_COLLECTION
Tool to create a new collection. Use when you need a curated set of groups.
Create CredentialACCREDIBLE_CERTIFICATES_CREATE_CREDENTIAL
Tool to create a new credential with optional evidence items and references. Use when issuing credentials to recipients; ensure group exists before creation.
Create Evidence ItemACCREDIBLE_CERTIFICATES_CREATE_EVIDENCE_ITEM
Tool to create a new evidence item for a credential. Use after confirming credential ID.
Create GroupACCREDIBLE_CERTIFICATES_CREATE_GROUP
Tool to create a new group. Use after gathering all group details.
Create ReferenceACCREDIBLE_CERTIFICATES_CREATE_REFERENCE
Tool to create a new reference for a credential. Use when you need to add a reference from someone who can vouch for the credential recipient's skills or achievements.
Delete CollectionACCREDIBLE_CERTIFICATES_DELETE_COLLECTION
Tool to delete a collection. Use after confirming you want to permanently remove an existing collection. Executes DELETE on /v1/collections/{collection_id} endpoint and returns status code.
Delete CredentialACCREDIBLE_CERTIFICATES_DELETE_CREDENTIAL
Tool to delete a credential. Use after confirming you want to permanently remove an existing credential. Executes DELETE on /credentials/{credential_id} endpoint and returns status code.
Delete Evidence ItemACCREDIBLE_CERTIFICATES_DELETE_EVIDENCE_ITEM
Tool to delete an evidence item from a credential. Use after confirming you want to permanently remove a specific evidence item.
Delete GroupACCREDIBLE_CERTIFICATES_DELETE_GROUP
Tool to delete a group. Use after confirming no credentials remain and when you need to permanently remove the group.
Delete ReferenceACCREDIBLE_CERTIFICATES_DELETE_REFERENCE
Tool to delete a specific reference by ID. Use after confirming both credential_id and reference_id. Example: "Delete reference 1234 from credential 'abc123'."
Generate PDFs for CredentialsACCREDIBLE_CERTIFICATES_GENERATE_PD_FS_FOR_CREDENTIALS
Tool to generate PDFs for multiple credentials. Use when you need to batch-download a zip archive of certificate PDFs for a list of published credential IDs. Example: "Generate PDFs for credentials [10000005, 10272642]".
Get AnalyticsACCREDIBLE_CERTIFICATES_GET_ANALYTICS
Tool to retrieve analytics data for credentials. Use when you need to track credential views, shares, and other events with optional date and group filters.
Get CredentialACCREDIBLE_CERTIFICATES_GET_CREDENTIAL
Tool to view a credential by ID. Use when you need to retrieve detailed information about a specific credential.
Get Credential AnalyticsACCREDIBLE_CERTIFICATES_GET_CREDENTIAL_ANALYTICS
Tool to view analytics for a specific credential. Use when you need to retrieve analytics data such as views, shares, or other events for a credential.
Get DepartmentACCREDIBLE_CERTIFICATES_GET_DEPARTMENT
Tool to view a specific department by ID. Use when you need to retrieve detailed information about a department.
Get Evidence ItemACCREDIBLE_CERTIFICATES_GET_EVIDENCE_ITEM
Tool to retrieve a specific evidence item from a credential. Use when you need to view details of an existing evidence item.
Get GroupACCREDIBLE_CERTIFICATES_GET_GROUP
Tool to retrieve a specific group by ID. Use when you need to view details of an existing group.
Get Issuer DetailsACCREDIBLE_CERTIFICATES_GET_ISSUER
Tool to retrieve details about the authenticated issuer. Use when you need to view information about the issuer organization.
Get ReferenceACCREDIBLE_CERTIFICATES_GET_REFERENCE
Tool to view a specific reference by ID. Use when you need to retrieve details of a reference associated with a credential.
Initialize Badge DesignerACCREDIBLE_CERTIFICATES_INITIALIZE_BADGE_DESIGNER
Tool to initialize the embedded badge designer. Use to create a new badge design or edit an existing one.
Initialize Certificate DesignerACCREDIBLE_CERTIFICATES_INITIALIZE_CERTIFICATE_DESIGNER
Tool to initialize the embedded certificate designer. Returns a JWT token for embedding the designer in your application. Use when you need to create or edit certificate designs programmatically.
List TemplatesACCREDIBLE_CERTIFICATES_LIST_TEMPLATES
Tool to retrieve a list of all templates. Use after authentication to fetch paginated certificate templates.
Search Attribute KeysACCREDIBLE_CERTIFICATES_SEARCH_ATTRIBUTE_KEYS
Tool to search for attribute keys by various criteria. Use when you need to find custom attribute keys by name, department, or type (e.g., "Search for email type attribute keys in department 123").
Search CollectionsACCREDIBLE_CERTIFICATES_SEARCH_COLLECTIONS
Tool to search for collections. Use when you need to filter collections by IDs, name, or public flag and paginate through results. e.g., "Search for public collections named 'abc' on page 2."
Search Credentials V2ACCREDIBLE_CERTIFICATES_SEARCH_CREDENTIALS_V2
Tool to search for credentials using the v2 API. This is a faster alternative to the v1 Search API and supports operations on query fields for complex queries. Use when you need to filter credentials by group, recipient, dates, or other attributes with advanced operators (eq, in, lt, gt, lte, gte).
Search DepartmentsACCREDIBLE_CERTIFICATES_SEARCH_DEPARTMENTS
Tool to search for departments by various criteria. Use when you need to find departments by name or retrieve a paginated list of departments.
Search DesignsACCREDIBLE_CERTIFICATES_SEARCH_DESIGNS
Tool to search for designs (certificate/badge templates). Use when you need to filter designs by type, metadata, or paginate through design results.
Search GroupsACCREDIBLE_CERTIFICATES_SEARCH_GROUPS
Tool to search for groups in Accredible. Use when you need to filter groups by IDs, name, update dates, or metadata and paginate through results.
Update CredentialACCREDIBLE_CERTIFICATES_UPDATE_CREDENTIAL
Tool to update an existing credential. Use when you need to modify credential details such as description, dates, recipient information, or custom attributes.
Update Evidence ItemACCREDIBLE_CERTIFICATES_UPDATE_EVIDENCE_ITEM
Tool to update an existing evidence item for a credential. Use when you need to modify the details of an evidence item after it has been created.
Update GroupACCREDIBLE_CERTIFICATES_UPDATE_GROUP
Tool to update an existing group. Use when you need to modify group details after fetching its current data.
Update ReferenceACCREDIBLE_CERTIFICATES_UPDATE_REFERENCE
Tool to update a reference by ID. Use when you need to modify a reference's details for a credential. Use after retrieving the reference ID to change comments or relationship.
View All Skill CategoriesACCREDIBLE_CERTIFICATES_VIEW_ALL_SKILL_CATEGORIES
Tool to retrieve all skill categories. Use when you need to list all available skill categories (e.g., to link them to groups).