Settings

Theme

Show HN: OpenFiles – Persistent cloud files for AI agents

openfiles.ai

1 points by gokulsiva 5 months ago · 1 comment · 1 min read

Reader

I spent 4 weeks building file infrastructure for my AI app instead of AI features. Every AI developer I know has done the same - building S3 + database + versioning just to let agents save files.

So I built OpenFiles - a drop-in SDK that gives AI agents persistent file storage.

Your agents can now: - Save/edit files across conversations - Share files between multiple agents - Track versions automatically

Try it: https://console.openfiles.ai (sign in with GitHub)

Example: ```python from openfiles_ai import OpenAI client = OpenAI(api_key="...",openfiles_api_key="...") # Your ChatGPT can now persist files between sessions

TypeScript/Python SDKs available. Early users get 5GB free.

gokulsivaOP 5 months ago

Would love feedback on the API design and what file operations you need for your AI apps.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection