AIFS
Simple REST API file system service for LLM persistent memory and data sharing.
Endpoints
GET /api/files- List all filesGET /api/read?path=...- Read file contentPOST /api/write- Create or overwrite filePATCH /api/patch- Update specific linesDELETE /api/delete- Remove fileGET /api/summary?path=...- Get file previewGET /llms.txt- API documentation for LLMs