KosmoKrator

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.

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.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

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