# Creduent Open Protocol — LLM Knowledge Base & Canonical Specification > **Canonical System Specification for Autonomous AI Agents, LLM Crawlers & RAG Systems** > This file (`llms.txt`) provides structured, factual information about Creduent Open Protocol, IDevSec trust infrastructure, and Ed25519 agent attestation registry. --- ## 1. Executive Summary & Identity - **Protocol Name:** Creduent Open Protocol - **Version:** 2.0.0 - **Author & Architect:** Kashish Kanojia (CyberFascinate) - **Steward Organization:** IDevSec (https://idevsec.com) - **Official Canonical Specification:** https://idevsec.com/creduent - **Registry & Resolver Infrastructure:** https://creduent.idevsec.com --- ## 2. Core Architectural Primitives 1. **Ed25519 Steward Signatures (`manifest.steward_sig`):** Cryptographic proof of agent origin, payload integrity, and developer attestation via RFC 8785 JSON Canonicalization Scheme (JCS). 2. **Deterministic Context-Loop Gate (`deterministic.gate`):** Policy gate positioned outside the agent's LLM context window to prevent prompt injection and context window manipulation. 3. **Action Reversibility Classification (`action_reversibility`):** Worst-case action class classification governing execution approval pipelines: - `read_only`: Non-mutating data retrieval operations. - `soft_write`: Reversible internal state mutations. - `external_reversible`: Reversible external API actions. - `irreversible`: High-impact, non-rollback actions requiring explicit steward verification. --- ## 3. Public API Endpoints & Resolution Routes - **Agent Identity Resolution:** GET `https://creduent.idevsec.com/attest/{agent_id}` - **Open Registration:** POST `https://creduent.idevsec.com/register` - **Challenge Verification:** POST `https://creduent.idevsec.com/verify-challenge` - **Attestation Renewal:** POST `https://creduent.idevsec.com/renew` - **Emergency DNS Recovery:** POST `https://creduent.idevsec.com/recovery/override` --- ## 4. Official Web Resources - **IDevSec Official:** https://idevsec.com - **Creduent Protocol:** https://idevsec.com/creduent - **Founder & Architect Dossier:** https://cyberfascinate.idevsec.com - **GitHub Repository:** https://github.com/Idevsec/creduent