Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
48 changes: 46 additions & 2 deletions docs/ai-agents/embedded/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ products: embedded

The Airbyte API allows you to build a fully integrated Airbyte Embedded Experience.

## Implementation Steps
## Quick Start

Follow these steps to implement Airbyte Embedded with the API:

Expand All @@ -23,4 +23,48 @@ For each user who wants to connect their data:

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

The complete API reference can be found at [api.airbyte.ai/api/v1/docs](https://api.airbyte.ai/api/v1/docs).
## Core Concepts

### [Authentication](./authentication.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Authentication"]

Understand the different token types and how to securely authenticate your API calls:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
Understand the different token types and how to securely authenticate your API calls:
Understand the different token types and how to securely authenticate your API calls:

- **Access Tokens**: Organization-level administrative access
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Access Tokens: Organizat..."]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- **Access Tokens**: Organization-level administrative access
- **Access Tokens**: Organization-level administrative access

- **Scoped Tokens**: User-level limited access for individual workspaces
- **Widget Tokens**: Specialized tokens for the Embedded Widget
- Security best practices and implementation examples

### [Workspace Management](./workspace-management.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Workspace Management"]

Learn how Airbyte Embedded creates isolated environments for each customer:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
Learn how Airbyte Embedded creates isolated environments for each customer:
Learn how Airbyte Embedded creates isolated environments for each customer:

- Multi-tenant architecture and data isolation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Multi-tenant architecture an..."]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- Multi-tenant architecture and data isolation
- Multi-tenant architecture and data isolation

- Automatic workspace creation
- External ID best practices
- Template tag filtering for workspace-specific configurations

### [Schema Discovery](./schema-discovery.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Schema Discovery"]

Programmatically explore your customers' data structures:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
Programmatically explore your customers' data structures:
Programmatically explore your customers' data structures:

- Discover available streams (tables/collections)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Discover available streams (..."]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- Discover available streams (tables/collections)
- Discover available streams (tables/collections)

- Query field schemas and data types
- Understand primary keys and relationships
- Build dynamic UIs based on available data

## API Guides

### Setup & Configuration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Setup & Configuration"]

- [Connection Templates](./connection-templates.md) - Configure destinations for your users
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [Connection Templates](./con..."]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- [Connection Templates](./connection-templates.md) - Configure destinations for your users
- [Connection Templates](./connection-templates.md) - Configure destinations for your users

- [Source Templates](./source-templates.md) - Define available data connectors
- [Configuring Sources](./configuring-sources.md) - Collect user credentials and create sources

### Advanced Topics
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Advanced Topics"]

- [Schema Discovery](./schema-discovery.md) - Explore data structures programmatically
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [Schema Discovery](./schema-..."]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- [Schema Discovery](./schema-discovery.md) - Explore data structures programmatically
- [Schema Discovery](./schema-discovery.md) - Explore data structures programmatically

- [Workspace Management](./workspace-management.md) - Manage customer isolation
- [Authentication](./authentication.md) - Secure token management

## API Reference

The complete API reference with all endpoints, request/response schemas, and interactive testing is available at [api.airbyte.ai/api/v1/docs](https://api.airbyte.ai/api/v1/docs).

## Need Help?

- **Documentation**: Browse the guides above for detailed implementation instructions
- **API Reference**: [api.airbyte.ai/api/v1/docs](https://api.airbyte.ai/api/v1/docs)
- **Support**: Contact [[email protected]](mailto:[email protected]) for assistance
- **Sample App**: See a complete implementation in our [embedded demo app](https://github.com/airbytehq/embedded-demoapp)
Loading
Loading