Mezmo website screenshot

Mezmo

12 APIs 0 Features
ObservabilityLogsTelemetryTelemetry PipelineLog ManagementAISREOpenTelemetryDevOps

APIs

Mezmo Log Ingestion API

Ingest log lines into Mezmo at logs.mezmo.com/logs/ingest. Accepts batched JSON payloads with timestamp, app, env, hostname, and structured metadata. Token or service-key authen...

Mezmo Log Export API

Query and export logs from Mezmo via /v1/export and /v2/export. V2 supports pagination for unbounded exports, plan-aware retention windows, and filters by hosts, apps, tags, lev...

Mezmo Views API

Manage Mezmo log Views via /v1/config/view. Views are saved query definitions over hosts, apps, levels, tags, and free-text filters and are the unit alerts attach to.

Mezmo Alerts API

Manage preset alerts via /v1/config/presetalert. Preset alerts encapsulate presence/absence triggers, frequency, and notification channels (PagerDuty, Slack, webhook, email) tha...

Mezmo Archiving API

Configure cold-storage archiving via /v1/config/archiving. Supports S3, GCS, Azure Blob, IBM COS, and DigitalOcean Spaces destinations for long-term retention beyond plan limits.

Mezmo Ingestion Control API

Manage exclusion rules (/v1/config/ingestion/exclusions) and ingestion suspend/resume (/v1/config/ingestion/suspend, /resume) to cap costs and stop noisy sources without losing ...

Mezmo Usage API

Query log usage by app, host, or tag via /v1/usage/{type} and detailed byte-based consumption via /v2/usage. Used for chargeback, anomaly detection, and capacity planning agains...

Mezmo Pipeline API

Programmatic CRUD over Mezmo Telemetry Pipelines at api.mezmo.com/v3. Manage pipelines, sources, processors, destinations, deployments, audit events, and health. Backs Terraform...

Mezmo Pipeline Classification API

AI-assisted data classification, field profiling, parser inference, and regex generation against pipeline samples. Used by Mezmo's in-product authoring workflow to accelerate pa...

Mezmo Edge API

Edge / local deployment surface for Mezmo Pipelines. Manage client configuration, heartbeats, task assignments, and result collection for self-hosted pipeline instances running ...

Mezmo Agent (logdna-agent-v2)

Open-source Rust log collection agent (logdna-agent-v2). Tails files, journald, and Kubernetes pod logs and ships to Mezmo's ingestion endpoint. MIT-licensed.

AURA Agent Framework

Mezmo's open-source agentic orchestration framework. Apache 2.0 Rust framework for composing AI agents from declarative TOML config, with MCP tool integration, RAG pipelines (Qd...

Collections

Pricing Plans

Mezmo Plans Pricing

2 plans

PLANS

Rate Limits

Mezmo Rate Limits

4 limits

RATE LIMITS

FinOps

Mezmo Finops

FINOPS

Semantic Vocabularies

Mezmo Context

30 classes · 2 properties

JSON-LD

API Governance Rules

Mezmo API Rules

7 rules · 3 errors 4 warnings

SPECTRAL

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🟢
StatusPage
StatusPage
📄
ChangeLog
ChangeLog
📰
Blog
Blog
💻
SourceCode
SourceCode
💻
SourceCode
SourceCode
🔗
CLI
CLI
📦
SDKs
SDKs
📦
SDKs
SDKs
📦
SDKs
SDKs
📦
SDKs
SDKs
📦
SDKs
SDKs
📦
SDKs
SDKs
🔗
MCPServer
MCPServer
💻
SourceCode
SourceCode
📦
SDKs
SDKs
💰
Pricing
Pricing
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
Vocabulary
Vocabulary
🔗
SpectralRuleset
SpectralRuleset
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Mezmo Views API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Views
    type: folder
  items:
  - info:
      name: List Views
      type: http
    http:
      method: GET
      url: https://api.mezmo.com/v1/config/view
    docs: List Views
  - info:
      name: Create View
      type: http
    http:
      method: POST
      url: https://api.mezmo.com/v1/config/view
      body:
        type: json
        data: '{}'
    docs: Create View
  - info:
      name: Get View
      type: http
    http:
      method: GET
      url: https://api.mezmo.com/v1/config/view/:viewid
      params:
      - name: viewid
        value: ''
        type: path
    docs: Get View
  - info:
      name: Update View
      type: http
    http:
      method: PUT
      url: https://api.mezmo.com/v1/config/view/:viewid
      params:
      - name: viewid
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update View
  - info:
      name: Delete View
      type: http
    http:
      method: DELETE
      url: https://api.mezmo.com/v1/config/view/:viewid
      params:
      - name: viewid
        value: ''
        type: path
    docs: Delete View
bundled: true