Agent Engine API
The Agent Engine API allows you to build a fully integrated Airbyte Embedded Experience.
Implementation Steps
Follow these steps to implement Airbyte Embedded with the API:
1. One-Time Setup (Your Organization)
First, configure the foundation for your embedded integration:
- Create Connection Templates: Define where your users' data will be stored (destination configuration)
- Create Source Templates: Choose which data connectors your users can access
2. Per-User Integration (Runtime)
For each user who wants to connect their data:
- Generate User Tokens & Configure Sources: Authenticate users and collect their source credentials
This approach separates one-time organizational setup from per-user operations, making your integration more scalable.