Anvyl
Introduction
The Anvyl source connector connects to the Anvyl API.
Status / availability
This connector is currently in development:
- Connection (credential validation) is supported.
- Schema discovery returns an empty catalog.
- Data extraction is not yet available.
If you need specific Anvyl objects/streams supported, contact support with your use case.
Setup
Prerequisites
- An Anvyl account with API access.
- An Anvyl API key.
Create an API key
Generate an API key in Anvyl (per your organization’s security policy). Keep it secure, as it provides access to your Anvyl data.
Authentication
This connector authenticates using an API key sent in the Authorization header.
During connection testing, the connector validates credentials by calling:
GET https://api.anvyl.com/api/v1/status
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Anvyl API key. This value is sent as the Authorization header on requests to the Anvyl API. |
Streams
No streams are currently exposed.
Limitations
- Extraction is not yet implemented (runs will fail with an “in development” error).
- Catalog discovery currently returns no streams.