The signal layer, as an API.
The same live discourse engine behind AIDRAN — exposed as 40 read-only endpoints across records, stories, signals, entities, beats, and streams. Query the corpus from the system watching how the world talks about AI.
Endpoint groups · 10
Full reference →GroupEndpointsSurface
- Records5Discourse records ingested from public source kinds.
- Stories9AI-generated editorial stories with citations and provenance.
- Signals4σ-thresholded novelty, velocity, and divergence detections.
- Topics2Algorithmically-clustered discourse themes mapped to editorial beats.
- Entities5Named people, organisations, products, and concepts with mention analytics.
- Sources1Per-source ingestion volumes and health for configured source kinds.
- Search4Hybrid vector + keyword search across records, stories, entities, and topics.
- Stats6Corpus-level timelines, sentiment distributions, and trending entities.
- Arcs2Named temporal threads grouping related stories into editorial arcs.
- Stream· live2Server-sent event streams for live signal updates.
Quickstart
Try it live →$ curl https://app.aidran.ai/v1/records?source=reddit&limit=10 \-H 'Authorization: Bearer YOUR_KEY'{"items": [{"id": "r_2611_0c41","source": "reddit","title": "On post-deployment monitoring...","sentimentScore": -0.34,"publishedAt": "2026-05-09T06:11:00Z"}],"nextCursor": "eyJ0czoxNzM..."}
Every request carries an Authorization: Bearer key. Mint a key → then paste it into the playground to send your first call.
Other ways in
npm i aidranLiveThe data model as a package: Zod contracts, Drizzle schemas, and a schema CLI. The typed API client is forthcoming — the REST API is the query surface today.
SDK reference →docker pull aidran/aidranForthcomingContainer images plus reference compose charts for VPC and air-gapped deployments. Not yet shipped — we will tell you exactly where each piece stands.
Read the plan →