API Hub
The API Hub is your centralized interface for managing API integrations with CyberXTron — monitor usage, manage API keys, and track the health of your integrations.
Accessing the API Hub
From the left navigation menu in the XTron Console, click API Hub.
API Usage Tracking
The API Hub provides real-time visibility into how your API integrations are consuming CyberXTron resources:
| Metric | Description |
|---|---|
| Total requests | Total API calls made in the current billing period |
| Requests by endpoint | Breakdown of usage by API endpoint |
| Request timeline | Chart of API call volume over time |
| Error rate | Percentage of requests returning non-200 responses |
| Rate limit headroom | How close you are to your rate limit threshold |
API Key Management
Manage your organization's API credentials from the API Hub:
Viewing Credentials
Your API credentials (XTRON-ORG-KEY and XTRON-ORG-SECRET) are displayed in the API Hub. The secret is masked by default — click to reveal.
Rotating Credentials
If your credentials are compromised or you want to rotate them as a security best practice:
- Navigate to API Hub → Credentials
- Click Rotate Credentials
- Confirm the rotation — existing credentials will be invalidated immediately
- Copy and update your new credentials in all integrations before proceeding
Rotating credentials immediately invalidates the old key and secret. All integrations using the old credentials will stop working until updated. Plan your rotation carefully.
Access Controls
Control which IP addresses or CIDR ranges are allowed to use your API credentials under API Hub → Access Controls. Restricting API access to known IPs is a recommended security practice.
Integration Status
The API Hub shows the connection status of configured integrations:
- TAXII clients — SIEM or TIP connections consuming ThreatBolt TAXII feeds
- Webhook receivers — Endpoints receiving incident notifications
- REST API clients — Active API key usage patterns