Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
},
"MD004": {
"style": "dash" // Enforce "dash" style for unordered list items (e.g., "- item")
}
},
"MD024": { "siblings_only": true } // Allow duplicate headings in different sections
}
6 changes: 5 additions & 1 deletion docs/ai-agents/embedded/api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---

products: embedded

---

# Airbyte API
Expand All @@ -11,15 +13,17 @@ The Airbyte API allows you to build a fully integrated Airbyte Embedded Experien
Follow these steps to implement Airbyte Embedded with the API:

### 1. One-Time Setup (Your Organization)

First, configure the foundation for your embedded integration:

1. **[Create Connection Templates](./connection-templates.md)**: Define where your users' data will be stored (destination configuration)
2. **[Create Source Templates](./source-templates.md)**: Choose which data connectors your users can access

### 2. Per-User Integration (Runtime)

For each user who wants to connect their data:

3. **[Generate User Tokens & Configure Sources](./configuring-sources.md)**: Authenticate users and collect their source credentials
1. **[Generate User Tokens & Configure Sources](./configuring-sources.md)**: Authenticate users and collect their source credentials

This approach separates one-time organizational setup from per-user operations, making your integration more scalable.

Expand Down
Loading
Loading