Motadata ObserveOps

ObserveOps (formerly Motadata AIOps) is a unified observability platform correlating metrics, logs, traces, flows and topology with anomaly detection that needs no training period. Its REST API is mounted at /api/v1 across three mounts (/settings, /visualization, /system) covering 96 configuration resource types, with a Vert.x EventBus websocket bridge for live alerts, events and real-time queries. Authentication is a Personal Access Token, a static client.id cookie, or a username/password session; the websocket surface requires the session. Errors come back as proprietary MD-prefixed codes rather than RFC 9457 problem documents, and Motadata publishes no OpenAPI.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/observeops"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: motadata:observeops
name: Motadata ObserveOps
description: ObserveOps (formerly Motadata AIOps) is a unified observability platform correlating metrics,
  logs, traces, flows and topology with anomaly detection that needs no training period. Its REST API
  is mounted at /api/v1 across three mounts (/settings, /visualization, /system) covering 96 configuration
  resource types, with a Vert.x EventBus websocket bridge for live alerts, events and real-time queries.
  Authentication is a Personal Access Token, a static client.id cookie, or a username/password session;
  the websocket surface requires the session. Errors come back as proprietary MD-prefixed codes rather
  than RFC 9457 problem documents, and Motadata publishes no OpenAPI.
humanURL: https://www.motadata.com/products/observeops
baseURL: https://{observeops-host}/api/v1
tags:
- AIOps
- Observability
- Monitoring
- Log Management
properties:
- type: Documentation
  url: https://docs.motadata.com/observeops-docs/
- type: APIReference
  url: https://docs.motadata.com/observeops-docs/API%20Documentation/observeops-api-documentation
- type: ReleaseNotes
  url: https://docs.motadata.com/observeops-docs/motadata-release-notes/overview
- type: DataModel
  url: data-model/motadata-data-model.yml
- type: ErrorCatalog
  url: errors/motadata-problem-types.yml
- type: MCPServer
  url: mcp/motadata-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: CLI
  url: cli/motadata-cli.yml
x-base-url-note: Templated on purpose. ObserveOps is deployed on the customer's own infrastructure; the
  CLI prompts for the host at `observeops auth login`. There is no Motadata-operated API host.