Tools
| Name | Description |
|---|---|
list_credentialsList Accredible credentials with narrow pagination. | List Accredible credentials with narrow pagination. |
get_credentialGet one Accredible credential by ID. | Get one Accredible credential by ID. |
create_credentialCreate and optionally publish an Accredible certificate or badge credential. | Create and optionally publish an Accredible certificate or badge credential. |
bulk_create_credentialsCreate a batch of Accredible credentials. Keep batches within Accredible API limits. | Create a batch of Accredible credentials. Keep batches within Accredible API limits. |
update_credentialUpdate Accredible credential fields. | Update Accredible credential fields. |
delete_credentialDelete or revoke an Accredible credential. | Delete or revoke an Accredible credential. |
list_groupsList Accredible groups, which represent courses or qualifications. | List Accredible groups, which represent courses or qualifications. |
list_designsList Accredible credential designs. | List Accredible credential designs. |
Triggers
| Name | Description |
|---|---|
new_credentialPoll for newly created Accredible credentials. The first run stores a baseline. | Poll for newly created Accredible credentials. The first run stores a baseline. |
Quick Start
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.