E
Custom Block Builder - Lazy Blocks Content

Export / Import blocks

Export / Import blocks

What it does

Export / Import blocks It is one of the abilities the Custom Block Builder - Lazy Blocks plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ edit_posts

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

lazy-blocks.export-import-blocks
{
  "ability": "lazy-blocks.export-import-blocks",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More Custom Block Builder - Lazy Blocks abilities

All Custom Block Builder - Lazy Blocks abilities β†’
C
Configure Custom Block
Custom Block Builder - Lazy Blocks
Configure Custom Block
A
Add Controls
Custom Block Builder - Lazy Blocks
Add Controls
A
Add control fields like simple text and complex image
Custom Block Builder - Lazy Blocks
Add control fields like simple text and complex image selectors.
W
Write Output Code
Custom Block Builder - Lazy Blocks
Write Output Code
D
Display blocks preview immediately once the page editor
Custom Block Builder - Lazy Blocks
Display blocks preview immediately once the page editor loaded.