The whole product, on one page.
Kysira is a reverse proxy plus a control plane. The proxy scores and kills attacks on the request hot path. The control plane is where you watch it happen, tune it, and manage deployments across your fleet.

live.kysira.ai — real requests, scored and killed in real time
Interactive demo
A public, always-on sandbox running a deliberately vulnerable web app behind a real Kysira proxy. Every request that hits it is scored in front of you, with the model’s confidence and the reason it made the call.
- Per-request score, verdict, and latency
- Human-readable reason for every decision
- Throw your own payload at it — no account required

app.kysira.ai/register — company and admin account in one step
Your account and deployments
Create a company account in one step, invite your team, and issue license keys for each proxy you deploy. Everything a running install needs — keys, image access, certificates — is managed from the same console.
- Company account with role-based team access
- License keys per environment or per cluster
- Container registry access and agent certificates
- Ingest logs so you can confirm telemetry is flowing

docs.kysira.ai — public product documentation
Documentation that gets you running
Full public docs covering quickstart, licensing, deployment models, detection architecture, observability, the API reference, and troubleshooting. No sales call required to read how it works.
- Quickstart for proxy, sidecar, and gRPC filter deployments
- Detection architecture and how scoring is done
- API reference and observability/metrics wiring
Running in shadow mode in about ten minutes.
No sales call, no procurement cycle. Create an account, pull the image, point it at your app.
Create your account
Company and admin user in a single form. You get a license key immediately.
Run the container
One container in front of your app. No SDK, no code changes.
docker run -d \ -e KYSIRA_LICENSE_KEY=... \ -e KYSIRA_UPSTREAM=http://app:8080 \ -p 8443:8443 \ kysira/proxy:latest
Review, then enforce
Watch the shadow-mode decisions in your dashboard. When the numbers look right, turn on blocking.
See an attack die in 40 milliseconds.
The fastest way to understand Kysira is to watch it work. No account, no sales call — the live monitor is open to anyone.