API Overview
One endpoint delivers agent‑ready truth in JSON or Markdown.
POST /v1/agents/insight
Authorization: Bearer $AISDOM_API_KEY
Example — JSON
{
"entity": "Stripe",
"event_type": "HIRING_SURGE",
"signal_strength": "HIGH",
"details": {"role":"LLM Engineer","source":"boards.greenhouse.io"}
}
Example — Markdown
# Stripe — Hiring Surge
- Signal: HIGH
- Role: LLM Engineer
- Source: boards.greenhouse.io
Webhooks
Subscribe to real‑time events across domains with filtered triggers.