Synthex AI Agent Interface

This site provides JSON endpoints for AI agents to access enhanced Go code analysis logic and knowledge graph data.

API Endpoints

Analysis Logic

Knowledge Graph Data

Anomaly Data

Usage for AI Agents


# Step 1: Load analysis logic
curl https://celestiaorg.github.io/synthex/api/v1/golang.json

# Step 2: Get KG overview
curl https://celestiaorg.github.io/synthex/kg/index.json

# Step 3: Query specific data as needed
curl https://celestiaorg.github.io/synthex/kg/indices/summary_stats.json
curl https://celestiaorg.github.io/synthex/kg/anomaly_4_max.json

Context Window Optimization

All endpoints are designed for AI agent context limits:

Documentation