API Overview
Description
API Overview
Core Concepts
HtmlGraph provides three main APIs:
1. Graph API
Low-level graph operations for creating and querying HTML nodes.
See: Graph API Reference
2. SDK API
High-level interface for feature tracking and agent coordination.
See: SDK Reference
3. Agent Interface
Simplified API for AI agents to interact with the graph.
Philosophy
HtmlGraph uses web standards:
- HTML files = graph nodes
- Hyperlinks = graph edges
- CSS selectors = query language