llms.txt Content
# flAPI | Make your data fly!
flAPI transforms SQL queries into production-ready REST APIs powered by DuckDB. Build blazing-fast, secure, AI-ready APIs in minutes.
## Ai-integration
- [Claude Integration](https://flapi.io/docs/ai-integration/claude-integration.md): Connect flAPI to Claude Desktop and Claude AI
- [Model Context Protocol (MCP)](https://flapi.io/docs/ai-integration/mcp-overview.md): Expose flAPI endpoints as structured tools for AI agents
## Concepts
- [Architecture Deep Dive](https://flapi.io/docs/concepts/architecture.md): Understanding how flAPI decouples slow backends from fast applications
- [Caching Strategy](https://flapi.io/docs/concepts/caching-strategy.md): How flAPI's caching dramatically reduces costs and improves performance
- [How It Works](https://flapi.io/docs/concepts/how-it-works.md): Understand flAPI's 3-step process to transform data into fast APIs
- [SQL Templating](https://flapi.io/docs/concepts/sql-templating.md): Dynamic SQL queries with Mustache syntax
## Endpoints
- [Authentication](https://flapi.io/docs/endpoints/authentication.md): Secure your flAPI endpoints with JWT, Basic Auth, or custom authentication
- [Endpoints Overview](https://flapi.io/docs/endpoints/overview.md): Learn how to create and configure API endpoints in flAPI
- [Parameters](https://flapi.io/docs/endpoints/parameters.md): Handle request parameters in flAPI endpoints
- [Response Format](https://flapi.io/docs/endpoints/response-format.md): Configure API response formats and structure
- [SQL Templates](https://flapi.io/docs/endpoints/sql-templates.md): Learn how to write SQL templates for your API endpoints
- [Validation](https://flapi.io/docs/endpoints/validation.md): Validate input parameters for security and data integrity
- [Write Operations (CRUD)](https://flapi.io/docs/endpoints/write-operations.md): flAPI supports full CRUD (Create, Read, Update, Delete) operations, enabling you to build complete data APIs that not only serve data but also accep