Integrations & API

Fits the stack you already run on.

Generate and govern designs where your work already lives: point discovery agents at your cloud, APIs, databases, and CMDB, sync requirements with Jira, turn approved designs into Terraform, Bicep, or Pulumi, stream the audit trail to your SIEM, and wire it all into CI/CD through a scoped public API.

Available shipped today  ·  Beta limited / bring-your-own-license  ·  Roadmap planned

Environment discovery agents

Read-only agents inventory what you actually run, so generated designs integrate with it. Metadata shapes only, never data values; every run is authorized and audit-logged. Portfolio plans and up.

AWS · Azure · GCP estates
Inventory live cloud resources, regions & resource types
Available
API gateways
Azure APIM, Kong, AWS API Gateway & GCP Apigee: routes, auth & specs
Available
Databases
PostgreSQL, MySQL, SQL Server, MongoDB, CouchDB & BigQuery: schema shapes only
Available
CMDB & asset inventory
ServiceNow, Lansweeper & Axonius asset catalogs
Available
OpenAPI / Swagger import
Parse OpenAPI 3.x and Swagger 2.0 specs into the API catalog
Available
Directory & org structure
Microsoft Entra ID or CSV: teams & structure as aggregates, never people records
Available
File stores
S3-compatible storage (S3, MinIO, R2, B2): bucket & structure inventory, no object reads
Available

Diagramming & modeling

Hand over a drawn design, not just a description.

draw.io / diagrams.net
Lossless round-trip: export, edit, re-import without losing structure
Available
Mermaid source export
All four C4 levels as Mermaid source
Available
Lucidchart cloud import
Bring-your-own-license import into Lucid
Available
PDF / PNG / Word export
Diagrams & deliverables for docs and decks
Available

Infrastructure as code

The approved design becomes the starting point for what you actually deploy.

Terraform
Bundle generated from approved designs · Azure concrete, AWS/GCP scaffolding
Available
Bicep
Azure-native IaC bundle generated alongside Terraform
Available
Pulumi
Typed Pulumi program generated from the approved design
Available

Public API & automation

Everything the app can do, from your pipeline.

REST API
Full REST surface with interactive Swagger docs · Medium plans and up
Available
Scoped API keys
Org-bound, least-privilege keys for CI/CD
Available
Webhooks
HMAC-signed events on run completion, approvals & incidents
Available

Enterprise identity

Authenticate and provision with the identity provider you already run.

SSO via OIDC
Entra ID, Okta, or any OIDC provider · Large plans
Available
SCIM 2.0 provisioning
Users & Groups, provisioning and deprovisioning · Large plans
Available
Enforced MFA
Org-wide multi-factor enforcement · Large plans
Available

Observability & compliance

Feed the tamper-evident audit trail into the tools your SOC already watches.

Splunk
Audit events streamed to Splunk HEC · Portfolio plans and up
Available
Datadog
Audit events streamed to Datadog Logs · Portfolio plans and up
Available
Syslog
Standards-based streaming to any SIEM · Portfolio plans and up
Available
In-app audit suite
Hash-chained, tamper-evident audit trail with in-app search & verification
Available

AI & platform, under the hood

Nothing here for you to configure; these are the engines that power the platform, listed for transparency.

Google Vertex AI (Gemini)
Design generation & agent review · Customer Content never trains models
Anthropic Claude
Available per AI surface via platform provider routing
NVD (NIST)
Live CVE grounding for security review
Live cloud pricing
Azure retail pricing API · grounded AWS/GCP research
Stripe
Billing & subscription management
Mailgun
Notification email delivery, with per-org policy controls

Project & knowledge connectors

Pull requirements in, publish deliverables out, and keep the CMDB honest.

Jira
Bidirectional requirements sync: import an epic & its stories, export requirements back as an epic + stories
Available
Confluence
Scoped knowledge connector: spaces & pages ground generation
Available
SharePoint
Scoped knowledge connector for document libraries
Available
Microsoft Teams
Scoped channel knowledge connector
Available
MediaWiki
Internal wiki knowledge connector
Available
ServiceNow
CMDB asset discovery feeds the technology catalog & generation
Available
CMDB drift detection
Flag gaps between approved designs and the live CMDB
Roadmap
Public API

Embed generation & compliance in your pipeline.

The public REST API (Medium plans and up) is the same gateway surface the app uses, authenticated with a scoped API key instead of a user session, so you can start design runs, re-evaluate against current controls, and pull auditor deliverables straight from CI/CD.

  • Per-key, least-privilege scopes: a fail-closed gateway rejects anything out of scope with 403.
  • Keys are bound to one organization; every call is auto-scoped to your tenant.
  • Per-org and per-key rate limits with Retry-After on 429.
  • Pull SSP, data-flow diagrams, threat model, SBOM & traceability as deliverables.
  • Interactive Swagger / OpenAPI reference at /api/docs, so you can explore every endpoint before writing a line of code.
# Start an automated design run curl -X POST https://api.your-tenant/v1/analysis/\ packages/$PKG/design-run \ -H "X-Api-Key: ia_xxxxxxxxxxxx" # Re-evaluate against current controls POST /v1/analysis/packages/$PKG/evaluate # Download an auditor deliverable GET /v1/analysis/packages/$PKG/\ deliverables/ssp # scope: deliverables:read

Granular scopes

generation:writeStart runs & re-evaluate
generation:readDesigns, diagrams, run status
compliance:readStatus & affected designs
deliverables:readDownload auditor evidence

Signed webhooks

Subscribe a URL to design-run completion, approval, and incident events and receive a signed POST when they fire; verify with HMAC-SHA256 over the raw body.

# delivery headers X-IronArchitects-Event: design_run.completed X-IronArchitects-Signature: sha256=… # event families design runs · approvals · incidents

Key lifecycle

Keys are issued, rotated, and revoked from Settings, independent of any user account, so a departure never breaks your pipeline.

Org-boundOne key, one tenant
ScopedLeast privilege by default
Rate-limitedPer key & per org
Identity & access management

Enterprise IAM, built in.

Authentication, authorization, and tenant isolation run on a hardened identity layer, not a bolt-on.

Single sign-on

Federate your identity provider over OAuth 2.0 / OIDC (Microsoft Entra ID, Okta, and any standards-compliant OIDC IdP), powered by Keycloak identity brokering.

Role-based access

16+ granular permissions compose custom roles for Compliance Officers, Privacy Officers, and Enterprise Architects, least privilege by construction and fully delegable.

Tenant isolation

Every request runs under its organization's context with PostgreSQL row-level security, so one tenant can never read another's data, enforced in the database.

Scoped API keys

Programmatic access uses organization-bound API keys with explicit scopes, issued, rotated, and revoked from Settings, independent of any user account.

SCIM & enforced MFA

Automated provisioning and deprovisioning over SCIM 2.0 (RFC 7643/7644), Users and Groups with group-to-role mapping, plus organization-enforced multi-factor authentication.

Audit & session controls

Security-relevant actions are written to a hash-chained, tamper-evident audit log, searchable and verifiable in-app and streamed to your SIEM (Splunk, Datadog, or syslog), with configurable session timeouts enforced org-wide.

Need a connector we don't list yet?

The public API and webhooks already let you wire IronArchitects into almost anything. Tell us what's on your roadmap and we'll tell you what's on ours.