BloodhoundBloodhound Docsv1

Getting started

What you need before your first Bloodhound integration.

Requirements

  • A Bloodhound account with prepaid balance
  • An API key with missions:run
  • An HTTP client that can read newline-delimited JSON

The production base URL is https://hound.aiia.ro. All mission endpoints use HTTPS and bearer authentication.

Core objects

ObjectPurpose
MissionThe objective, budget policy, and investigation lifecycle
sessionIdStable handle used to stream, inspect, or cancel a mission
continuationTokenRotating handle used to send the next follow-up
EventOne durable entry in the NDJSON investigation stream

Store both handles

A session ID does not resume a case by itself. Store the newest continuation token emitted by session.waiting as well.

Next steps

Complete the quick start or review authentication.

On this page