Import an Integration
If your integration is already in a Git repository, you can import it directly into WSO2 Cloud without going through the WSO2 Integrator IDE. WSO2 Cloud automatically builds and deploys the integration to the Development environment once the import is complete.
- An integration created with WSO2 Integrator IDE pushed to a remote Git repository (GitHub, GitLab, Bitbucket, or Azure DevOps).
- A WSO2 Cloud account. Sign up at WSO2 Cloud if you don't have one.
Connect your Git provider
-
Sign in to WSO2 Cloud.
When you sign up for the first time, WSO2 Cloud creates a default project for you. You land on the project home page.
-
On the project home page, click Import an Integration and select your Git provider. Alternatively, click your Git provider's icon directly on the home page to authorize it with WSO2 Cloud.
warningOne-click OAuth2 authorization is only available for GitHub. To use Bitbucket, GitLab, or Azure DevOps, you must first add your credentials at the organization level. See Connect a Git repository for instructions.
-
Complete the authorization flow in the browser and return to WSO2 Cloud.
Import the integration
-
Select the organization that owns the repository.
-
Select the repository and the branch.
-
Set the path to the folder where your integration lives within the repository.
-
Optionally, add a description.
-
Select the integration type. WSO2 Cloud detects the technology automatically.
-
Click Create.
WSO2 Cloud starts the build immediately. Once the build completes, the integration is automatically deployed to the Development environment.
What's next
- View and manage integrations — Inspect build status, deployment status, and manage the lifecycle of your deployed integrations.
- Runtime configurations — Set configurable values per environment and manage reusable configuration groups.
- Security configurations — Secure your integration endpoints with API Key or OAuth2 authentication.
- Endpoint configurations — Control endpoint visibility levels for integrations deployed as Integration as APIs.

