Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.04 KB

File metadata and controls

38 lines (28 loc) · 1.04 KB

📡 Project Luis API Reference

Documentation for the core security endpoints and handshake protocol.

Core Endpoints 🔐

1. POST /api/security/handshake

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.

2. POST /api/auth/login

Purpose: Standard authentication endpoint protected by the 14-layer stack. Body:

{
  "username": "admin",
  "password": "..."
}

3. GET /api/status

Purpose: Returns the health and security status of the project. Output: Real-time telemetry on captured bots and active challenges.

Identity Bound Constants 🧿

  • 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.