Skip to main content
AAktoh Cyber

Docs

Everything an engineer — or an agent — needs to judge us.

Public by default. Every page here is also available as clean Markdown for machine readers by appending .md to the URL.

Quickstart

  1. 1 · Create an account

    Adventurer is $0 platform fee — you only pay for the usage you run. No sales call, unlimited nodes on every plan.

  2. 2 · Connect a node

    Run the one-line installer or connect a cloud account read-only. No source code access is required.

  3. 3 · Ask a question

    Talk to the InfoSec Lead in plain language. Specialists are dispatched automatically.

  4. 4 · Set your guardrails

    Choose which action classes auto-run and which queue for approval, plus the spend alerts you want.

API reference

A predictable REST API over the same fleet the UI drives. Bearer-token auth, JSON in and out, idempotency keys on every write.

MethodPathWhat it does
POST/v1/dispatchAsk the fleet a question. Returns a run id and streams specialist findings.
GET/v1/runs/:idFull run transcript, findings, verdict, and any queued actions.
POST/v1/actions/:id/approveApprove a queued action. Requires an operator token; always logged.
GET/v1/nodesList connected nodes, their coverage, and last check-in.
GET/v1/usageCredit pool balance, burn rate, overage to date, and cap status.
GET/v1/auditImmutable audit log of every agent decision and human approval.
curl -X POST https://api.aktohcyber.com/v1/dispatch \
  -H "Authorization: Bearer $AKTOH_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"question":"Are we exposed to CVE-2026-1043?","approval":"required"}'

Credits & spend control

One credit equals 1M tokens of agent work, drawn from a single pool shared across your whole company or household. Every run returns its credit cost. Spend alerts notify you at the thresholds you pick, with a projected month-end figure. Full detail on the pricing page.

Accounts & sign in

Sign-in opens the Aktoh console, with SSO (SAML/OIDC) available on Enterprise plans and passkeys for households.

For AI agents

  • /llms.txt — site map and capability summary in one file.
  • /llms-full.txt — full docs and pricing in one low-token document.
  • /.well-known/security.txt — vulnerability reporting contact.
  • Every repo ships an AGENTS.md with install, config, and common tasks.

Start free. Add credits only when the work justifies it.

Run the whole fleet across unlimited nodes at zero platform fee — you pay only for tokens. Move to a pooled plan when the usage justifies the lower rate.