Weavz
Atera

Atera

IT management platform for RMM, helpdesk tickets, agents, devices, and alerts.

7 tools
1 trigger

Tools

Name
list_agents

List Atera agents with bounded pagination.

delete_agent

Delete a specific Atera agent by exact agent ID.

list_tickets

List Atera tickets with optional customer/status filters.

get_ticket

Get a specific Atera ticket by exact ticket ID.

create_ticket

Create a support ticket in Atera.

update_ticket

Update a specific Atera ticket by exact ticket ID.

list_alerts

List Atera alerts with optional status/severity filters.

Triggers

Name
new_alert

Triggers when Atera alert polling observes a new alert after the first baseline run.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('atera', 'list_agents', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'atera',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Atera to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Atera support?

Atera supports 7 tools including List Agents, Delete Agent, List Tickets, Get Ticket, Create Ticket, and more.

Can I use Atera with AI agents?

Yes. Add Atera to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Atera be used in stateful agent workflows?

Yes. Agents can combine Atera tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Atera use?

Atera uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Atera integration cost?

The Atera integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Atera support?

Atera supports 1 triggers including New Alert.

Connect Atera in minutes

Get 20,000 free action executions every month. No credit card required.