Grant Capability from Learning
Overview
Automatically grant verified capabilities upon successful course completion.
SDK Example
// Auto-generated from SDK - Coming Soon
await academy.completeWithCapability({
passportId: user.id,
courseId: 'course:python-expert',
grantCapabilities: ['skill:python', 'cert:python-certified'],
evidence: completionProof,
});
Use Cases
- Automatic capability granting
- Learning-to-work pipeline
- Skill certification
- Career progression
See Also
- Complete Learning Module
- Grant Capability with Evidence (Capability Graph)
- Learning-to-Capability Pipeline