Weavz
Accredible

Accredible

Digital certificates, badges, groups, and credential engagement

8 tools
1 trigger

Tools

Name
list_credentials

List Accredible credentials with narrow pagination.

get_credential

Get one Accredible credential by ID.

create_credential

Create and optionally publish an Accredible certificate or badge credential.

bulk_create_credentials

Create a batch of Accredible credentials. Keep batches within Accredible API limits.

update_credential

Update Accredible credential fields.

delete_credential

Delete or revoke an Accredible credential.

list_groups

List Accredible groups, which represent courses or qualifications.

list_designs

List Accredible credential designs.

Triggers

Name
new_credential

Poll for newly created Accredible credentials. The first run stores a baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('accredible', 'list_credentials', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'accredible',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Accredible 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 Accredible support?

Accredible supports 8 tools including List Credentials, Get Credential, Create Credential, Bulk Create Credentials, Update Credential, and more.

Can I use Accredible with AI agents?

Yes. Add Accredible 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 Accredible be used in stateful agent workflows?

Yes. Agents can combine Accredible 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 Accredible use?

Accredible uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Accredible integration cost?

The Accredible integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Accredible support?

Accredible supports 1 triggers including New Credential.

Connect Accredible in minutes

Get 20,000 free action executions every month. No credit card required.