# AgentaOS ## Docs - [Architecture](https://docs.agentaos.ai/architecture/overview.md): Two wallet types, two security models. Non-custodial by default. - [Install](https://docs.agentaos.ai/cli/install.md): Install the AgentaOS CLI in one command. - [Login](https://docs.agentaos.ai/cli/login.md): Sign in via browser with device-code authentication. - [Status](https://docs.agentaos.ai/cli/status.md): Check account, wallet, and tool readiness. - [Security Model](https://docs.agentaos.ai/guardian/concepts/security.md): How AgentaOS protects agent accounts. Share isolation, memory wiping, browser-side decryption, API key hashing, and a comprehensive threat model. - [What is Threshold Signing?](https://docs.agentaos.ai/guardian/concepts/threshold-signing.md): How 2-of-3 MPC threshold ECDSA works. Three shares, any two sign. The full private key is never constructed — not during creation, not during signing. - [FAQ](https://docs.agentaos.ai/guardian/faq.md): Common questions about AgentaOS: payments, pricing, security, CLI, and AI agent integration. - [Glossary](https://docs.agentaos.ai/guardian/glossary.md): Key terms used in AgentaOS: threshold signing, MPC, DKG, ECDSA, shares, guardrails, and more. Plain-language definitions. - [Supported Networks — Every EVM Chain](https://docs.agentaos.ai/guardian/networks.md): AgentaOS signs on Ethereum, Base, Arbitrum, Optimism, Polygon, and every EVM-compatible chain. Bitcoin and Solana support planned. - [Using AgentaOS with AI](https://docs.agentaos.ai/introduction.md): Agent Banking for AI companies. Get paid by AI agents, 5x cheaper than Stripe. - [MCP Server](https://docs.agentaos.ai/mcp/setup.md): Connect AI assistants to AgentaOS via MCP. - [Checkouts](https://docs.agentaos.ai/pay/checkouts.md): Create payment checkouts for humans and AI agents. - [API Reference](https://docs.agentaos.ai/payments/api-reference.md): Complete REST API reference for AgentaOS Payments. All endpoints, parameters, and response shapes. - [Webhooks](https://docs.agentaos.ai/payments/webhooks.md): Receive real-time payment notifications. Verify signatures with HMAC-SHA256. - [Checkouts](https://docs.agentaos.ai/sdk/pay-checkouts.md): Create checkout sessions to accept payments. Standalone or from payment link templates. - [Example: Express Shop](https://docs.agentaos.ai/sdk/pay-example.md): Complete e-commerce integration with checkout, webhooks, and order fulfillment. - [Foundry and Hardhat Integration](https://docs.agentaos.ai/sdk/sub-foundry.md): Use AgentaOS as a signer for Forge scripts, Cast commands, and Hardhat deployments. No private keys in your environment. - [TypeScript SDK](https://docs.agentaos.ai/sdk/sub-overview.md): AgentaOS SDK for viem, Vercel AI SDK, and LangChain. 10 lines to give your AI agent a sovereign account with threshold signing. - [Create & Import](https://docs.agentaos.ai/sub/create.md): Create or import agent sub-accounts. - [Policies](https://docs.agentaos.ai/sub/policies.md): Enforce guardrails on every transaction. - [Send & Sign](https://docs.agentaos.ai/sub/send.md): Send ETH and sign messages from sub-accounts. - [x402 Payments](https://docs.agentaos.ai/sub/x402.md): Pay for 402-protected resources from your sub-account. ## OpenAPI Specs - [openapi](https://docs.agentaos.ai/x402/openapi.json) ## Optional - [AI Skill](https://agentaos.ai/SKILL.md) - [GitHub](https://github.com/AgentaOS/agentaos)