KosmoKrator

communication

Wildix MCP, CLI, and Lua Integration for AI Agents

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

6 functions 6 read 0 write Bearer token auth

Wildix 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
wildix
route_slug
wildix
package
wildix
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Wildix MCP Client Matrix

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

Wildix CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
wildix.wildix_list_calls Read read 4 List call records from the Wildix PBX. Supports pagination and optional date range filtering to narrow results by period.
wildix.wildix_get_call Read read 1 Get detailed information about a specific call record by its ID.
wildix.wildix_list_extensions Read read 2 List PBX extensions configured in the Wildix system. Supports pagination.
wildix.wildix_get_extension Read read 1 Get detailed information about a specific PBX extension by its ID.
wildix.wildix_list_users Read read 2 List users configured in the Wildix PBX system. Supports pagination.
wildix.wildix_get_current_user Read read 0 Get the profile of the currently authenticated Wildix user (the user associated with the configured access token).