Skip to main content

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:

MetricDescription
Total requestsTotal API calls made in the current billing period
Requests by endpointBreakdown of usage by API endpoint
Request timelineChart of API call volume over time
Error ratePercentage of requests returning non-200 responses
Rate limit headroomHow 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:

  1. Navigate to API Hub → Credentials
  2. Click Rotate Credentials
  3. Confirm the rotation — existing credentials will be invalidated immediately
  4. Copy and update your new credentials in all integrations before proceeding
warning

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