Nothing prevents a remoteci to manually create a job without any topic: ```python from dciclient.v1.api import job as dci_job dci_job.create(context, topic_id=None, components=[], comment='', parent_id='') ```