Teachable · Agentic Access

Teachable Agentic Access

x-agentic-access generated

Teachable exposes 28 API operations that an AI agent could call, of which 6 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 22 read and 6 write.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

Online CoursesE-LearningEducationCourse ManagementEnrollmentsCoachingMembershipsTransactions
Operations: 28 Acting: 6 Human-in-the-loop: 0 Method: generated

By consequence

read 22 write 6

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/teachable-admin-openapi.yml, openapi/teachable-oauth-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 28
  by_action_class:
    connected: 22
    acting: 6
  by_consequence:
    read: 22
    write: 6
  human_in_the_loop_required: 0
operations:
- path: /courses
  method: get
  operationId: listCourses
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /courses/{course_id}
  method: get
  operationId: getCourse
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /courses/{course_id}/enrollments
  method: get
  operationId: listCourseEnrollments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /courses/{course_id}/progress
  method: get
  operationId: getCourseProgress
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /courses/{course_id}/lectures/{lecture_id}
  method: get
  operationId: getLecture
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /courses/{course_id}/lectures/{lecture_id}/mark_complete
  method: post
  operationId: markLectureComplete
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /courses/{course_id}/lectures/{lecture_id}/videos/{video_id}
  method: get
  operationId: getVideo
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /courses/{course_id}/lectures/{lecture_id}/quizzes
  method: get
  operationId: listQuizzes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /courses/{course_id}/lectures/{lecture_id}/quizzes/{quiz_id}
  method: get
  operationId: getQuiz
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /courses/{course_id}/lectures/{lecture_id}/quizzes/{quiz_id}/responses
  method: get
  operationId: getQuizResponses
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /enroll
  method: post
  operationId: enrollUser
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /unenroll
  method: post
  operationId: unenrollUser
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /users
  method: get
  operationId: listUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /users
  method: post
  operationId: createUser
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /users/{user_id}
  method: get
  operationId: getUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /users/{user_id}
  method: patch
  operationId: updateUser
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pricing_plans
  method: get
  operationId: listPricingPlans
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pricing_plans/{pricing_plan_id}
  method: get
  operationId: getPricingPlan
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /transactions
  method: get
  operationId: listTransactions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /webhooks
  method: get
  operationId: listWebhooks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /webhooks/{webhook_id}/events
  method: get
  operationId: listWebhookEvents
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /current_user/me
  method: get
  operationId: getCurrentUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - email:read
    - name:read
    token:
      max-ttl: 3600
    audit: none
- path: /current_user/courses
  method: get
  operationId: listCurrentUserCourses
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - courses:read
    token:
      max-ttl: 3600
    audit: none
- path: /current_user/courses/{course_id}
  method: get
  operationId: getCurrentUserCourse
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - courses:read
    token:
      max-ttl: 3600
    audit: none
- path: /current_user/courses/{course_id}/progress
  method: get
  operationId: getCurrentUserCourseProgress
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - courses:read
    token:
      max-ttl: 3600
    audit: none
- path: /current_user/courses/{course_id}/lectures/{lecture_id}
  method: get
  operationId: getCurrentUserLecture
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - courses:read
    token:
      max-ttl: 3600
    audit: none
- path: /current_user/courses/{course_id}/lectures/{lecture_id}/mark_complete
  method: post
  operationId: markCurrentUserLectureComplete
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - courses:read
    - courses:update
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /current_user/courses/{course_id}/lectures/{lecture_id}/videos/{video_id}
  method: get
  operationId: getCurrentUserVideo
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - courses:read
    token:
      max-ttl: 3600
    audit: none