Airbyte Configuration API https://airbyte.io. This API is a collection of HTTP RPC-style methods. While it is not a REST API, those familiar with REST should find the conventions of this API recognizable. Here are some conventions that this API follows: * All endpoints are ht
http://airbyte.local
Auth type
Bearer Token
Auth header
Authorization: Bearer YOUR_TOKEN
Rate limit
Self-hosted: unlimited · Cloud: usage-based
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://airbyte.local
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
37%
builder-friendly
Bearer token in the Authorization header
Authorization: Bearer YOUR_TOKEN
Free: open-source self-hosted (MIT license). Airbyte Cloud free up to $100 credits/month (usage-based). Team $1,500/mo. Enterprise custom. ETL/ELT platform.
| Method | Path | Description |
|---|---|---|
| POST | /v1/attempt/save_stats |
For worker to set sync stats of a running attempt. |
| POST | /v1/attempt/save_sync_config |
For worker to save the AttemptSyncConfig for an attempt. |
| POST | /v1/attempt/set_workflow_in_attempt |
For worker to register the workflow id in attempt. |
| POST | /v1/connections/create |
Create a connection between a source and a destination |
| POST | /v1/connections/delete |
Delete a connection |
| POST | /v1/connections/get |
Get a connection |
| POST | /v1/connections/list |
Returns all connections for a workspace. |
| POST | /v1/connections/list_all |
Returns all connections for a workspace, including deleted connections. |
curl -X GET 'http://airbyte.local/v1/attempt/save_stats' \ -H 'Authorization: Bearer YOUR_TOKEN'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Airbyte Configuration documentation.