2026-01-14 04:53:58 +00:00

812 B

API Documentation

API reference for programmatic access to the Provisioning Platform.

Available APIs

Quick Start

# Check API health
curl http://localhost:9090/health

# List tasks via API
curl http://localhost:9090/tasks

# Submit workflow
curl -X POST http://localhost:9090/workflows/servers/create 
  -H "Content-Type: application/json" 
  -d '{"infra": "my-project", "servers": ["web-01"]}'

See REST API for complete endpoint documentation.