KosmoKrator

data

Builder.io MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write API key auth

Builder.io 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
builder-io
route_slug
builder-io
package
builder-io
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Builder.io MCP Client Matrix

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

Builder.io CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
builder-io.builder_io_list_models Read read 2 List all models in the Builder.io space. Optionally control pagination with limit and offset. Returns model IDs, names, kinds, and metadata.
builder-io.builder_io_get_model Read read 1 Get detailed information about a specific Builder.io model by its ID or name. Returns the model definition including fields, kind, and metadata.
builder-io.builder_io_list_content Read read 5 List content entries for a specific Builder.io model. Optionally control pagination with limit and offset, or filter with a query string. Returns entry IDs, names, and data.
builder-io.builder_io_get_content Read read 1 Get detailed information about a specific Builder.io content entry by its ID. Returns the full entry data, model reference, and timestamps.
builder-io.builder_io_create_content Write write 3 Create a new content entry in Builder.io for a given model. Provide the model name and a JSON object with the content data. The entry is created as a draft by default.
builder-io.builder_io_list_symbols Read read 2 List all symbols (reusable components) in the Builder.io space. Optionally control pagination with limit and offset. Returns symbol IDs, names, and metadata.
builder-io.builder_io_get_current_user Read read 0 Get information about the currently authenticated Builder.io user. Returns the user's name, email, and account details.