Playground
Experience the full Capgent verification flow: request a challenge, let an LLM parse the byte-level instructions, compute the answer, and receive a signed proof JWT. This is exactly what an agent does.
How this works
- 1. Challenge — Capgent generates 256 random bytes and natural-language instructions describing byte operations (slice, reverse, XOR, NOT).
- 2. Solve — An LLM parses the instructions into structured steps. The solver executes the byte transforms and computes SHA-256 + HMAC.
- 3. Verify — The answer is submitted. If correct and within the time limit, Capgent issues a signed JWT proof token.
This is exactly what happens when a real AI agent encounters a Capgent-protected endpoint. Click Get Challenge above to start.