Skip to main content

Create your first Meter

This guide walks you through creating your first meter in Monk.
What are meters? Meters define how usage events are aggregated for billing. Learn more about meters →

Prerequisites

  • A Monk account with dashboard access

Steps

1. Navigate to Meters

  1. Open your Monk dashboard
  2. Click Products in the navigation
  3. Select Meters

2. Create the Meter

Click Create Meter and fill in the form:
FieldExample ValueDescription
CodeAPI_CALLUnique identifier (UPPER_SNAKE)
Event Namecall_countWhich events this meter counts
Display NameAPI CallsHuman-readable name
AggregationCountHow events are combined
Create Meter dialog showing fields for Code, Display Name, and Aggregation type dropdown

3. Save

Click Save. Your meter is now ready to use in pricing.
Meters list showing Code, Display Name, Aggregation, and Status columns

Common Meter Examples

Use CaseCodeEvent NameAggregation
API callsAPI_CALLcall_countCount
AI tokensAI_TOKENStoken_usageSum
StorageSTORAGE_GBstorage_checkMax
UsersACTIVE_USERSuser_activityUnique

Next Steps

Meters Concepts

Learn about aggregation types and design patterns

Create a Plan

Add pricing to your meter