Hi, Is it possible to download data from the Workspace without using Codebook? I.e. with an API key. Or accessing your local drive in Codebook to read/write?
Hi @Farrep
Thank you for reaching out!
Yes — it is possible to access data from Workspace without using Codebook. Codebook is simply a cloud‑hosted Python environment. You can also use your own local setup (e.g., Jupyter Notebook, VS Code, or any Python script) to access the Workspace data.
You do not need an API key (aka App Key) for that purpose. We would recommend referring our developer portal which has quick start guides, docs and code samples which can help you get started.
Please feel free to update the thread if you need any further help. Thanks!