Skip to main content

Welcome to Limitry API

Limitry API provides usage metering, quota management, and analytics for LLM and AI applications. Track usage events, enforce quotas and rate limits, and get detailed insights into your customers’ consumption patterns. The API is designed to help you build usage-based pricing, implement fair usage policies, and monitor your AI infrastructure costs.

Key Features

  • Event Tracking: Record usage events with detailed metadata (tokens, costs, latency)
  • Quota Management: Set and enforce usage quotas with flexible dimension filters
  • Rate Limiting: Configure rate limits to prevent abuse and manage traffic
  • Analytics: Get aggregated usage metrics, breakdowns, and timeseries data
  • Alerts: Set up webhook alerts when quotas reach threshold levels

Authentication

All API requests require authentication using a Project API Key passed in the Authorization header.
Authorization: Bearer limitry_sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Getting Your API Key

  1. Sign in to the Limitry Dashboard
  2. Navigate to your project settings
  3. Copy your Project API Key from the API Keys section

Base URL

All API requests should be made to:
https://api.limitry.com/v1

SDKs