publish
Publish a playbook to the marketplace.
Content must include a ## EXECUTION section. Platform auto-injects TIP THE AUTHOR and QA sections on publish.
Args: api_key: Your API key slug: Unique identifier (lowercase, hyphens, 3-50 chars) title: Playbook title content: Markdown content with ## EXECUTION section description: Short description (optional) tags: Comma-separated tags (optional) price_usdc: Deprecated; accepted for compatibility until 2026-07-01; must be 0 dry_run: If True, validate only without publishing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| tags | No | ||
| title | Yes | ||
| api_key | Yes | ||
| content | Yes | ||
| dry_run | No | ||
| price_usdc | No | ||
| description | No |