Supported Providers
Kexa supports integration with various cloud providers and services. This section details the configuration and usage for each supported provider.
Cloud Providers
Version Control
- GitHub - GitHub repositories and organizations
Storage Services
- Google Drive - Google Drive storage
- Google Workspace - Google Workspace services
APIs and Endpoints
- HTTP/HTTPS - Generic HTTP/HTTPS endpoints
Container Platforms
- Kubernetes - Kubernetes clusters
Office Services
- Microsoft/Office 365 - Microsoft Office 365 services
Provider Configuration
Each provider requires specific configuration:
- Authentication credentials
- API endpoints
- Required permissions
- Rate limits
- Supported features
See the individual provider documentation for details.
Adding New Providers
To add support for a new provider:
- Create a new addon
- Implement the required interfaces
- Add provider-specific configuration
- Write tests
- Submit a pull request
See Adding Addons for details.