Overview of OpenFiles SDKs - import paths, configuration options, and technical reference.
Constraint | Limit | Notes |
---|---|---|
File size | 10MB | Per file operation |
Path length | 1000 characters | Including all path segments |
Filename length | 255 characters | Per path segment |
Request timeout | 60 seconds | Configurable up to 300s |
Concurrent requests | 100 | Per API key |
folder/subfolder/file.txt
file.txt
not /file.txt
folder/file.txt
not folder/file.txt/
400
- Bad Request (invalid parameters)401
- Unauthorized (invalid API key)404
- Not Found (file doesn’t exist)409
- Conflict (file already exists for write operations)413
- Payload Too Large (file exceeds size limit)429
- Rate Limited (too many requests)500
- Internal Server ErrorPlatform | OpenAI Integration | Tools | Core Client |
---|---|---|---|
Node.js 18+ | ✅ | ✅ | ✅ |
Python 3.8+ | ✅ | ✅ | ✅ |
Deno | ❌ | ✅ | ✅ |
Bun | ✅ | ✅ | ✅ |
Edge Runtime | ❌ | ✅ | ✅ |
Browser | ❌ | ✅ | ✅ |