Fibery source
Overview
The Fibery source connector lets you connect to a Fibery workspace using an API token.
Setup
Prerequisites
- A Fibery workspace (your account subdomain, e.g.
acmeforhttps://acme.fibery.io) - A Fibery API token
Create an API token in Fibery
In Fibery, create an API token and copy it for use in the connector configuration.
Authentication
This connector authenticates using:
- Account: your Fibery workspace subdomain (DNS label)
- API token: sent as an
Authorization: Token <token>header
During connection validation, the connector calls Fibery’s Commands API and runs a lightweight query against fibery/user to confirm the token is valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
account | string | ✅ | Your Fibery workspace subdomain (the part before .fibery.io). Must be a valid DNS label: lowercase letters (a-z), digits (0-9), and hyphens (-), 1–63 characters, and cannot start or end with -. Example: acme for https://acme.fibery.io. |
api_token | string | ✅ | Your Fibery API token. |
Streams
This connector is currently under development and does not yet support data extraction (no streams are available yet).