Skip to content

How-To Guides

This part of the documentation includes recipes and tutorials for common tasks and workflows using Conductor Core. If you have a suggestion for a new guide, feel free to open an issue

How to create a submission?

# your_script.py
from ciocore import data as coredata

...

How to authenticate with an API key?

# your_script.py
from ciocore import api_client

...