intent : discover site's capabilities
SQL for the Agentic Web

An open standard for AI-first websites. Define how agents discover and interact with web capabilities using familiar SQL-like syntax. Stop scraping. Start standardizing.

The Vision

The web needs to evolve beyond HTML scraping. Websites should natively expose their capabilities to AI agents through standardized interfaces.

IntentQL defines how this future works.

// Current state: Brittle HTML scraping
const searchButton = await page.waitForSelector('#search-btn-maybe-this-class');
await searchButton.click();
// Breaks when site updates 💥
-- The IntentQL way: Clean, declarative, future-proof
SELECT name, price, rating 
FROM amazon.products 
WHERE category = 'laptops' 
  AND price < 1000 
ORDER BY rating DESC;

The Solution

IntentQL lets agents query websites like databases. Sites expose capabilities through agent.json files, agents express intent in SQL-like syntax.

Familiar syntax. Powerful results.

Natural Language Bridge

Users speak in plain English. AI translates to IntentQL. Websites respond with structured data.

The future of human-AI-web interaction.

Human: "Find me cheap Python books on Amazon"

AI Agent:
SELECT * FROM amazon.products 
WHERE category = 'books' 
  AND subject = 'Python' 
  AND price < 30;

Why IntentQL Will Define the Future

The infrastructure layer for the agentic web. Get ahead of the curve.

🔮

The Standard That's Coming

Define the protocol that will power the agentic web. Early implementers will have competitive advantage when AI agents go mainstream.

🧠

AI-Native

Natural language queries automatically convert to IntentQL. Perfect bridge between human intent and machine execution.

📊

SQL Familiar

Leverages the world's most popular query language. Zero learning curve for millions of developers.

🔗

Cross-Platform

Query multiple websites in a single statement. Break down data silos with unified syntax.

🛡️

Permission-Based

Sites control what agents can access. No more cat-and-mouse games with scraping detection.

🏗️

Infrastructure-Level

This isn't another scraping workaround. It's the foundational layer for how AI agents will interact with the web for the next decade.

The Agentic Web is Coming

Be part of defining how AI agents interact with websites. Shape the standard that will power the next decade of web-AI interaction.

Looking for visionary developers, design partners, and early implementers