Looking for the high-level adoption flow? See How to Plan a Platform Integration.
Accessing Integration Settings
- Navigate to your project in the Phylax platform
- Go to Settings in the navigation bar
- Select Slack or PagerDuty from the “Integrations” section

Adding Notification Integration
Slack Integration
The Slack integration sends formatted invalidation notifications to a channel of your choice using Slack’s Incoming Webhooks.1
Create a Slack App
- In the Credible Layer Settings page, click Create a Slack App
- This opens Slack’s app creation page with a pre-filled manifest. No manual configuration needed
- Select the workspace where you want to receive notifications
- Click Create
2
Enable Incoming Webhooks
- In your newly created Slack app, go to Features → Incoming Webhooks
- Toggle Activate Incoming Webhooks to On
- Click Add New Webhook to Workspace
- Select the channel where you want invalidation notifications
- Click Allow
3
Copy the Webhook URL
After authorizing, you’ll see your new webhook URL:Copy this URL.
4
Configure in Credible Layer
- Return to Credible Layer Settings → Slack tab
- Paste your webhook URL in the input field
- Click Save
5
Test the Integration
- After saving, click Send Test Notification
- Verify the message arrives in your selected Slack channel
PagerDuty Integration
The PagerDuty integration creates PagerDuty incidents when assertion invalidations occur, using the Events API v2.1
Create a PagerDuty Service Integration
- In PagerDuty, navigate to Services → Service Directory
- Select an existing service or create a new one
- Go to the Integrations tab
- Click Add Integration
- Search for and select Events API v2
- Click Add
2
Get the Integration Key
After adding the integration, you’ll see the Integration Key (also called Routing Key). This is a 32-character alphanumeric string. Copy this key.
3
Configure in Credible Layer
- Go to Credible Layer Settings → PagerDuty tab
- Paste your 32-character routing key in the input field
- Click Save
4
Test the Integration
- After saving, click Send Test Notification
- Verify the PagerDuty incident appears in your PagerDuty service
What Gets Notified
Both integrations send notifications when assertion invalidations occur. Notifications include:- Project name and affected contract
- Network/chain information
- Transaction details (hash, block number)
- Assertion violation reason
- Direct link to view the invalidation in the dashboard
How Invalidations Are Grouped
You receive one notification per invalidation group, not per transaction. An invalidation group is defined as an assertion being invalidated within a one-hour time window. If an attacker crafts multiple transactions that all violate the same assertion, these are grouped together since they can represent the same logical attack. After one hour without violations, a new invalidation creates a new group. This prevents notification spam while ensuring you’re alerted to distinct security events. See Invalidations for more details.This grouping logic is our initial approach and may be refined based on user feedback.
Managing Integrations
Updating a Webhook or Key
Paste a new URL or key and click Save. The old configuration is replaced.Removing an Integration
- Scroll to the bottom of the integration card
- Click Remove Integration
- Confirm the removal
Removing an integration stops all notifications but does not delete historical data. You can reconfigure at any time.
Troubleshooting
Security
- Webhook URLs and routing keys are stored securely and never displayed in full after saving
- Only project managers can configure integrations
- Test notifications are rate-limited to prevent abuse
Next Steps
Invalidations
Learn about invalidation monitoring
Projects
Manage your projects
Platform Overview
Explore the full platform
Writing Assertions
Create assertions for your contracts

