KosmoKrator

education

Litmos MCP, CLI, and Lua Integration for AI Agents

Litmos integration docs for AI agents: MCP gateway setup, Litmos CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write API key auth

Litmos for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
litmos
route_slug
litmos
package
litmos
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Litmos MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Litmos.

Litmos CLI Matrix

Use these pages for direct Litmos CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
litmos.litmos_list_users Read read 3 List users in your Litmos organization. Returns user IDs, names, emails, and status. Supports pagination and search.
litmos.litmos_get_user Read read 1 Get detailed information about a specific Litmos user by their ID, including profile data, course assignments, and team memberships.
litmos.litmos_create_user Write write 4 Create a new user in Litmos. Requires a first name, last name, email address, and username for login.
litmos.litmos_list_courses Read read 3 List courses in your Litmos organization. Returns course IDs, names, descriptions, and status. Supports pagination and search.
litmos.litmos_get_course Read read 1 Get detailed information about a specific Litmos course by its ID, including modules, description, and completion settings.
litmos.litmos_list_teams Read read 2 List teams in your Litmos organization. Returns team IDs, names, and description. Supports pagination.
litmos.litmos_get_current_user Read read 0 Get the profile of the currently authenticated Litmos user. Useful for verifying API credentials and identifying the connected account.