Skip to main content
StackQLStackQL

The Universal Interface
for the Agentic Era



Agentic Platform Engineering

A universal surface for agents and humans to author changes side by side, at machine speed. Multiple writers, live state, and policy-bounded execution as first-class concerns - the foundation autonomous systems need to operate safely.

IaC for the Agentic Era

Code is still intent. Reality is data. StackQL gives agents and operators one declarative interface to query live state across providers, assert desired state idempotently, and traverse control and data planes through a single grammar - no state file, no per-cloud SDK.

Autonomous Observability

Treat cloud APIs as your data layer, not your deployment target. Every read is live, every change is an event, and drift becomes a signal an agent can reason about - not an alarm a human has to chase.

  • Query
  • Results
SELECT instance_state, COUNT(*) as num_instances
FROM aws.ec2.instances
WHERE region = 'us-west-1'
GROUP BY instance_state;

Deploying resources using your cloud provider is as easy as writing an INSERT statement...

INSERT INTO google.compute.disks (project, zone, name, sizeGb)
SELECT 'stackql-demo',
'australia-southeast1-a',
'test10gbdisk', 10;

Using StackQL you can develop your way: declarative or procedural. With an easy grammar to learn and no state file to manage, you can get started quickly and use StackQL interchangeably with other infrastructure as code tools, cloud native or otherwise. StackQL provides a universal interface for AI agents to interact with cloud infrastructure. Uses for StackQL include:

  • AI Agent Integration - Enable agents to provision and query cloud resources
  • Control Plane Communication - Programmatic infrastructure provisioning for agentic workflows
  • Data Plane Observability - Real-time monitoring and analytics for AI-driven operations
  • Cloud infrastructure deployment (using SQL)
  • Cloud asset inventory and reporting (using SQL)
  • Cloud compliance and control attestation (using SQL)
  • Configuration drift detection (using SQL)
  • and more, only limited by your imagination!

OK, Let's Get Started!

Installing StackQL
StackQL Resource Hierarchy
Using Providers
Using StackQL

Morty Proxy This is a proxified and sanitized view of the page, visit original site.