productivity
Split MCP, CLI, and Lua Integration for AI Agents
Split integration docs for AI agents: MCP gateway setup, Split CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Split 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
split- route_slug
split- package
split- 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. Split CLIHeadless setup and direct function calls. Split 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.
Split MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Split.
Claude Code Split MCP setup for Claude Code. Cursor Split MCP setup for Cursor. Codex Split MCP setup for Codex. OpenAI Agents Split MCP setup for OpenAI Agents SDK. Claude Agent SDK Split MCP setup for Claude Agent SDK. Vercel AI SDK Split MCP setup for Vercel AI SDK. LangChain Split MCP setup for LangChain. LangGraph Split MCP setup for LangGraph. CrewAI Split MCP setup for CrewAI. MCP clients Split MCP setup for Generic MCP Clients.
Split CLI Matrix
Use these pages for direct Split CLI workflows in scripts, CI, cron, and agent wrappers.
CI Split CLI for CI. Cron Jobs Split CLI for cron jobs. Shell Scripts Split CLI for shell scripts. Headless Automation Split CLI for headless automation. Coding Agents Split CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
split.split_list_splits | Read read | 3 | List feature splits in a Split workspace. Returns split names, descriptions, traffic type, and creation date. |
split.split_get_split | Read read | 2 | Get detailed information about a specific Split feature split, including its definition and traffic allocation. |
split.split_create_split | Write write | 4 | Create a new feature split in a Split workspace. Specify a name, traffic type, and optional description. |
split.split_list_environments | Read read | 1 | List all environments for a Split workspace. Returns environment IDs, names, and their status. |
split.split_get_environment | Read read | 2 | Get detailed information about a specific Split environment, including its name, type, and status. |
split.split_list_workspaces | Read read | 0 | List all Split workspaces. Returns workspace IDs, names, and the number of environments. |
split.split_get_current_user | Read read | 0 | Get information about the currently authenticated Split user. Useful for verifying API credentials. |