Skip to main content

Supported Providers

Kexa supports integration with various cloud providers and services. This section details the configuration and usage for each supported provider.

Cloud Providers

  • AWS - Amazon Web Services
  • Azure - Microsoft Azure
  • GCP - Google Cloud Platform

Version Control

  • GitHub - GitHub repositories and organizations

Storage Services

APIs and Endpoints

Container Platforms

Office 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:

  1. Create a new addon
  2. Implement the required interfaces
  3. Add provider-specific configuration
  4. Write tests
  5. Submit a pull request

See Adding Addons for details.