> ## Documentation Index
> Fetch the complete documentation index at: https://developer.kyberis.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Kyberis Developer Portal

> Install Kyberis in your agent and use deterministic threat intelligence APIs for evidence-backed investigations.

Kyberis helps agents and security teams decide what matters now. Use it to rank environment-relevant signals, resolve threat entities, retrieve bounded evidence, pivot through relationships, recommend hunt pivots, and produce deterministic assessments.

<CardGroup cols={3}>
  <Card title="Get started" icon="https://mintcdn.com/kyberis/c-TjxE2WqJIPZVhQ/icons/get-started.svg?fit=max&auto=format&n=c-TjxE2WqJIPZVhQ&q=85&s=9700ee6eb4e930bbec4390f60bf99d96" href="/quickstart" width="24" height="24" data-path="icons/get-started.svg">
    Make your first authenticated request, resolve an entity, and run an assessment.
  </Card>

  <Card title="Why Kyberis" icon="scale-balanced" href="/why-kyberis">
    See how Kyberis turns noisy threat data into ranked, evidence-backed action.
  </Card>

  <Card title="Set up an agent" icon="https://mintcdn.com/kyberis/c-TjxE2WqJIPZVhQ/icons/mcp.svg?fit=max&auto=format&n=c-TjxE2WqJIPZVhQ&q=85&s=7863df3c06b580b0bb617a65bf1f7b4a" href="/install/overview" width="24" height="24" data-path="icons/mcp.svg">
    Install the Kyberis skill and connect MCP for Claude, Cursor, Codex, or Windsurf.
  </Card>

  <Card title="Prioritize an environment" icon="arrow-up-wide-short" href="/guides/prioritize-environment">
    Rank what matters first using products, exposure, geography, and industry.
  </Card>

  <Card title="Sample investigations" icon="file-code" href="/examples/overview">
    Copy demo-ready CVE, IOC, actor, MCP, and REST investigation examples.
  </Card>

  <Card title="Interpret responses" icon="https://mintcdn.com/kyberis/c-TjxE2WqJIPZVhQ/icons/responses.svg?fit=max&auto=format&n=c-TjxE2WqJIPZVhQ&q=85&s=0eb4bb372658ecffc0247d946d07fdcb" href="/responses/overview" width="24" height="24" data-path="icons/responses.svg">
    Understand resolution states, evidence, rankings, assessments, batches, and errors.
  </Card>
</CardGroup>

## Decision advantage

Kyberis APIs return structured JSON for machine consumers. Serving-path assessment generation is deterministic and LLM-free, so agents can branch on fields such as `resolution.status`, `priority_score`, `confidence_score`, `environment_match_reasons`, `suppression_reasons`, evidence IDs, and `error_code`.

Use Kyberis when the question is not just "what threat data exists?" but "what should this agent or team do next, and why?"

## Recommended Workflow

1. Rank environment-relevant signals with `/v2/prioritize` when the user asks what matters first.
2. Resolve raw input with `/v2/entity-resolution` when the user starts from a CVE, IOC, actor, campaign, or malware name.
3. Retrieve claim-level evidence with `/v2/evidence`.
4. Pivot with `/v2/relationships` when you need related actors, campaigns, malware, sectors, or indicators.
5. Ask `/v2/hunt-pivots` what to investigate next when the agent needs ranked hunt actions.
6. Run the specific assessment endpoint for the subject type.
7. Preserve `request_id`, `run_id`, `step_id`, confidence, caveats, and evidence references in your final answer.

## Build Paths

<CardGroup cols={3}>
  <Card title="API Keys" icon="https://mintcdn.com/kyberis/c-TjxE2WqJIPZVhQ/icons/api-key.svg?fit=max&auto=format&n=c-TjxE2WqJIPZVhQ&q=85&s=51760555a9f32d27837172c5c26a7cc7" href="/development" width="24" height="24" data-path="icons/api-key.svg">
    Authenticate directly with REST APIs or mint short-lived bearer tokens.
  </Card>

  <Card title="Skills" icon="https://mintcdn.com/kyberis/c-TjxE2WqJIPZVhQ/icons/skill.svg?fit=max&auto=format&n=c-TjxE2WqJIPZVhQ&q=85&s=8f27afa1ae8b079155f39d54e121811a" href="/install/skills" width="24" height="24" data-path="icons/skill.svg">
    Give coding agents Kyberis investigation playbooks and response rules.
  </Card>

  <Card title="API Reference" icon="https://mintcdn.com/kyberis/c-TjxE2WqJIPZVhQ/icons/api-reference.svg?fit=max&auto=format&n=c-TjxE2WqJIPZVhQ&q=85&s=5f02e490c07cbecc6f0069c35cabf8fd" href="/api-reference/introduction" width="24" height="24" data-path="icons/api-reference.svg">
    Explore every endpoint from the OpenAPI specification.
  </Card>
</CardGroup>
