Heights Platform

Heights Platform helps creators build and sell online courses, digital products, and communities while managing students, orders, and access.

16 actions Integration catalog
Request access
Connect Heights Platform once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Enroll StudentHEIGHTS_PLATFORM_ENROLL_STUDENT
Create a student or update an existing student and mark them enrolled without granting course or bundle access. Use Grant Student Access when the student should also receive a learning product.
Get Learning ProductHEIGHTS_PLATFORM_GET_LEARNING_PRODUCT
Get detailed metadata for one course, bundle, or digital product by ID.
Get OrderHEIGHTS_PLATFORM_GET_ORDER
Get one Heights order by its public unique order ID.
Get Student Course ProgressHEIGHTS_PLATFORM_GET_STUDENT_COURSE_PROGRESS
Get a student's overall and course-specific completion percentages for one course.
Get Student DetailsHEIGHTS_PLATFORM_GET_STUDENT_DETAILS
Get a student by email, including account attributes, activity counts, paid orders, and enrolled courses.
Grant Student AccessHEIGHTS_PLATFORM_GRANT_STUDENT_ACCESS
Grant one course or bundle to a student by creating a zero-dollar paid order. Heights also creates or updates the student and marks them enrolled. This is non-idempotent because retrying can create another access order; do not automatically retry an ambiguous result.
Grant Student RoleHEIGHTS_PLATFORM_GRANT_STUDENT_ROLE
Grant one Heights role to a student, changing the student's authorization. Use a role ID returned by List Course Roles.
List Course RolesHEIGHTS_PLATFORM_LIST_COURSE_ROLES
List the Heights roles that can be granted to students.
List Learning ProductsHEIGHTS_PLATFORM_LIST_LEARNING_PRODUCTS
List published courses, bundles, or digital products in the connected Heights account.
List OrdersHEIGHTS_PLATFORM_LIST_ORDERS
List Heights orders with optional status, student email, and creation-time filters, returning one page and an opaque continuation cursor.
List StudentsHEIGHTS_PLATFORM_LIST_STUDENTS
List all Heights students one page at a time, or list the unpaginated students whose total completion is at least 100 percent.
List Student SubmissionsHEIGHTS_PLATFORM_LIST_STUDENT_SUBMISSIONS
List assignment answers or project posts submitted by students.
Reset Student ProgressHEIGHTS_PLATFORM_RESET_STUDENT_PROGRESS
Permanently erase a student's saved completion and progress records. For a course, this resets the selected course only. For a bundle, this resets every course in that bundle. This destructive change cannot be undone; confirm the student, resource type, and resource ID before calling. Do not automatically retry an ambiguous result.
Revoke Student AccessHEIGHTS_PLATFORM_REVOKE_STUDENT_ACCESS
Permanently remove one course or bundle from a student's existing orders. Course revocation removes that course from every applicable order. Bundle revocation cascades: it removes the bundle and the bundle's courses and digital products from the student's orders. This can immediately remove content access and is not automatically reversible; verify the student, resource type, and resource ID before calling.
Revoke Student RoleHEIGHTS_PLATFORM_REVOKE_STUDENT_ROLE
Revoke one Heights role from a student, changing the student's authorization. Use a role ID returned by List Course Roles.
Unenroll StudentHEIGHTS_PLATFORM_UNENROLL_STUDENT
End a student's paid membership by setting their Heights paying-student state to false. This changes the student's membership state; it does not delete the student account or promise to remove separately granted course or bundle access.