Yutanix Integrations
Integrations & API

Connecting infrastructure workflows across systems

Yutanix provides integration capabilities that allow platform workflows, services, and operational activity to connect with surrounding systems involved in infrastructure operations.

REST API Webhooks Event-Driven Workflows Identity Integration Data Exchange Automation Hooks

Integration Capabilities

API Access

Access platform services through APIs so external systems can interact with service configuration, workflows, operational activity, and platform data.

Platform APIs · Service Data · Workflow Activity

Webhooks

Send real-time notifications when platform events occur so other systems can respond to workflow updates, service actions, and operational changes.

Real-time Events · Notifications · System Triggers

Event-Driven Workflows

Coordinate actions between systems using event triggers so workflow stages, approvals, and operational tasks progress automatically.

Workflow Stages · Automation · Approvals

Identity Integration

Connect with identity providers and authentication systems to support secure user access, identity federation, and role-based workflows.

SSO · Identity Federation · Access Control

Data Exchange

Exchange structured platform data such as service definitions, pricing inputs, customer records, workflow activity, and operational signals.

Catalog Data · Pricing · Customer Records

Automation Hooks

Trigger automation across provisioning systems, operational tools, and infrastructure platforms as workflow stages progress.

Provisioning · Infrastructure Tools · Automation

REST API · Available now

Build your own integration.

The Yutanix REST API exposes your full catalog, tenant records, quotes, billing data, and delivery status. Build integrations with internal tools, DCIM platforms, or any system your operation depends on.

  • Full OpenAPI 3.0 documentation
  • Webhook support for real-time events
  • API keys with role-scoped permissions
Request API access →

Example: fetch tenant MRC

GET /v1/tenants/{tenant_id}/billing/mrr
Authorization: Bearer yx_live_••••••••

{
  "tenant_id": "ten_a1b2c3",
  "name": "Hurricane Electric",
  "current_mrr": 18400,
  "currency": "USD",
  "services": [
    { "sku": "SKU-001", "qty": 2, "mrr": 4800 },
    { "sku": "SKU-004", "qty": 6, "mrr": 4200 }
  ]
}

Webhooks available for: invoice.created, invoice.approved, quote.won, service.activated, payment.received

Don't see the integration you need?

Tell us what system you're trying to connect. We prioritize new integrations based on real customer needs.