Integrations Guide
Connect Sublyzer One with GitHub, Discord, and other services to enhance your workflow.
GitHub Integration
Connect your GitHub repositories to enable SwarmAI automated testing and Auto-Patch functionality.
GitHub permissions (Classic PAT):
- repo: required for reading code and creating commits/patches
- workflow: only needed if you plan to edit workflow files or trigger workflow-related APIs
Setup Steps:
- Go to your Integration dashboard and click "Connect GitHub"
- Authorize Sublyzer One to access your repositories
- Select the repositories you want to connect
- If you have only one repository, it will connect automatically
Once connected, you can:
- Run SwarmAI tests directly from the dashboard
- Apply Auto-Patch fixes that create GitHub commits automatically
- Track security vulnerabilities and performance issues in your codebase
- Allow AI to fetch relevant source snippets (based on stack traces) to generate better patches
Discord Integration
Connect your Discord server to receive alerts and updates via Discord webhooks.
Setup:
- Create a webhook in your Discord server (Server Settings → Integrations → Webhooks)
- Copy the webhook URL
- Go to Settings → Integrations → Discord
- Paste the webhook URL and configure alert types
Stripe Integration
Stripe powers subscriptions, upgrades and the customer portal for billing management.
Features:
- Payment tracking
- MRR and ARR calculations
- Churn analysis
- Customer lifetime value (LTV) metrics
See: Billing & Plans
Webhook Integration
Set up custom webhooks to send Sublyzer data to any external service.
POST YOUR_WEBHOOK_URL
Content-Type: application/json
{
"event": "error_detected",
"integrationId": "INTEGRATION_ID",
"data": {
"message": "Error message",
"severity": "high",
"timestamp": "2025-01-15T10:30:00Z"
}
}