Atera
IT management platform for RMM, helpdesk tickets, agents, devices, and alerts.
Tools
| Name | Description |
|---|---|
list_agentsList Atera agents with bounded pagination. | List Atera agents with bounded pagination. |
delete_agentDelete a specific Atera agent by exact agent ID. | Delete a specific Atera agent by exact agent ID. |
list_ticketsList Atera tickets with optional customer/status filters. | List Atera tickets with optional customer/status filters. |
get_ticketGet a specific Atera ticket by exact ticket ID. | Get a specific Atera ticket by exact ticket ID. |
create_ticketCreate a support ticket in Atera. | Create a support ticket in Atera. |
update_ticketUpdate a specific Atera ticket by exact ticket ID. | Update a specific Atera ticket by exact ticket ID. |
list_alertsList Atera alerts with optional status/severity filters. | List Atera alerts with optional status/severity filters. |
Triggers
| Name | Description |
|---|---|
new_alertTriggers when Atera alert polling observes a new alert after the first baseline run. | Triggers when Atera alert polling observes a new alert after the first baseline run. |
Quick Start
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.