A

Airbyte Configuration API

by Airbyte Configuration Free tier

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

mapsairbyte

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
72

Authentication

Bearer token in the Authorization header

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

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.

Key Endpoints

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

Sample Request

curl -X GET 'http://airbyte.local/v1/attempt/save_stats' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Airbyte Configuration documentation.