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 /dimension

List all configuration dimensions.

GET /dimension/:id

Get specific dimension data.

GET /history

Retrieve deployment logs and audit trails.

Full OpenAPI documentation is available on SwaggerHub.