Writing Lowdefy config
The dev server serves docs for everything installed in this project at
http://localhost:3000/lowdefy-docs (also as MCP tools via the lowdefy-docs server).
Never guess type names or properties. Before writing config:
- Call
lowdefy_list_types(orGET /lowdefy-docs/blocks,/lowdefy-docs/operators,/lowdefy-docs/actions,/lowdefy-docs/connections,/lowdefy-docs/requests) to find the exact type name — this includes this project's local plugins. - Call
lowdefy_get_schema(orGET /lowdefy-docs/schema/{kind}/{type}) for the exact properties and events of that type. - Call
lowdefy_get_examples(orGET /lowdefy-docs/examples/{type}) to see real usage YAML for blocks. - For concepts (state, operators, events, requests), call
lowdefy_get_docorlowdefy_search_docs.