Overview
Each personal CREAO agent has a durable file space — the skill folder mounted into sandbox runs (for exampleSKILL.md plus supporting scripts and templates). The Developer API can list those files, fetch a short-lived download URL, and delete a file.
Upload is not available on the Developer API today; use the CREAO web UI or agent runs to add files.
List files
SKILL.md when present.
Download a file
download_url is a presigned URL that expires in 1 hour.
Delete a file
SKILL.md is allowed. CREAO re-stages it automatically the next time the agent’s skill content is updated.
Errors
See also the OpenAPI operations under Agent Files.