Skip to main content
AgentMeter is SDK-first. Most teams should use the TypeScript or Python SDK instead of calling the API directly.

Base URL

https://api.agentmeter.com
Self-hosted deployments can use a different endpoint.

Authentication

SDK-facing endpoints authenticate with an AgentMeter API key in X-AgentMeter-Key.
curl https://api.agentmeter.com/api/v1/events \
  -H "X-AgentMeter-Key: $AGENTMETER_API_KEY"
Use telemetry-scoped keys for SDK ingest and pricing-admin scoped keys only where pricing mutation is required.

Public API pages

OpenAPI status

AgentMeter does not publish an OpenAPI-generated reference in this first Mintlify setup. The current API pages are manually maintained. When an OpenAPI spec is added to the repo, Mintlify can generate interactive endpoint pages from it.