Enterprise REST API

Available on the Enterprise tier ($225/mo). Generate keys in Account → API.

Authentication

Authorization: Bearer cf_live_…

Rate limit: 100 requests / 5 hours (auto-reset).

POST /api/v1/chat/completions

OpenAI-compatible chat — proxied to Cyber-Ifrit Cloud (MI300X).

curl -s https://cyberifrit.xyz/api/v1/chat/completions \
  -H "Authorization: Bearer cf_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen2.5-coder:32b","messages":[{"role":"user","content":"Hello"}]}'

GET /api/v1/cheatsheets/search?q=sudo

Search AD, GTFOBins, LOLBins, WADComs quick references.

POST /api/v1/security/generate

Authorized-lab security templates: reverse shells, listeners, CSP analysis, encoders.

{"tool":"reverse_shell","language":"bash","host":"10.10.14.1","port":4444}

Direct inference (optional)

API keys also work against https://ai.cyberifrit.xyz/v1/ with the same Bearer token.