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.

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Split MCP Client Matrix

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

Split CLI Matrix

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

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.