/
AI
airbyte
/
Airbyte Configuration API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 4w ago · Updated 4w ago
View markdown
airbyte
Airbyte Configuration API
post
Creates a workspace
ce48e08e02ec
latest
OpenAPI 3.0.0
MIT
2026-07-14
102
210
128.7 KB
attempt
3
connection
9
destination
9
destination_definition
11
destination_definition_specification
1
destination_oauth
3
health
1
jobs
7
logs
1
notifications
1
openapi
1
operation
6
scheduler
3
source
12
source_definition
11
source_definition_specification
1
source_oauth
3
state
2
web_backend
8
workspace
9
post
Creates a workspace
post
Deletes a workspace
post
Find workspace by ID
post
Find workspace by connection id
post
Find workspace by slug
post
List all workspaces registered in the current Airbyte deployment
post
Update workspace feedback state
post
Update workspace state
post
Update workspace name
workspace
Creates a workspace
post
/v1/workspaces/create
Request body
WorkspaceCreate
required
anonymousDataCollection
boolean
defaultGeography
'auto'
|
'us'
|
'eu'
displaySetupWizard
boolean
email
string
email
name
string
required
news
boolean
notifications
Notification[]
securityUpdates
boolean
webhookConfigs
WebhookConfigWrite[]
Response
Successful operation
WorkspaceRead
required
anonymousDataCollection
boolean
customerId
string
uuid
required
defaultGeography
'auto'
|
'us'
|
'eu'
displaySetupWizard
boolean
email
string
email
feedbackDone
boolean
firstCompletedSync
boolean
initialSetupComplete
boolean
required
name
string
required
news
boolean
notifications
Notification[]
securityUpdates
boolean
slug
string
required
webhookConfigs
WebhookConfigRead[]
workspaceId
string
uuid
required