1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
Ian Alton e57ab8cb0c docs(ai-agents): Add AI connector tutorials and Agent engine positioning (#70461)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2025-12-12 16:24:55 -08:00
..

products
products
embedded

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:

  1. Create Connection Templates: Define where your users' data will be stored (destination configuration)
  2. 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:

  1. 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.

Full Agent Engine API reference.