Create task

Advanced configuration

Blank config can still trigger blog/social execution when task_type, preferred_output_type, title, instructions, or goal look profile-like. Use config keys below to force or disable behavior.

Config hints: set pipeline_name to force a specific pipeline ID. Omit it (or set "default") to let AI choose. Use disable_blog_execution_profile, disable_social_execution_profile, or disable_quality_overlay for opt-out behavior.

{
  "execution_profile": "blog_execution_profile",
  "enhancement_profile": "blog_quality_profile",
  "pipeline_name": "blog_execution_profile"
}
{
  "execution_profile": "social_execution_profile",
  "enhancement_profile": "social_quality_profile",
  "pipeline_name": "default",
  "disable_social_execution_profile": true,
  "disable_quality_overlay": true
}