Integrations
Release Pilot can integrate with your tools and workflows via APIs, exports, and optional CI/CD hooks. Use it to automate release creation, query data, and keep external systems in sync.
Overview
- Where: API endpoints, export actions, and (where configured) webhooks or CI/CD
- What: Programmatic access, standard export formats, and event-driven integration
- Use case: Automate releases, feed dashboards, or trigger workflows from release events
API integration
Use the Release Pilot API to:
- Create and manage releases programmatically
- Query release and customer site data
- Integrate with CI/CD pipelines
- Build custom integrations
See the API Reference for base URLs, authentication, and endpoints.
Export integrations
Export data in standard formats:
- Release Planner format – Standard JSON for release planning and coordination
- JSON export – Raw data for custom processing
- CSV export – Spreadsheet-friendly format
CI/CD integration
Integrate with your CI/CD pipeline to:
- Create releases automatically on deployment
- Update release status
- Track deployment versions
- Link releases to builds
Webhook support
Where webhooks are configured, you can:
- Receive notifications on release events
- Trigger external workflows
- Sync data with other systems
Related
- API Overview – API reference and usage
- Release Planning – Release Planner export format
- Exporting Data (guide) – Export options