Developer API
Build on the graph.
REST + webhooks over the live graph — search, agents, execution, and event streams.
Execute layer
Sandbox, compare, deploy export.
Open →Research agent
Automated multi-step research.
Open →Get API keys
Sign in to create developer keys.
Open →Endpoints
Search
Hybrid Meilisearch + vector query across the graph.
GET /api/search/?q=…Nodes
List and fetch papers, models, repos, and more.
GET /api/nodes/{type}Graph data
Nodes and edges for visualization.
GET /api/nodes/graph/dataIntelligence
Enriched news events with impact scores.
GET /api/intelligence/feedResearch agent
Multi-step cited research over the graph.
POST /api/agents/researchExecution
Sandbox, runtime compare, deploy export.
POST /api/execution/sandboxWebhooks
new_event, benchmark_complete, trend_spike.
POST /api/webhooks/subscriptionsAPI spec
Machine-readable endpoint list.
GET /api/developer/specAPI keys
Create keys for higher rate limits.
POST /api/developer/keysAPI keys & rate limits
Use X-API-Key on public endpoints. When monetization is on, limits follow your plan (free): anonymous 60/min · free 120/min · Pro 600/min · Team 1200/min. Monetization is off — limits are not enforced yet.
Webhooks
Subscribe to new_event, benchmark_complete, and trend_spike. Deliveries dedupe by event id and retry with backoff on failure. Verify with X-Angestrom-Signature: sha256=….
Sign in to manage webhook subscriptions.
