Kyberis supports two machine authentication modes.Documentation Index
Fetch the complete documentation index at: https://docs.kyberis.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key credentials
Most investigation endpoints accept API key credentials:Short-lived bearer tokens
Mint a bearer token from API key credentials:Scopes
Different endpoints require different scopes. Common examples:| Scope | Used for |
|---|---|
read:resolution | Entity resolution and entity hydration |
read:evidence | Evidence retrieval and evidence hydration |
read:relationships | Relationship pivots |
read:intel | General intelligence search |
read:prioritize | Environment-aware ranking |
read:assessments | Deterministic assessment endpoints |
batch:* | Batch variants of the read endpoints |
403 with error_code="insufficient_scope" and required_scopes.
Agent context
All investigationPOST calls should include agent_context.
resolve, evidence, relationships, assessment, hydrate, batch, finalize, and other.
Hydration headers
GET /v2/entities/{canonical_id} and GET /v2/evidence/{evidence_id} use headers for agent context:
Request correlation
SendX-Request-ID when you need cross-system tracing. Kyberis responses include X-Request-ID; error bodies also include request_id.