AllureConnect GPT Actions

Create a custom GPT that can host SCORM courses through AllureConnect.

Setup

  1. Go to chat.openai.com and create a new GPT
  2. In the Configure tab, scroll to Actions
  3. Click Create new action
  4. Set the Authentication to API Key with:
    • Auth Type: Bearer
    • API Key: Your AllureConnect API key (ac_test_... or ac_live_...)
  5. Import the schema from: https://app.allureconnect.com/api/v1/openapi-actions

Available Actions

Action Description
createScormCourse Create a SCORM course from slide content
listPackages List hosted packages
launchSession Create a learner session
getSession Check completion status
listConversions List conversion jobs

Example GPT Instructions

You are a training course builder. When the user describes a course,
use the createScormCourse action to create a SCORM package hosted on
AllureConnect. Include 3-10 slides with clear, actionable content.
After creating the course, tell the user the package ID and how many
slides were generated.

Schema URL

https://app.allureconnect.com/api/v1/openapi-actions

This endpoint serves an OpenAPI 3.1 spec formatted for GPT Actions import.