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
| Object | Purpose |
|---|---|
| Mission | The objective, budget policy, and investigation lifecycle |
sessionId | Stable handle used to stream, inspect, or cancel a mission |
continuationToken | Rotating handle used to send the next follow-up |
| Event | One 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.
