CI/CD Integration — AppHandoff Documentation

AppHandoff integrates into your continuous integration and deployment pipeline through API keys and webhook triggers. Add a scan step to your CI workflow that triggers an AppHandoff run after each build and gates deployment on the project health score. If the score drops below your configured threshold, the pipeline fails with a detailed mismatch summary.

The recommended setup uses a GitHub Actions workflow that calls the Runs API to trigger a scan, polls for completion, and checks the resulting score against a minimum threshold. AppHandoff provides a reusable workflow template you can drop into your repository. For non-GitHub CI systems, the same flow works with any HTTP client and the REST API.