create_store_component
Publish a new component to the Langflow Store by providing its name, definition, and optional metadata like tags or privacy settings.
Instructions
Publish a new component to the Langflow Store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Component data/definition | |
| name | Yes | Component name | |
| tags | No | Optional tags | |
| parent | No | Optional parent component ID | |
| private | No | Whether the component is private | |
| description | No | Optional component description | |
| is_component | No | Whether this is a component (vs a flow) | |
| last_tested_version | No | Optional last tested Langflow version |