🔎 IF YOU ARE IN DANGER OF HARM

Do not respond to the sender. Preserve evidence and contact appropriate authorities (local police, workplace security, or legal counsel). If you are in immediate danger, dial emergency services. Crisis and support resources are available in your region.

🕮 DISCLAIMER

All artifacts are anonymized and presented for structural analysis only. They are included as specimens within the Praxis Codex to demonstrate behavioral patterns, not to identify individuals.

API Keys

Generate and manage API keys for the Knowledge API endpoint

Generate New API Key

Active API Keys (0)

No API keys generated yet

API Documentation

Base URL:

https://praxisshell.com/api/knowledge

Code Example:

// Fetch knowledge base data
const response = await fetch('https://praxisshell.com/api/knowledge?format=json');
const knowledge = await response.json();

// Access specific data
console.log(knowledge.frameworks.idp);
console.log(knowledge.research_projects);
console.log(knowledge.praxis_codex);

// Get markdown format
const mdResponse = await fetch('https://praxisshell.com/api/knowledge?format=markdown');
const markdown = await mdResponse.text();

Available Query Parameters:

  • format: json (default) or markdown

Note: API key authentication is optional for this public endpoint. Keys are for tracking usage only.