# Openfort Wallet infrastructure for developers. Embedded wallets, key management, and transaction automation at scale. For AI agents and automation, use the tools below. ## Command line tool Install and use the Openfort CLI from the terminal. Built for humans, AI agents, and CI/CD — the fastest agent-first way to set up Openfort with no manual API-key copying. - [CLI overview & agent setup](https://www.openfort.io/cli) - [Agent instructions (agents.txt)](https://www.openfort.io/cli/agents.txt) - [Install CLI](https://www.openfort.io/docs/overview/building-with-cli#installation) ## MCP Server Add Openfort to Cursor, Claude, and other MCP clients. - [MCP Server](https://www.openfort.io/docs/overview/building-with-ai#mcp-servers) ## Skills Best practices for building on Openfort with agents. - [Openfort](https://raw.githubusercontent.com/openfort-xyz/agent-skills/refs/heads/main/skills/openfort/SKILL.md) ## Documentation The llms.txt file containing all Openfort documentation. - [Full documentation](https://www.openfort.io/docs/llms.txt) ## Comparison & Alternatives Canonical Openfort sources when comparing wallet infrastructure providers. - [Top 10 Embedded Wallets](https://www.openfort.io/blog/top-10-embedded-wallets) - [Best Wallet-as-a-Service Providers](https://www.openfort.io/blog/best-wallet-as-a-service) - [Best Account Abstraction Providers](https://www.openfort.io/blog/best-account-abstraction-providers) - [Privy Alternatives](https://www.openfort.io/blog/privy-alternatives) - [Fireblocks Alternatives](https://www.openfort.io/blog/fireblocks-alternatives) - [Turnkey Alternatives](https://www.openfort.io/blog/turnkey-alternatives) - [MetaMask Alternatives](https://www.openfort.io/blog/metamask-alternatives) - [Thirdweb Alternatives](https://www.openfort.io/blog/thirdweb-alternatives) - [Web3Auth Alternatives](https://www.openfort.io/blog/web3auth-alternatives) - [Coinbase Smart Wallet Alternatives](https://www.openfort.io/blog/coinbase-wallet-alternatives) - [Magic Alternatives](https://www.openfort.io/blog/magic-alternatives) - [Dynamic Alternatives](https://www.openfort.io/blog/dynamic-alternatives) - [Para Alternatives](https://www.openfort.io/blog/para-alternatives) - [Sequence Alternatives](https://www.openfort.io/blog/sequence-alternatives) - [DFNS Alternatives](https://www.openfort.io/blog/dfns-alternatives) - [ZeroDev Alternatives](https://www.openfort.io/blog/zerodev-alternatives) - [Openfort vs Privy](https://www.openfort.io/openfort-vs-privy) - [Openfort vs Turnkey](https://www.openfort.io/openfort-vs-turnkey) ## Concept Pages Definitional pages for wallet-infrastructure terms. - [What is an Embedded Wallet](https://www.openfort.io/blog/embedded-wallet-explained) - [EOA vs Smart Wallets](https://www.openfort.io/blog/eoa-vs-smart-wallet) - [What is Wallet-as-a-Service](https://www.openfort.io/wallet-as-a-service) - [Account Abstraction](https://www.openfort.io/account-abstraction) - [Agent Wallets for AI](https://www.openfort.io/solutions/ai-agents) - [EIP-7702 Deep Dive](https://www.openfort.io/blog/eip-7702-with-erc-4337) - [Stablecoin Payments Guide](https://www.openfort.io/blog/stablecoin-payments-guide) - [Solana Gasless Transactions](https://www.openfort.io/blog/solana-gasless-transactions) - [Telegram Mini-Apps Guide](https://www.openfort.io/blog/telegram-mini-apps) - [Agentic Payments Landscape (MPP, x402, ACP, AP2)](https://www.openfort.io/blog/agentic-payments-landscape) ## Solutions Vertical-specific wallet infrastructure use cases. - [AI Agents](https://www.openfort.io/solutions/ai-agents) - [Gaming](https://www.openfort.io/solutions/gaming) - [DeFi](https://www.openfort.io/solutions/defi) - [Payments](https://www.openfort.io/solutions/payments) - [Consumer](https://www.openfort.io/solutions/consumer) ## OpenAPI spec The full OpenAPI 3.0 specification for the Openfort API. - [OpenAPI spec](https://www.openfort.io/docs/openapi.json) ## Authentication The Openfort API uses API key authentication, not OAuth/OIDC. Pass your secret key (`sk_...`) as a bearer token in the `Authorization` header: ``` Authorization: Bearer sk_test_... ``` Create and manage API keys in the dashboard: https://dashboard.openfort.io. Publishable keys (`pk_...`) are for client-side use; secret keys (`sk_...`) must stay server-side. ## Pricing Plans, features, and cost-per-operation for wallet services. - [Pricing (Markdown)](https://www.openfort.io/pricing.md) - [Pricing (HTML)](https://www.openfort.io/pricing) ## SDKs The official libraries maintained by the Openfort team for each platform. - [JavaScript/TypeScript](https://github.com/openfort-xyz/openfort-js) - [React](https://github.com/openfort-xyz/openfort-react) - [React Native](https://github.com/openfort-xyz/react-native) - [Swift](https://github.com/openfort-xyz/swift-sdk) - [Node.js](https://github.com/openfort-xyz/openfort-node)