Skip to main content
Every method has an async twin (prefixed with “a”). This shows a typical flow written with async/await: create, upload, list, verify, and clean up.
Source: examples/workspaces/07_async.py in the SDK repo.