Weavz
LearnUpon

LearnUpon

LearnUpon LMS operations for users, courses, enrollments, completion, and groups.

12 tools

Tools

Name
search_users

Search LearnUpon users by email, username, ID, group, or portal filters.

create_user

Create a LearnUpon user.

update_user

Update a LearnUpon user by numeric user ID.

delete_user

Delete a LearnUpon user by numeric user ID.

search_courses

Search LearnUpon courses.

enroll_user

Enroll a LearnUpon user on a course.

search_enrollments

Search LearnUpon enrollments by user, course, status, or page.

update_enrollment

Update a LearnUpon enrollment.

delete_enrollment

Delete or unenroll a LearnUpon enrollment by ID.

mark_enrollment_complete

Mark a LearnUpon enrollment complete.

search_groups

Search LearnUpon groups.

create_group

Create a LearnUpon group.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

LearnUpon supports 12 tools including Search Users, Create User, Update User, Delete User, Search Courses, and more.

Can I use LearnUpon with AI agents?

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

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

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

How much does the LearnUpon integration cost?

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

Connect LearnUpon in minutes

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