Files
nexus/wiki/entities/Airtable.md
2026-04-27 12:03:03 +08:00

32 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Airtable"
type: entity
tags: [database, no-code, inventory, api]
sources: []
last_updated: 2025-05-09
---
## Aliases
- Airtable
- AirTable
## Definition
Airtable 是一个在线数据库与项目管理平台结合了电子表格的易用性和数据库的强大功能。支持视图自定义、API 集成和自动化工作流,常用于库存管理、项目跟踪和内容管理等场景。
## Key Characteristics
- **电子表格 + 数据库混合**灵活的数据结构支持多种视图Grid、Calendar、Gallery、Kanban 等)
- **API-first**:提供完整 REST API可与其他工具集成
- **Automation**:内置自动化功能,也可通过 N8N、Zapier 等平台触发
- **Extensions**:支持扩展程序和脚本自定义
## Use Cases in AI Agents
- **库存管理**:教程中演示了 AI Agent 连接 Airtable 查询和更新库存数据
- **项目管理**:作为 Agent 的数据存储后端
- **内容管理**:结构化存储需要 Agent 处理的内容元数据
## Related Entities
- [[N8N]]:通过 N8N AI Agent 节点集成 Airtable
## Sources
- [[n8n-full-tutorial-building-ai-agents-in-2025-for-beginners]]