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.
Integration Capabilities
API Access
Access platform services through APIs so external systems can interact with service configuration, workflows, operational activity, and platform data.
Webhooks
Send real-time notifications when platform events occur so other systems can respond to workflow updates, service actions, and operational changes.
Event-Driven Workflows
Coordinate actions between systems using event triggers so workflow stages, approvals, and operational tasks progress automatically.
Identity Integration
Connect with identity providers and authentication systems to support secure user access, identity federation, and role-based workflows.
Data Exchange
Exchange structured platform data such as service definitions, pricing inputs, customer records, workflow activity, and operational signals.
Automation Hooks
Trigger automation across provisioning systems, operational tools, and infrastructure platforms as workflow stages progress.
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
Example: fetch tenant MRC
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.