Weavz
Arlo Training

Arlo Training

Arlo training and event management operations for events, registrations, contacts, and orders.

15 tools
3 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_events

List Arlo event links or expanded event records.

get_event

Get one Arlo event by EventID.

list_registrations

List Arlo registration links or expanded registrations.

get_registration

Get one Arlo registration by ID.

create_registration

Create an Arlo registration using documented XML.

patch_registration

Patch an Arlo registration using documented XML.

list_contacts

List Arlo contacts.

get_contact

Get one Arlo contact by ID.

create_contact

Create an Arlo contact using documented XML.

patch_contact

Patch an Arlo contact using documented XML.

list_orders

List Arlo orders.

get_order

Get one Arlo order by ID.

create_order

Create an Arlo order using documented XML.

patch_order

Patch an Arlo order using documented XML.

cancel_order

Create an Arlo order cancellation request.

Triggers

Name
event

Receives Arlo event webhook webhook payloads. Configure the matching webhook in Arlo if API-side subscription is not enabled for the connected account.

registration

Receives Arlo registration webhook webhook payloads. Configure the matching webhook in Arlo if API-side subscription is not enabled for the connected account.

order

Receives Arlo order webhook webhook payloads. Configure the matching webhook in Arlo if API-side subscription is not enabled for the connected account.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Arlo Training to my app?

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

What tools does Arlo Training support?

Arlo Training supports 15 tools including List Events, Get Event, List Registrations, Get Registration, Create Registration, and more.

Can I use Arlo Training with AI agents?

Yes. Add Arlo Training 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.

How do I connect Arlo Training to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Arlo Training as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Arlo Training tools exposed by that workspace.

Does Arlo Training work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Arlo Training work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Arlo Training?

Arlo Training exposes 15 tools, including List Events, Get Event, List Registrations, Get Registration, Create Registration, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Arlo Training be used in stateful agent workflows?

Yes. Agents can combine Arlo Training 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 Arlo Training use?

Arlo Training uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Arlo Training integration cost?

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

What triggers does Arlo Training support?

Arlo Training supports 3 triggers including Event Webhook, Registration Webhook, Order Webhook.

Connect Arlo Training in minutes

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