Introduction to Index

Index is designed to remove the friction between your data and your agents. By embedding agentic logic directly into the database layer, we eliminate the latency and complexity of traditional application-database loops.

bash
npm install @index-db/core

Your First Agentic Query

Unlike traditional SQL, Index allows you to define goals rather than just filters.

index-ql
AGENT find_top_customers(metric="LTV") REASON "Identify customers with high growth potential but low recent engagement" ACTION notify_sales_team;