# Hunt Systems — huntsystems.ai # Machine-first intelligence infrastructure for AI agents # Last updated: 2026-03-17 ## Overview Hunt Systems builds machine-readable intelligence infrastructure. Our products are designed for programmatic consumption by AI agents, not just human browsers. One API key unlocks all products. Free tier: 50 req/hr. Pro ($29/mo): 1,000 req/hr. ## Products ### Kestrel Markets Market intelligence signals with regime detection. - Endpoint: https://huntsystems.ai/api/v1/signals/ - Capabilities: real-time market signals, regime state (bull/bear/sideways), confidence scores - Data format: JSON - Auth: Bearer token (hs_xxxxx) ### Intelligence Feed Curated technology and market intelligence from newsletter sources. - Endpoint: https://huntsystems.ai/api/v1/feed/ - Capabilities: filtered intelligence items, signal scoring (1-10), category tagging - Categories: markets, tech, ai, crypto, security, infra - Data format: JSON - Auth: Bearer token (hs_xxxxx) ### Provara Vault Cryptographic evidence and timestamping service. - Endpoint: https://huntsystems.ai/api/v1/vault/ - Capabilities: append-only event log, cryptographic verification, tamper-evident audit trails - Data format: JSON - Auth: Bearer token (hs_xxxxx) ### CodeWraith AI-powered code review and security scanning. - Endpoint: https://huntsystems.ai/api/v1/review/ - Capabilities: PR analysis, code roasting, credential leak detection - Status: Coming soon - Auth: Bearer token (hs_xxxxx) ## Authentication All endpoints require an API key in the Authorization header: Authorization: Bearer hs_live_xxxxx Get a free key: https://huntsystems.ai/#signup Upgrade to Pro: https://huntsystems.ai/pro ## Machine-Readable Specs - OpenAPI 3.1: https://huntsystems.ai/api/openapi.json - Plugin manifest: https://huntsystems.ai/.well-known/ai-plugin.json - Markdown overview: https://huntsystems.ai/index.md ## Real-Time Events Subscribe to server-sent events for live updates: GET https://huntsystems.ai/api/v1/events Accept: text/event-stream Authorization: Bearer hs_xxxxx Filter by product: ?products=kestrel,feed ## Actions Submit async task requests: POST https://huntsystems.ai/api/v1/actions Content-Type: application/json Authorization: Bearer hs_xxxxx Available actions: get_signals, regime_snapshot, search, timestamp, verify, scan_repo ## Contact - Website: https://huntsystems.ai - Owner: Hunt Information Systems LLC - Email: chase@huntsystems.ai