# Clavion ## Docs - [Architecture Decision Records](https://docs.clavion.xyz/concepts/adrs.md): Key architectural decisions and their rationale - [Approval Model](https://docs.clavion.xyz/concepts/approval-model.md): Human-in-the-loop confirmation with CLI, web dashboard, and Telegram support. - [Architecture](https://docs.clavion.xyz/concepts/architecture.md): System components, package layout, and how they work together across three trust domains. - [Glossary](https://docs.clavion.xyz/concepts/glossary.md): Key terms and definitions used throughout Clavion - [Core Concepts](https://docs.clavion.xyz/concepts/index.md): Understand the mental model behind Clavion -- trust domains, transaction lifecycle, policy enforcement, and approval flows. - [Policy Engine](https://docs.clavion.xyz/concepts/policy-engine.md): How configurable policy rules control which transactions are allowed, denied, or require human approval. - [Risk Scoring](https://docs.clavion.xyz/concepts/risk-scoring.md): How Clavion quantifies transaction risk on a 0-100 scale - [Threat Analysis](https://docs.clavion.xyz/concepts/threat-analysis.md): ISCL security analysis against modern crypto attacker models - [Transaction Lifecycle](https://docs.clavion.xyz/concepts/transaction-lifecycle.md): Every step in the execution pipeline, from intent submission to on-chain confirmation. - [Trust Domains](https://docs.clavion.xyz/concepts/trust-domains.md): The three-domain isolation model that keeps private keys safe from untrusted agent code. - [Building agents](https://docs.clavion.xyz/guides/building-agents.md): Connect AI agent frameworks to Clavion for secure crypto operations. - [Contributing](https://docs.clavion.xyz/guides/contributing.md): How to contribute to Clavion -- coding standards, security rules, and PR process. - [Building a custom adapter](https://docs.clavion.xyz/guides/custom-adapter.md): Step-by-step guide to building a Domain A adapter that bridges any AI framework to Clavion's secure signing pipeline. - [ElizaOS plugin setup](https://docs.clavion.xyz/guides/eliza-setup.md): Replace @elizaos/plugin-evm with Clavion's secure signing pipeline for ElizaOS agents. - [Guides](https://docs.clavion.xyz/guides/index.md): Task-oriented walkthroughs for integrating with Clavion, building agents, and deploying to production. - [Integrating OpenClaw](https://docs.clavion.xyz/guides/integrating-openclaw.md): Connect Clavion to OpenClaw as a secure execution backend for crypto skills. - [MCP adapter setup](https://docs.clavion.xyz/guides/mcp-setup.md): Connect Claude Desktop, Cursor, and other MCP clients to Clavion for secure crypto operations. - [Multi-Chain Operations](https://docs.clavion.xyz/guides/multi-chain.md): Configure and operate Clavion across multiple EVM chains. - [Production Deployment](https://docs.clavion.xyz/guides/production-deployment.md): Deploy Clavion to production with Docker, security hardening, monitoring, and backup. - [Sandbox Security](https://docs.clavion.xyz/guides/sandbox-security.md): Understand the container isolation model and how Domain C protects the system from untrusted skill code. - [Skill Registry](https://docs.clavion.xyz/guides/skill-registry.md): Register, validate, and manage skill manifests. - [Telegram bot setup](https://docs.clavion.xyz/guides/telegram-setup.md): Set up the Clavion Telegram bot for chat-based crypto operations with inline approval keyboards. - [Testing Guide](https://docs.clavion.xyz/guides/testing.md): Test categories, fixtures, and how to write new tests. - [Audit Trail](https://docs.clavion.xyz/operations/audit-trail.md): Append-only event logging, querying, and forensics - [Incident Runbook](https://docs.clavion.xyz/operations/incident-runbook.md): Symptom-indexed guide for diagnosing operational issues - [Operations](https://docs.clavion.xyz/operations/index.md): Guides for running Clavion in production - [Migration & Upgrades](https://docs.clavion.xyz/operations/migration.md): How to safely upgrade between Clavion versions - [Observability](https://docs.clavion.xyz/operations/observability.md): Structured logging, health monitoring, and metrics - [Performance Tuning](https://docs.clavion.xyz/operations/performance-tuning.md): Optimize SQLite, RPC, throughput, and resource usage - [API Cookbook](https://docs.clavion.xyz/reference/api-cookbook.md): End-to-end curl workflows for common ISCL operations - [Changelog](https://docs.clavion.xyz/reference/changelog.md): Release history and notable changes - [Configuration Reference](https://docs.clavion.xyz/reference/config-reference.md): All environment variables, PolicyConfig fields, and programmatic options. - [Error codes](https://docs.clavion.xyz/reference/error-codes.md): Complete reference for all error responses returned by the ISCL Core API. - [Reference](https://docs.clavion.xyz/reference/index.md): Formal technical documentation for the ISCL API, schemas, configuration, and error codes. - [REST API](https://docs.clavion.xyz/reference/rest-api.md): Complete endpoint reference for the ISCL Core HTTP API. - [SkillManifest Schema](https://docs.clavion.xyz/reference/skillmanifest-schema.md): The skill packaging format for registering and running sandboxed skills. - [TxIntent Schema](https://docs.clavion.xyz/reference/txintent-schema.md): The declarative transaction intent format used by all Clavion adapters. - [CLI Reference](https://docs.clavion.xyz/start/cli.md): Clavion CLI commands for key management -- import, generate, and list wallet keys. - [Demo Flow](https://docs.clavion.xyz/start/demo-flow.md): Walk through the full transaction lifecycle using a real demo scenario -- from intent submission to on-chain confirmation. - [Repository structure](https://docs.clavion.xyz/start/getting-started.md): Navigate the Clavion monorepo — every package, file, and trust domain mapped. - [Welcome to Clavion](https://docs.clavion.xyz/start/index.md): A local secure runtime that enables AI agents to safely perform crypto operations while isolating private keys from untrusted agent code. - [Installation](https://docs.clavion.xyz/start/installation.md): System requirements and step-by-step installation for Clavion / ISCL. - [Quick Start](https://docs.clavion.xyz/start/quickstart.md): Run Clavion and execute a demo transaction in under 10 minutes. - [Use Cases](https://docs.clavion.xyz/start/use-cases.md): Real-world scenarios where Clavion adds value ## OpenAPI Specs - [openapi](https://docs.clavion.xyz/api-reference/openapi.json)