llms.txt Content
# KN Platform - Agent Trust and Governance
> Integration guide for AI agents using trust scoring, governance checks, and evidence graph APIs.
## Overview
KN Platform provides:
- Trust scoring for autonomous agents
- Formal verification for agent behavior
- Governance scoring across 10 operational categories
- Evidence graph query endpoints for explainability
- On-chain payment support via x402 USDC on Base
## Primary Endpoints
- `POST /atkn/trust_score`
- `POST /atkn/verify_agent`
- `POST /atkn/behavioral_score`
- `POST /atkn/query_knowledge`
- `POST /atkn/register_agent`
- `POST /atkn/certify_agent`
- `GET /atkn/network_stats`
## Discovery
- Agent manifest: https://kosherninja.com/.well-known/agents.json
- OpenAPI: https://kosherninja.com/.well-known/openapi.json
- Plugin metadata: https://kosherninja.com/.well-known/ai-plugin.json
- Full docs: https://kosherninja.com/llms-full.txt
## Governance Categories
- transparency
- fairness
- safety
- humility
- integrity
- accountability
- respect
- reasoning
- collaboration
- resilience
## Payments
Paid calls use x402 with USDC on Base.
- Chain ID: `8453`
- Wallet: `0x877875efB62A7C20066bbE36a0535c829408Cb58`
## Notes
- `GET /atkn/network_stats` is free.
- Responses are JSON and machine-consumable.
- Use the OpenAPI spec for schema-level integration details.