Agent_skillsIdDownload_zip
Download skill as ZIP file
Download all files from an agent skill as a ZIP archive. Files are streamed directly with their relative paths preserved.
Authorization
BearerAuth Authorization<token>
Project Bearer token (e.g., "Bearer sk-ac-xxxx")
In: header
Path Parameters
id*string
Agent skill UUID
Response Body
application/zip
curl -X GET "https://loading/api/v1/agent_skills/string/download_zip""string"Download skill to sandbox POST
Download all files from an agent skill to a sandbox environment. Files are placed at /skills/{skill_name}/.
Get file from agent skill GET
Get file content or download URL from agent skill. If the file is text-based (parseable), returns parsed content. Otherwise, returns a presigned download URL.