Tools
| Name | Description |
|---|---|
list_issued_badgesList issued Credly badges for the configured organization. | List issued Credly badges for the configured organization. |
get_issued_badgeGet a single Credly issued badge by ID. | Get a single Credly issued badge by ID. |
issue_badgeIssue a Credly badge to one recipient. | Issue a Credly badge to one recipient. |
update_issued_badgeUpdate an issued Credly badge with supported fields such as expiration or evidence. | Update an issued Credly badge with supported fields such as expiration or evidence. |
revoke_issued_badgeRevoke or delete an issued Credly badge. | Revoke or delete an issued Credly badge. |
list_badge_templatesList Credly badge templates for the configured organization. | List Credly badge templates for the configured organization. |
get_badge_templateGet one Credly badge template by ID. | Get one Credly badge template by ID. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('credly', 'list_issued_badges', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'credly',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Credly 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 Credly support?
Credly supports 7 tools including List Issued Badges, Get Issued Badge, Issue Badge, Update Issued Badge, Revoke Issued Badge, and more.
Can I use Credly with AI agents?
Yes. Add Credly 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 Credly be used in stateful agent workflows?
Yes. Agents can combine Credly 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 Credly use?
Credly uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Credly integration cost?
The Credly integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Credly in minutes
Get 20,000 free action executions every month. No credit card required.