1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Commit Graph

11 Commits

Author SHA1 Message Date
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
Teal Larson
b50994c6f3 docs: Add comprehensive Sonar Embedded API documentation (#67580)
## Overview

This PR addresses critical documentation drift between the Sonar
implementation and the Airbyte documentation repository. Based on a
comprehensive drift analysis performed on 2025-10-08, this update adds
missing API documentation for HIGH PRIORITY features that are fully
implemented in Sonar but completely undocumented.

Reference: docs-drift-analysis-2025-10-08.md (in sonar repo)

## Changes Summary

### New Documentation Files (3)

1. **workspaces.md** - Workspace Management API
   - List workspaces with cursor-based pagination
   - Get, update, and delete workspaces
   - Workspace statistics and sync operations
   - Complete pagination guide and filtering examples

2. **authentication.md** - Complete Authentication Guide
   - All three token types (Operator Bearer, Scoped, Widget)
   - Region selection (US/EU)
   - Template filtering via tags during token generation
   - Token lifecycle management and security best practices
   - 20+ code examples

3. **tags.md** - Template Tag Management
   - Tag CRUD operations
   - Tag selection modes (ANY vs ALL)
   - Tagging source and connection templates
   - Tier-based access control examples

### Updated Documentation Files (3)

4. **source-templates.md** - Enhanced with stream management, PATCH
endpoint, tag operations, source definition catalogs

5. **connection-templates.md** - Added sync_on_create,
non_breaking_changes_preference, cron validation, PATCH endpoint, tag
operations

6. **configuring-sources.md** - Added region selection, stream
management, JMESPath querying, JSON Patch operations

## Impact

- 25+ previously undocumented API endpoints now documented
- ~2,500 lines of documentation added
- 100+ code examples
- 12 HIGH PRIORITY documentation gaps addressed

## Validation

All documentation validated against:
- Sonar codebase at commit 350a75fe73
- FastAPI route definitions
- Pydantic schemas
- Existing documentation style

## Breaking Changes

None - Documentation only

---------

Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2025-10-13 12:41:54 -07:00
Teo
c49cbba5e8 Update configuring-sources.md (#66660) 2025-09-24 09:50:48 -07:00
Teo
eeab207f98 Update connection-templates.md (#66658)
updating docs when approved.
2025-09-23 21:59:28 -07:00
Teo
ab5ec1d934 Update README.md (#65570) 2025-09-03 14:43:36 -07:00
Teo
b91ae8f144 Update connection-templates.md (#65615) 2025-08-29 11:51:06 -07:00
Teo
8fc022ac49 Update connection-templates.md (#65549)
Co-authored-by: Teal Larson <teal@airbyte.io>
2025-08-27 16:52:05 +00:00
Teo
3258faf35e Update configuring-sources.md (#65551)
Updating!
2025-08-27 09:46:31 -07:00
Alexandre Girard
fee1e7a48d Update embedded docs (#65566)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-27 00:33:30 +00:00
Teo
a50a1a27eb Update source-templates.md (#65550) 2025-08-26 14:52:26 -07:00
Teo
f31a6d18b3 Update README.md (#65146)
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2025-08-22 08:20:23 -07:00