Documentation Index
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Troubleshooting
Find solutions to common issues when working with Meibel.Authentication Issues
Invalid API Key Error
Problem: Getting “401 Unauthorized” or “Invalid API key” errors. Solutions:- Verify your API key is set:
- Check the key hasn’t expired in the Dashboard
- Ensure you’re using the correct header format:
Permission Denied
Problem: “403 Forbidden” errors when accessing resources. Solutions:- Verify your API key has the necessary permissions
- Check if you’re accessing resources in the correct project
- Ensure you’re not exceeding plan limits
Connection Issues
Timeout Errors
Problem: Requests timing out before completion. Solutions:SSL Certificate Errors
Problem: SSL verification failures. Solutions:- Update your certificates:
Rate Limiting
429 Too Many Requests
Problem: Hitting rate limits. Solutions:- Implement exponential backoff (see Rate Limits)
- Batch operations when possible
- Consider upgrading your plan for higher limits
SDK-Specific Issues
Python: Import Errors
TypeScript: Build Errors
CLI: Command Not Found
Getting Help
If you’re still experiencing issues:- Documentation: Review the API Reference
- Support: Contact support@meibel.ai with:
- Error messages and stack traces
- Steps to reproduce the issue
- SDK version and language version