Back to Home

API Reference

Integrate StackOrch into your workflows with our REST API.

Authentication

All API requests require authentication using an API key. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Base URL

https://api.stackorch.com

Endpoints

GET/api/v1/deployments
POST/api/v1/deployments
GET/api/v1/deployments/:id
DELETE/api/v1/deployments/:id
GET/api/v1/clusters
POST/api/v1/orchestrate
GET/api/v1/status

Need more details?

Full API documentation with request/response examples coming soon.