Skip to main content

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.

Install the skill

Install the Kyberis skill so Codex has the investigation workflow and response handling rules.
npx -y @kyberis-ai/agent-skills install codex

Connect MCP

npx -y @kyberis-ai/mcp connect codex --token kct_abc123
The connector updates ~/.codex/config.toml by default. Use --dry-run to print TOML for Codex MCP configuration without changing local config:
[mcp_servers.kyberis]
url = "<mcp_url>"
headers = { Authorization = "Bearer <token>" }

Verify

Ask Codex:
Use Kyberis to resolve CVE-2024-3094, retrieve active exploitation evidence, and run a CVE assessment.
Instruct Codex to preserve request_id, run_id, step_id, evidence IDs, confidence, and caveats in investigation summaries.