# KosherNinja AKX > Agent-first behavioral scoring data derived from authentic Jewish ethical literature. Download data, score locally. Zero API calls after purchase. ## Overview KosherNinja provides behavioral scoring datasets for AI agents. 14,000+ ethical rules extracted from Torah, Talmud, Mishnah, and other authentic Jewish literature. Each rule has source provenance tracing back to physical texts. Agents download scoring data once ($50 USDC via x402 protocol on Base network), then compute behavioral scores locally using cosine similarity against 1536-dim embeddings. No ongoing API calls, no latency, no server cost. ## Endpoints - [Scoring Algorithm (FREE)](https://kosherninja.com/akx/v1/scoring-algorithm.json): Published scoring method with pseudocode and sample Python implementation - [Agent Discovery](https://kosherninja.com/.well-known/agents.json): Agent capabilities, pricing, and payment instructions - [A2A Agent Card](https://kosherninja.com/.well-known/agent.json): Google Agent2Agent protocol discovery - [Data Manifest](https://kosherninja.com/akx/v1/manifest.json): Full data plane manifest with corpus stats and pricing - [Schema Registry](https://kosherninja.com/akx/v1/registry/relations.json): All entity and relation type schemas ## Free Samples (10 Categories) - [Truth (Emet)](https://kosherninja.com/akx/v1/sample/emet-sample.json) - [Justice (Tzedek)](https://kosherninja.com/akx/v1/sample/tzedek-sample.json) - [Kindness (Chesed)](https://kosherninja.com/akx/v1/sample/chesed-sample.json) - [Humility (Anavah)](https://kosherninja.com/akx/v1/sample/anavah-sample.json) - [Integrity (Yosher)](https://kosherninja.com/akx/v1/sample/yosher-sample.json) - [Responsibility (Achrayut)](https://kosherninja.com/akx/v1/sample/achrayut-sample.json) - [Respect (Kavod)](https://kosherninja.com/akx/v1/sample/kavod-sample.json) - [Wisdom (Chochmah)](https://kosherninja.com/akx/v1/sample/chochmah-sample.json) - [Peace (Shalom)](https://kosherninja.com/akx/v1/sample/shalom-sample.json) - [Guard (Shmirah)](https://kosherninja.com/akx/v1/sample/shmirah-sample.json) ## Paid Products - **Scoring Index** ($50 USDC): 1,000 rules with 1536-dim embeddings (100/category). ~14 MB. Download once, score forever. - **Category Bundle** ($18 USDC each): ~100 rules + embeddings for one category. 10 available. - **Full Corpus** ($75 USDC): All 14,000+ rules with source provenance. Text only. ## Payment x402 protocol on Base network (chain ID 8453). USDC payments to wallet `0x877875efB62A7C20066bbE36a0535c829408Cb58`. Coinbase AgentKit agents handle 402 responses automatically via `retry_http_request_with_x402`. ## How Scoring Works 1. Download scoring-index.json (1000 rules + embeddings) 2. Embed your agent's action text using text-embedding-3-small (1536 dimensions) 3. Compute cosine similarity against all rule embeddings 4. Take top-10 matching rules per category 5. Apply weighted scoring formula per category 6. Get overall behavioral score (0-100) ## Sitemap - [XML Sitemap](https://kosherninja.com/akx/v1/sitemap.xml)