> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xloud.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Connect Xloud Cloud Platform with third-party tools for infrastructure automation, monitoring, security, and observability.

<p style={{ fontSize: "1.15rem", color: "#4B5563", maxWidth: "720px", lineHeight: "1.75" }}>
  Xloud Cloud Platform integrates with industry-standard tools across infrastructure automation,
  monitoring, observability, and security. Use these integrations to build fully automated
  provisioning pipelines, gain deep operational visibility, and enforce security compliance
  across your cloud environment.
</p>

***

<CardGroup cols={4}>
  <Card title="Terraform" icon="layers" href="/integrations/terraform" color="#197560">
    Provision and manage Xloud infrastructure declaratively using the Terraform provider for
    compute, networking, and storage.
  </Card>

  <Card title="Ansible" icon="terminal" href="/integrations/ansible" color="#197560">
    Automate OS configuration, patch management, and compliance enforcement across instances
    using Ansible modules and dynamic inventory.
  </Card>

  <Card title="Prometheus" icon="chart-line" href="/integrations/prometheus" color="#197560">
    Collect infrastructure and service metrics from Xloud, configure alerting rules, and
    wire alert webhooks into orchestration scaling policies.
  </Card>

  <Card title="Grafana" icon="gauge" href="/integrations/grafana" color="#197560">
    Build operational dashboards on top of Prometheus data sources with pre-built dashboard
    templates for compute, storage, and networking.
  </Card>

  <Card title="Wazuh" icon="shield-check" href="/integrations/wazuh" color="#197560">
    Deploy Wazuh agents on Xloud instances for real-time threat detection, log collection,
    vulnerability scanning, and SIEM integration.
  </Card>
</CardGroup>

***

<CardGroup cols={2}>
  <Card title="Automation Tools" icon="wrench" color="#197560">
    **Terraform** and **Ansible** cover the full infrastructure lifecycle — from provisioning
    new instances and networks to day-2 configuration, patch management, and compliance
    enforcement. Both tools integrate natively with the Xloud API.
  </Card>

  <Card title="Observability Stack" icon="activity" color="#197560">
    **Prometheus** collects metrics from Xloud services and instances. **Grafana** provides
    visualization dashboards. Together they form a production-grade observability layer that
    also drives auto-scaling signal delivery to Xloud Orchestration.
  </Card>

  <Card title="Security & Compliance" icon="lock" color="#197560">
    **Wazuh** provides a unified SIEM, intrusion detection, and compliance monitoring layer
    across all instances. Agent deployment is automated using Ansible, with log forwarding
    integrated into the central Wazuh manager.
  </Card>

  <Card title="API & CLI Access" icon="code" color="#197560">
    All Xloud services expose a REST API. The `openstack` CLI and Terraform provider interact
    directly with these APIs using application credentials or token-based authentication
    from Xloud Identity.
  </Card>
</CardGroup>
