start_date | string (ISO-8601) | 7 days ago | Earliest commit timestamp to consider. |
end_date | string (ISO-8601) | now | Latest commit timestamp to consider. |
product_name | string | project name | Override the product name. |
idea | object | none | Optional idea to steer the post. See below. |
blog_options | object | none | { "length": "short" | "long", "seo": boolean, "focus": "multi_feature" | "single_feature" } — see below. |
audience | "technical" | "business" | "mixed" | project default | Technical depth of the writing. Omit to use the project’s content guidelines default. |
instructions | string (≤ 2000 chars) | project default | Free-text guidance on scope, tone, or terminology, e.g. "Don't mention marketing website changes". Omit to use the project default. |
repos | string[] | all tracked repos | Restrict the commit source to these tracked repositories (full names, e.g. ["acme/backend"]), as listed by get_project_context. Omit to use every active tracked repo. |