Amplitude
Also an agent toolAmplitude Analytics (Basic-authed management + query surface): export raw events, run segmentation/funnel/retention queries, look up users, manage annotations, behavioral cohorts, taxonomy (events/properties/categories) and releases via the Dashboard REST, Export, Cohorts, Taxonomy and Releases APIs.
40 actions · 1 triggers
The Amplitude integration lets you connect Amplitude to your automations with 40 actions and 1 triggers — and every action is also a tool an AI agent can call. Examples: List Events, Export Raw Events, Event Segmentation, Funnel Analysis, Retention Analysis. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Triggers 1
Events in Amplitude that can start a workflow.
New Amplitude events (polled export window)
Polls GET /api/2/export on a schedule, advancing the start hour watermark. Response is a zip of event JSON; the engine advances the window each run.
Actions 40
What Zervanor can do in Amplitude.
List Events
List events tracked in the project with weekly totals (GET /api/2/events/list). Safe, no-parameter identity + connectivity probe.
Export Raw Events
Export a zipped archive of raw event JSON for a time window (GET /api/2/export). start/end are hour-granular (YYYYMMDDTHH). Max 365-day span, 4GB per request. Response is a binary zip.
Event Segmentation
Get metrics for an event over time with optional segmentation and grouping (GET /api/2/events/segmentation).
Funnel Analysis
Get conversion and drop-off rates across an ordered set of events (GET /api/2/funnels).
Retention Analysis
Compute retention between a start event and a return event over time (GET /api/2/retention).
Get User Activity
Get a user's summary and recent event history (GET /api/2/useractivity).
Search Users
Search users by Amplitude ID, User ID, Device ID or user property value (GET /api/2/usersearch).
Realtime Active Users
Get active-user counts at 5-minute granularity over a 2-day window (GET /api/2/realtime).
Get Chart Results
Retrieve the results of an existing saved chart as CSV (GET /api/3/chart/{chart_id}/csv).
List Annotations
List all chart annotations (GET /api/3/annotations).
Get Annotation
Get a single chart annotation by id (GET /api/3/annotations/{annotation_id}).
Create Annotation
Create a chart annotation (POST /api/3/annotations).
Update Annotation
Update a chart annotation (PUT /api/3/annotations/{annotation_id}).
Delete Annotation
Delete a chart annotation (DELETE /api/3/annotations/{annotation_id}).
List Cohorts
List all behavioral cohorts in the project (GET /api/3/cohorts).
Request Cohort Download
Request a download of a cohort's membership; returns a request_id to poll (GET /api/5/cohorts/request/{id}).
Get Cohort Request Status
Poll the status of an async cohort download request (GET /api/5/cohorts/request-status/{request_id}).
Get Cohort File
Download the completed cohort membership file for a finished request (GET /api/5/cohorts/request/{request_id}/file).
Upload Cohort
Create a new cohort or update an existing one from a list of User IDs or Amplitude IDs (POST /api/3/cohorts/upload).
Update Cohort Membership
Add or remove members of a list-based cohort (POST /api/3/cohorts/membership).
Get Cohort Download Usage
Check the current monthly usage and limit for the Behavioral Cohorts Download API (GET /api/3/cohorts/usage).
List Taxonomy Event Types
List all event types in the tracking plan (GET /api/2/taxonomy/event).
Get Taxonomy Event Type
Get a single event type by name (GET /api/2/taxonomy/event/{event_type}).
Create Taxonomy Event Type
Create an event type in the tracking plan (POST /api/2/taxonomy/event).
Update Taxonomy Event Type
Update an event type (PUT /api/2/taxonomy/event/{event_type}).
Delete Taxonomy Event Type
Delete an event type (DELETE /api/2/taxonomy/event/{event_type}).
List Taxonomy Event Properties
List event properties in the tracking plan (GET /api/2/taxonomy/event-property).
Create Taxonomy Event Property
Create an event property (POST /api/2/taxonomy/event-property).
Update Taxonomy Event Property
Update an event property (PUT /api/2/taxonomy/event-property/{event_property}).
Delete Taxonomy Event Property
Delete an event property (DELETE /api/2/taxonomy/event-property/{event_property}).
List Taxonomy User Properties
List all user properties in the tracking plan (GET /api/2/taxonomy/user-property).
Get Taxonomy User Property
Get a single user property by name (GET /api/2/taxonomy/user-property/{user_property}).
Create Taxonomy User Property
Create a user property (POST /api/2/taxonomy/user-property).
Update Taxonomy User Property
Update a user property (PUT /api/2/taxonomy/user-property/{user_property}).
Delete Taxonomy User Property
Delete a user property (DELETE /api/2/taxonomy/user-property/{user_property}).
List Taxonomy Categories
List all event categories in the tracking plan (GET /api/2/taxonomy/category).
Create Taxonomy Category
Create an event category (POST /api/2/taxonomy/category).
Update Taxonomy Category
Update an event category (PUT /api/2/taxonomy/category/{category_id}).
Delete Taxonomy Category
Delete an event category (DELETE /api/2/taxonomy/category/{category_id}).
Create Release
Create a release marker (POST /api/2/release). Useful for annotating deploys against analytics.
Nothing matches your search.
Automations using Amplitude
Build your own automation with Amplitude in the visual builder.
Frequently asked questions
What can I automate with Amplitude?
40 actions are available — for example: List Events, Export Raw Events, Event Segmentation, Funnel Analysis, Retention Analysis, and more.
Which Amplitude events can start a workflow?
1 triggers — for example: New Amplitude events (polled export window).
Can Amplitude be used as an AI agent tool?
Yes. Every Amplitude action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the Amplitude integration modelled?
Amplitude is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.