browser_playbook_save
Create or update a browser automation playbook with validated frontmatter and required sections for replay and testing.
Instructions
Create or update a playbook. Validates frontmatter and required sections. Use browser_playbook_propose_update for trace-driven authoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | <origin>/<feature> | |
| meta | Yes | Frontmatter fields (origin, feature, title, inputs, outputs, etc.) | |
| body | Yes | Markdown body with required sections. | |
| workflow | No | Workflow JSON for replay. |