Bulk Create Credentials (V2)
Tool to bulk create credentials. Use when batching up to 30 credentials in one call; supports multi-status (207) responses.
Accredible Certificates is a platform that enables organizations to create, manage, and distribute digital certificates, open badges, and blockchain credentials.
Tool to bulk create credentials. Use when batching up to 30 credentials in one call; supports multi-status (207) responses.
Tool to clone an existing group. Use after confirming the source group exists and you need a copy with optional overrides.
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.
Tool to create a new collection. Use when you need a curated set of groups.
Tool to create a new credential with optional evidence items and references. Use when issuing credentials to recipients; ensure group exists before creation.
Tool to create a new evidence item for a credential. Use after confirming credential ID.
Tool to create a new group. Use after gathering all group details.
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.
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.
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.
Tool to delete an evidence item from a credential. Use after confirming you want to permanently remove a specific evidence item.
Tool to delete a group. Use after confirming no credentials remain and when you need to permanently remove the group.
Tool to delete a specific reference by ID. Use after confirming both credential_id and reference_id. Example: "Delete reference 1234 from credential 'abc123'."
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]".
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.
Tool to view a credential by ID. Use when you need to retrieve detailed information about a specific credential.
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.
Tool to view a specific department by ID. Use when you need to retrieve detailed information about a department.
Tool to retrieve a specific evidence item from a credential. Use when you need to view details of an existing evidence item.
Tool to retrieve a specific group by ID. Use when you need to view details of an existing group.
Tool to retrieve details about the authenticated issuer. Use when you need to view information about the issuer organization.
Tool to view a specific reference by ID. Use when you need to retrieve details of a reference associated with a credential.
Tool to initialize the embedded badge designer. Use to create a new badge design or edit an existing one.
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.
Tool to retrieve a list of all templates. Use after authentication to fetch paginated certificate templates.
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").
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."
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).
Tool to search for departments by various criteria. Use when you need to find departments by name or retrieve a paginated list of departments.
Tool to search for designs (certificate/badge templates). Use when you need to filter designs by type, metadata, or paginate through design results.
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.
Tool to update an existing credential. Use when you need to modify credential details such as description, dates, recipient information, or custom attributes.
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.
Tool to update an existing group. Use when you need to modify group details after fetching its current data.
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.
Tool to retrieve all skill categories. Use when you need to list all available skill categories (e.g., to link them to groups).