axeiro

API Reference

Axeiro provides internal APIs used by the dashboard to manage deployments, builds, and application lifecycles. A public, stable API is not yet available.

API Access Model

API requests are authenticated using secure sessions established through the Axeiro dashboard. These APIs are designed for internal use and may change without notice.

Core Resources

Internally, Axeiro APIs operate on the following core resources:

  • Deployments – application configuration and runtime state
  • Build Jobs – container image build lifecycle
  • Integrations – source control and provider connections

Public API (Coming Later)

A public API and CLI are planned for a future release. These will enable programmatic deployment management, CI/CD integration, and automation.

Until then, all application management should be performed through the Axeiro dashboard.

Back to → Billing & Usage