Airbyte · Arazzo Workflow
Airbyte Bootstrap an Application and Access Token
Version 1.0.0
Create an API application to mint client credentials, read it back, then exchange those credentials for a bearer access token.
View Spec
View on GitHub
Data IntegrationETLELTOpen-SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
bootstrap-application-token
Create an application, confirm it, and mint a bearer access token from its credentials.
Creates an application to obtain client credentials, reads it back, and exchanges the credentials for an access token.
1
createApplication
Create the application. The response carries the clientId and clientSecret used to mint access tokens.
2
3
createAccessToken
Exchange the application's client credentials for a bearer access token using the client_credentials grant.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.