Step 1: Get upload URL
POST
/api/artifacts/upload-urlStep 2: Upload the zip
PUT the zip binary to theuploadUrl from Step 1:
__pycache__, .git, and manifest.json.
Step 3: Create artifact
POST
/api/artifacts
Response:
Download artifact code
GET
/api/artifacts/:id/code