DatahyenaDatahyena

Quick Start

Make your first Datahyena API request.

Create an API key from the dashboard.

Send it in the X-API-Key header.

Page through results with pagination.nextCursor.

curl "https://api.datahyena.com/v1/funding-events?limit=20" \
  -H "X-API-Key: dh_live_..."

Working in an AI editor or agent? Copy the agent setup prompt and let it wire Datahyena up for you. Agent-facing docs live at datahyena.com/agents.md and datahyena.com/auth.md.