Builder.io

Builder.io is a visual development platform for delivering, managing, and programmatically updating content, models, assets, and Space configuration.

10 actions Integration catalog
Request access
Connect Builder.io once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Content EntryBUILDER_IO_CREATE_CONTENT_ENTRY
Create a draft, published, or archived entry in an existing Builder.io model. New entries default to draft and trigger configured webhooks unless trigger_webhooks is false.
Delete Content EntryBUILDER_IO_DELETE_CONTENT_ENTRY
Delete one Builder.io content entry by model name and entry ID. Builder's Content API is CDN-cached, so reads may briefly return stale content after a successful deletion. Configured webhooks run unless trigger_webhooks is false.
Get Content EntryBUILDER_IO_GET_CONTENT_ENTRY
Retrieve one content entry by model name and entry ID from the connected Builder.io Space. Set cachebust only for a one-off freshness check because normal Content API reads use Builder's CDN cache.
Get Space DetailsBUILDER_IO_GET_SPACE_DETAILS
Return the authenticated Builder.io Space ID and its read-only settings.
List AssetsBUILDER_IO_LIST_ASSETS
List, filter, and sort assets in the connected Builder.io Space without modifying the Asset Library. Returns one offset-controlled page at a time.
List Content EntriesBUILDER_IO_LIST_CONTENT_ENTRIES
List and filter content entries from any model in the connected Builder.io Space, one offset-controlled page at a time.
List Content FoldersBUILDER_IO_LIST_CONTENT_FOLDERS
List the content folders configured in the connected Builder.io Space.
List ModelsBUILDER_IO_LIST_MODELS
List the content models in the connected Builder.io Space, optionally including each model's field schema for content discovery.
List Space UsersBUILDER_IO_LIST_SPACE_USERS
List users and roles with access to the connected Builder.io Space.
Update Content EntryBUILDER_IO_UPDATE_CONTENT_ENTRY
Partially update an existing Builder.io content entry. Omitted top-level fields remain unchanged, but a supplied data object replaces the existing data object rather than recursively merging with it. Configured webhooks run unless trigger_webhooks is false.