author_agentic_workflow
Turn a natural-language prompt into a validated agentic workflow artifact. Publish after validation when requested, or keep a zero-write local draft to avoid unintended publication.
Instructions
Create an agentic workflow artifact from a prompt.
Args: prompt: Natural-language workflow request. name: Optional workflow display name. workflow_type: Optional stable workflow type/key. preferred_domains: Optional comma-separated domains such as crm,finance,communications. publish: When true, publish after validation passes. Defaults to a zero-write local draft so an agent never publishes implicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| prompt | Yes | ||
| publish | No | ||
| workflow_type | No | ||
| preferred_domains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |