.env.template
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.template)
AIRBYTE_ORGANIZATION_ID
Airbyte Agent MCP
AIRBYTE_CLIENT_ID
AIRBYTE_CLIENT_SECRET
secret
AIRBYTE_TOKEN_PATH
secret
Path to OAuth token file (default: ~/.airbyte/agent-mcp-tokens.json) Override per profile if different orgs require different OAuth…
SLACK_CONNECTOR_ID
Connector IDs (Agent MCP)
LINEAR_CONNECTOR_ID
GONG_CONNECTOR_ID
SALESFORCE_CONNECTOR_ID
ZENDESK_CONNECTOR_ID
SLACK_USER_OAUTH_TOKEN
secret
Native MCP: Slack User OAuth token (xoxp-...) for Slack's hosted MCP at mcp.slack.com. See docs/THIRD_PARTY_MCP_SETUP.md#slack-mcp for how…
LINEAR_API_KEY
secret
Native MCP: Linear
GONG_ACCESS_KEY
secret
Native MCP: Gong
GONG_ACCESS_KEY_SECRET
secret
GONG_MCP_SERVER_PATH
Absolute path to the locally-built kenazk/gong-mcp dist/index.js. Required — see docs/THIRD_PARTY_MCP_SETUP.md#gong-mcp for build steps.
SF_MCP_CONSUMER_KEY
secret
Native MCP: Salesforce
SF_MCP_CONSUMER_SECRET
secret
SF_MCP_REFRESH_TOKEN
secret
ZENDESK_SUBDOMAIN
Native MCP: Zendesk OAuth credentials for the Zendesk MCP Docker container. See docs/THIRD_PARTY_MCP_SETUP.md#zendesk-mcp for the full…
ZENDESK_ACCESS_TOKEN
secret
ZENDESK_REFRESH_TOKEN
secret
brew install flyctl && fly launch --from https://github.com/airbytehq/airbyte-agents-benchmarks
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/airbytehq/airbyte-agents-benchmarks
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/airbytehq/airbyte-agents-benchmarks