# Sigil Open Framework ## Docs - [AAIF Standards Alignment](https://docs.sigilcore.com/aaif-standards.md): How Sigil Open Framework extends the Linux Foundation's agentic standards. - [AgentPay (WLFI)](https://docs.sigilcore.com/agent-hooks/agentpay.md): Use @sigilcore/agent-hooks alongside WLFI's AgentPay SDK to govern USD1 transfers before they execute. - [Claude Code / Anthropic SDK](https://docs.sigilcore.com/agent-hooks/claude-code.md): Use @sigilcore/agent-hooks with Claude Code and the Anthropic SDK to gate tool calls before execution. - [ELIZA](https://docs.sigilcore.com/agent-hooks/eliza.md): Use @sigilcore/agent-hooks with ElizaOS to gate agent actions before execution. - [LangChain](https://docs.sigilcore.com/agent-hooks/langchain.md): Use @sigilcore/agent-hooks with LangChain to wrap tools with Sigil policy enforcement. - [@sigilcore/agent-hooks](https://docs.sigilcore.com/agent-hooks/overview.md): PreToolUse interceptor for autonomous AI agents. Gates tool calls against a signed policy before they execute. - [Architecture](https://docs.sigilcore.com/architecture.md): How Sigil's protocol stack is assembled — enforcement, legal governance, and cryptographic audit as composable layers. - [Fiduciary Agent Framework (FAF)](https://docs.sigilcore.com/components/fiduciary-agent-framework.md): The legal-technical bridge for autonomous liability. - [Open Execution Engine (OEE)](https://docs.sigilcore.com/components/open-execution-engine.md): The domain-agnostic enforcement substrate every SOF-compliant agent runs on. - [Sigil Attestations](https://docs.sigilcore.com/components/sigil-attestations.md): The canonical standard for cryptographic execution approval. - [Sigil Command](https://docs.sigilcore.com/components/sigil-command.md): The read-only operator console for real-time policy enforcement visibility. - [Sigil Vault](https://docs.sigilcore.com/components/sigil-vault.md): The non-custodial, cryptographically-gated JIT credential broker for autonomous agents. - [Control Mapping [ ↗ ]](https://docs.sigilcore.com/control-mapping.md): SOF control mapping for ISO/IEC 42001, NIST AI RMF, Berkeley GPAI, and Berkeley Agentic AI guidance. - [Mock Engine](https://docs.sigilcore.com/developer-toolkit/mock-engine.md): Setting up the local Express.js execution firewall. - [Quick Start](https://docs.sigilcore.com/developer-toolkit/quick-start.md): Run the Sigil execution firewall locally for offline agent testing. - [Testing](https://docs.sigilcore.com/developer-toolkit/testing.md): Validate your warranty.md policy and Sigil integration without touching production attestations, billing, or rate limits. - [Sigil Warrant & warranty.md](https://docs.sigilcore.com/developer-toolkit/warranty-policy.md): Define your agent's execution policy using Sigil Warrant. Every agent action is evaluated against this policy before it executes. - [API Integration Agent](https://docs.sigilcore.com/examples/api-agent/warranty.md): Warranty policy for an autonomous API agent: blocks requests to non-allowlisted domains, rate limits outbound calls. Built for LangChain/ELIZA pipelines. - [Claude Code Agent](https://docs.sigilcore.com/examples/claude-code-agent/warranty.md): Warranty policy for an autonomous coding agent: blocks destructive shell commands, restricts file writes to the working directory, requires human approval for git push to main. - [DeFi Token Swap Agent](https://docs.sigilcore.com/examples/defi-agent/warranty.md): Warranty policy for an autonomous yield agent with per-tx limits, chain allowlisting, sanctioned address blocking, and human approval above threshold. - [FAQ & Troubleshooting](https://docs.sigilcore.com/faq.md): Diagnosing policy violations, validation errors, startup failures, and on-chain verification. - [Framework Registry](https://docs.sigilcore.com/framework-registry.md): Supported and custom agent framework identifiers for the /v1/authorize endpoint. - [Getting Started](https://docs.sigilcore.com/getting-started.md): From zero to your first authorized execution in 2 minutes. - [Introduction](https://docs.sigilcore.com/introduction.md): The open-source policy engine that sits between your agent and production. - [The Pre-Execution Enforcement Gap](https://docs.sigilcore.com/pre-execution-enforcement-gap.md): A position paper on pre-execution enforcement as the missing control family for agentic AI governance. ## OpenAPI Specs - [openapi](https://docs.sigilcore.com/api-reference/openapi.json)