Exa Clay

HealthyAudit Done
other
View Session

Health

Healthy

Benchmark

28/100

SDK Version

No SDK dependency

Audit Status

Audit Done

Started May 11, 2026

Approval

Not requested

Latest Audit Result

exa-clay is a small Vercel-hosted API-direct integration with a single endpoint (POST /api/enrich-company) that calls Exa POST /search with type:"deep", category:"company", and outputSchema for structured company profile extraction. The request format is valid against the current Exa API spec. No deprecated features are used. No SDK dependency — calls api.exa.ai directly via fetch. Declared capability metadata lists search type as "auto" and content option as "text", but the implementation actually uses type:"deep" and outputSchema (no contents.text). Previously flagged /findSimilar and /research endpoints are now deprecated/sunset and correctly omitted. The integration is functional but limited to a single company-enrichment use case.

Health: healthy

Missing Features (1)

  • Declared capability metadata says search type=auto, but implementation uses type="deep" — metadata is inconsistent with actual code