# Cognitum - Agentic Hardware Platform # https://cognitum.one # Version: 1.0.0 # Last Updated: 2026-03-07 # Agentic Capabilities Guide for Autonomous Agents: # 1. Read the manifest at /.well-known/cognitum-manifest.json for platform capabilities # 2. See /.well-known/agent-guide.md for integration examples # 3. Authenticate via /api/auth using API key or JWT # 4. Access device APIs via REST or MCP protocol # 5. Connect to Seed devices on local network via cognitum.local # Structured Specifications: # - Platform Manifest: /.well-known/cognitum-manifest.json # Platform overview and capabilities # - Agent Guide: /.well-known/agent-guide.md # Integration examples and best practices # - API Docs: /.well-known/openapi.json # REST API documentation # - MCP Tools: /.well-known/mcp-tools.json # 12 MCP-compatible tool definitions # - Health Status: /.well-known/health.json # System health and monitoring # Cognitum Hardware Products: # - Cognitum Seed: Credit-card-sized self-learning smart sensor ($131, available now) # - Cognitum v0: Desktop appliance with 7 agentic tiles (Q2 2026) # - Cognitum v1: 257-core purpose-built agentic chip (Late 2026) # Agentic Architecture: # - On-Device Learning: Seed learns from sensor data without cloud or training pipelines # - Vector Memory: 100K+ vector memories stored on-device with HNSW indexing # - Witness Chain: Append-only cryptographic audit trail (Ed25519 signed) # - MCP Integration: 12 ready-to-use tools compatible with Claude Code, Codex, Gemini # - Event-Driven: Sub-millisecond response to sensor changes # - Offline-First: Full intelligence persists without internet connectivity # Command & Control Structures: # - Hierarchical: Seed → v0 Coordination → Cloud Escalation # - Mesh: Multiple Seeds coordinate via local network # - Autonomous: Each Seed operates independently with on-device intelligence # Agent Integration Points: # - REST API: https://cognitum.local/api/v1/ # Device API (local network) # - MCP Protocol: 12 tools for coding agents # Claude Code, Codex, Copilot # - Vector Search: Semantic search across device memory # <1ms latency # - Sensor Data: Real-time sensor readings and history # Temperature, vibration, etc. # - Witness Chain: Cryptographic audit trail queries # Provenance and verification # Security: # - All data stays on-device by default # - Ed25519 cryptographic signatures on all records # - No cloud dependency — works fully offline # - Source code and sensor data never leave the hardware # Coding Agent Compatibility: # - Claude Code (Anthropic) — MCP native # - Codex (OpenAI) — REST API # - Gemini Code Assist (Google) — REST API # - GitHub Copilot — REST API # - Custom agents — MCP or REST # Standard Crawler Directives User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / User-agent: LinkedInBot Allow: / User-agent: Slackbot Allow: / # AI Agents and Coding Assistants User-agent: Claude Allow: / Allow: /.well-known/ User-agent: GPTBot Allow: / Allow: /.well-known/ User-agent: Google-Extended Allow: / Allow: /.well-known/ User-agent: * Allow: / Crawl-delay: 2 # Protected paths Disallow: /api/private/ Disallow: /admin/ Disallow: /dashboard/ # Sitemap Sitemap: https://cognitum.one/sitemap.xml