Getting Help
Common Issues
API Key Issues
API Key Issues
Invalid API Key Error
- Ensure your key starts with
oa_
- Check for extra spaces or newlines
- Verify the key in your console
- Free tier: 100 requests/minute
- Check your usage in the console
- Consider upgrading for higher limits
File Operations Not Working
File Operations Not Working
AI Not Creating Files
- Verify your OpenFiles API key is set
- Check that file operations are enabled
- Ensure your prompt clearly requests file creation
- Remember: no leading slashes in paths
- Use forward slashes even on Windows
- Check file exists with
list
operation first
SDK Installation Issues
SDK Installation Issues
TypeScript/JavaScriptPython
Integration Problems
Integration Problems
OpenAI Integration
- Ensure you’re importing from
@openfiles-ai/sdk/openai
- Both OpenAI and OpenFiles API keys must be valid
- Check you’re using a supported OpenAI model
- Verify API key is correctly formatted
- Check HTTP status codes in error responses
- Ensure proper async/await usage in Python
Debugging Tips
Enable Debug Logging
Check API Status
Visit status.openfiles.ai to check service status.Test Your Connection
FAQ
What AI providers are supported?
What AI providers are supported?
Currently:
- ✅ OpenAI (native drop-in)
- ✅ Any AI via Core Client
- 🔜 Anthropic Claude (native)
- 🔜 Google Gemini (native)
- 🔜 Cohere (native)
Can I use OpenFiles without AI?
Can I use OpenFiles without AI?
Yes! Use the Core Client for direct file operations without any AI dependencies.
What file types are supported?
What file types are supported?
- Text files - Full support in all SDKs
- Binary files - Supported in Core Client only (coming to other layers)
Is there a file size limit?
Is there a file size limit?
- Free tier: 10MB per file
- Pro tier: 100MB per file
- Enterprise: Custom limits
How does versioning work?
How does versioning work?
Every write operation creates a new version automatically. You can access any previous version using the version number.
Contact Information
- Email: contact@openfiles.ai
- GitHub: github.com/openfiles-ai/openfiles
Enterprise Inquiry
For enterprise usage questions and custom implementations:Contact Sales
contact@openfiles.aiDiscuss enterprise usage, custom integrations, and volume pricing