API Guide & Architecture
Integrate IaCConsole into your custom workflows.
The IaCConsole API provides programmatic access to your infrastructure inventory, execution history, and organization settings. It is the backbone of the web console and the CLI.
Base URL
https://api.iacconsole.com/v1
Authentication
Authenticating with the API currently requires a dynamic token generated via the CLI login flow or an API key (coming soon).
Key Endpoints
GET /dimensionList all configuration dimensions.
GET /dimension/:idGet specific dimension data.
GET /historyRetrieve deployment logs and audit trails.
Full OpenAPI documentation is available on SwaggerHub.