Documentation for the core security endpoints and handshake protocol.
Purpose: Initializes a secure session with the server. Authentication: None (Requires PoW and QFP headers).
Headers Required:
x-security-pow: Valid SHA-256 hash solving the difficulty challenge.x-security-qfp: Bespoke math signature verifying floating-point integrity.
Purpose: Standard authentication endpoint protected by the 14-layer stack. Body:
{
"username": "admin",
"password": "..."
}Purpose: Returns the health and security status of the project. Output: Real-time telemetry on captured bots and active challenges.
SERVER_SIGNATURE: Cryptographically derived from the Architect's name.AST_VERSION: Sycronyzed with the latest polymorphic generator.
Architected for professional security impact by Anson Saju.