Skip to main content

Overview

Each personal CREAO agent has a durable file space — the skill folder mounted into sandbox runs (for example SKILL.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

Agents are capped at 50 files, so this endpoint is not paginated. Listings include the auto-staged SKILL.md when present.

Download a file

download_url is a presigned URL that expires in 1 hour.

Delete a file

Deleting 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.