tl-openmeter-api

Provides REST API reference for OpenMeter usage, billing, and entitlements endpoints.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/toddlevy/tl-agent-skills --skill tl-openmeter-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tl-openmeter-api
Source: https://github.com/toddlevy/tl-agent-skills/tree/main/skills/tl-openmeter-api
Command: npx skills add https://github.com/toddlevy/tl-agent-skills --skill tl-openmeter-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

The tl-openmeter-api skill consolidates and formats access to OpenMeter's REST API, giving developers a single, up-to-date reference to endpoints, authentication, and tagging.

Core Features & Use Cases

  • Comprehensive endpoint catalog aligned with OpenAPI tags
  • Quick access to features like events, meters, customers, subscriptions, billing, and notifications
  • Use it to build integration clients, debug API calls, and generate client libraries from the spec

Quick Start

Authenticate to your OpenMeter instance and start exploring endpoints like GET /api/v1/meters to list meters.

Frequently Asked Questions about tl-openmeter-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate requests to the OpenMeter REST API?

To authenticate OpenMeter REST API requests, you must configure your credentials against your OpenMeter instance. This skill provides the specific authentication details needed to authorize calls for usage metering and billing endpoints.

What REST endpoints are available for usage metering and billing in OpenMeter?

OpenMeter provides a comprehensive endpoint catalog for usage metering and billing, including events, meters, customers, and subscriptions. You can query endpoints like GET /api/v1/meters to list meters and manage billing data.

Can I use the OpenMeter API reference to generate client libraries?

Yes, you can use the OpenMeter API reference to generate client libraries from the OpenAPI spec. The reference consolidates endpoint definitions, versioning rules, and error-handling guidance to ensure consistent integration client generation.

Does the OpenMeter API reference cover entitlements and notifications?

Yes, the OpenMeter API reference covers entitlements and notifications alongside events, meters, customers, and subscriptions. It aligns endpoint discovery with OpenAPI tags to help you integrate entitlement checks and notification triggers.

How do I handle errors and versioning when integrating with the OpenMeter API?

The OpenMeter API reference enforces consistent versioning rules and error-handling guidance across the ecosystem. You can use this documentation to debug API calls and ensure your integration handles version-specific responses correctly.

What is the best way to debug OpenMeter API calls for subscription management?

The best way to debug OpenMeter API calls for subscription management is by referencing the comprehensive endpoint catalog. It provides the exact REST endpoints, tags, and error-handling guidance needed to troubleshoot integration issues.