Skip to main content

Atera

This connector connects to the Atera API.

Setup

  1. In Atera, generate an API key.
  2. In your workspace, create a new Atera source.
  3. Enter your API key and save.

Authentication

This connector authenticates using an API key sent on each request.

  • Header: X-API-KEY: <your_api_key>

Permissions

The API key must be allowed to access the Atera API endpoints you intend to sync. During credential validation, the connector calls:

  • GET https://app.atera.com/api/v3/agents

If this request fails, authentication will be rejected.

Configuration

FieldTypeRequiredDescription
api_keystringYour Atera API key.

Streams

This connector is currently under development and does not yet extract data streams.

  • Credential validation: The connector validates credentials by calling the Agents endpoint (/api/v3/agents).
  • Catalog / schema discovery: Not yet implemented.
  • Extraction: Not yet implemented.