KosmoKrator

productivity

Auth0 MCP, CLI, and Lua Integration for AI Agents

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

Auth0 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.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
auth-zero.auth_zero_list_users Read read 4 List users in the Auth0 tenant. Supports search with Lucene syntax, pagination, and sorting.
auth-zero.auth_zero_get_user Read read 1 Retrieve a single Auth0 user by their user ID (e.g. "auth0|abc123").
auth-zero.auth_zero_create_user Write write 4 Create a new user in Auth0. Requires email, password, and the connection name (database connection).
auth-zero.auth_zero_list_connections Read read 1 List identity connections configured in the Auth0 tenant. Optionally filter by strategy (e.g. "auth0", "google-oauth2").
auth-zero.auth_zero_list_roles Read read 2 List roles defined in the Auth0 tenant with optional pagination.
auth-zero.auth_zero_get_tenant_settings Read read 0 Retrieve the Auth0 tenant settings (session lifetime, idle timeout, default directory, etc.).
auth-zero.auth_zero_get_current_user Read read 0 Run a lightweight Auth0 Management API health check by retrieving tenant settings.