# Documentation - [Outblock Documentation](/docs): Open-source tools for the Flow blockchain - [Wallet](/docs/wallet): Passkey-based, self-custody Flow wallet with no seed phrases or browser extensions required. - [Getting Started](/docs/wallet/getting-started): Set up passkey-based wallet authentication in your application. - [FlowIndex](/docs/flowindex): A high-performance blockchain explorer and indexer for the Flow blockchain with Flow-EVM support. - [API Reference](/docs/flowindex/api-reference): REST API endpoints and WebSocket events for FlowIndex. - [Getting Started](/docs/flowindex/getting-started): Run FlowIndex locally using Docker Compose. - [Architecture](/docs/flowindex/architecture): System architecture of FlowIndex -- dual ingesters, worker pipeline, and database schema. - [Packages](/docs/packages): Overview of all published packages in the FlowIndex monorepo - [Run](/docs/run): An interactive Cadence smart contract runner and playground for the Flow blockchain. - [Getting Started](/docs/run/getting-started): Set up and run the Cadence Runner service locally. - [Architecture](/docs/run/architecture): Internal architecture of the Run service -- editor, LSP server, execution engine, and project storage. - [FlowIndex AI](/docs/ai): AI chat assistant for querying and analyzing data on the Flow blockchain. - [Getting Started](/docs/ai/getting-started): How to set up and run the FlowIndex AI chat assistant locally. - [Architecture](/docs/ai/architecture): Internal architecture of the FlowIndex AI chat assistant. - [Configuration](/docs/flowindex/guides/configuration): Environment variables reference for FlowIndex backend. - [EVM Support](/docs/flowindex/guides/evm-support): How FlowIndex detects, indexes, and serves Flow-EVM transactions. - [@flowindex/auth-ui](/docs/packages/auth-ui): React components for authentication with OAuth, magic links, OTP, and passkey support - [@flowindex/flow-passkey](/docs/packages/flow-passkey): WebAuthn passkey SDK for Flow blockchain transaction signing with FLIP-264 support - [@flowindex/auth-core](/docs/packages/auth-core): Framework-agnostic auth primitives for JWT parsing, GoTrue integration, cookie management, and passkey authentication - [@flowindex/flow-ui](/docs/packages/flow-ui): Shared React UI components, Radix primitives, and Flow blockchain utilities - [@flowindex/agent-wallet](/docs/packages/agent-wallet): MCP server for AI agent wallets on the Flow blockchain with local keys, cloud wallet, and passkey signing - [API Reference](/docs/packages/agent-wallet/api-reference): Complete reference for all MCP tools exposed by @flowindex/agent-wallet - [Getting Started](/docs/packages/agent-wallet/getting-started): Set up the Flow Agent Wallet MCP server for AI agents