Amplitude · Arazzo Workflow
Amplitude Taxonomy Event Governance
Version 1.0.0
Plan a tracking event end to end by creating its category, the event type, and an event property, then reading the event back.
View Spec
View on GitHub
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
govern-planned-event
Create a category, an event type, and an event property, then read the event type back.
Establishes a fully governed planned event by chaining category creation, event type creation, event property creation, and a final read of the event type to confirm the taxonomy is consistent.
1
createCategory
Create a new event category to group the planned event type under.
2
createEventType
Create the planned event type and assign it to the category created in the previous step.
3
createEventProperty
Attach a typed event property to the newly planned event type.
4
getEventType
Retrieve the event type to confirm it exists with the expected category assignment.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.