exa-webhooks-events
Installation
SKILL.md
Exa Webhooks & Events
Overview
Build event-driven integrations around Exa neural search. Exa is primarily a synchronous search API at api.exa.ai, so this skill covers async patterns for handling search results, building scheduled content monitoring, and creating webhook-style notification flows around Exa search queries.
Prerequisites
- Exa API key stored in
EXA_API_KEYenvironment variable - Node.js or Python runtime for scheduled jobs
- Queue system (Redis/BullMQ) for async processing
- Familiarity with Exa search and
findSimilarendpoints
Event Patterns
| Pattern | Trigger | Use Case |
|---|---|---|
| Content monitor | Scheduled search query | New content alerts |
| Search complete callback | Async search finishes | Pipeline processing |
| Similarity alert | New similar content found | Competitive monitoring |
| Content change detection | Periodic re-search | Update tracking |