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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Wildix CLIHeadless setup and direct function calls. Wildix MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Wildix MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Wildix.
Claude Code Wildix MCP setup for Claude Code. Cursor Wildix MCP setup for Cursor. Codex Wildix MCP setup for Codex. OpenAI Agents Wildix MCP setup for OpenAI Agents SDK. Claude Agent SDK Wildix MCP setup for Claude Agent SDK. Vercel AI SDK Wildix MCP setup for Vercel AI SDK. LangChain Wildix MCP setup for LangChain. LangGraph Wildix MCP setup for LangGraph. CrewAI Wildix MCP setup for CrewAI. MCP clients Wildix MCP setup for Generic MCP Clients.
Wildix CLI Matrix
Use these pages for direct Wildix CLI workflows in scripts, CI, cron, and agent wrappers.
CI Wildix CLI for CI. Cron Jobs Wildix CLI for cron jobs. Shell Scripts Wildix CLI for shell scripts. Headless Automation Wildix CLI for headless automation. Coding Agents Wildix CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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). |