# SilentFlow SilentFlow is an image hosting service designed for knowledge workers and automated workflows with Cloudflare edge delivery and fixed quota pricing. ## SilentFlow API - Human guide: https://slnt.dev/developers - OpenAPI 3.1: https://slnt.dev/openapi.json - API base URL: https://slnt.dev - Authenticate with Authorization: Bearer . - Use /v1/files for multipart image uploads and trust the returned url; v1 is image-only and delivery domains must not be inferred. - Scoped agent keys are accepted only under /v1 and may call only files:read, files:write, or files:delete operations they were granted. - Creating, listing, or revoking agent keys requires the legacy account key; a new agent token is shown once. - Before DELETE /v1/files/{key}, show the exact key to the user and obtain explicit confirmation. A 202 response means metadata/quota deletion succeeded and durable object cleanup is still retrying. - Do not upload from URLs; SilentFlow only accepts local multipart image uploads on v1. - JSON CLI source: https://github.com/weidlu/skills/tree/main/silentflow-client