openobserve.ai
OpenObserve is an open source observability platform for logs, metrics, traces, and real user monitoring. It can be deployed self-hosted or used as a managed cloud service, and uses SQL and PromQL over telemetry data.
OpenObserve exposes a tenant-specific HTTP API and an MCP server for AI clients; both require authentication, with documented Basic auth and additional service-account/token-based API access mentioned for programmatic use.
- OpenObserve MCP serverdiscovered
- OpenObserve HTTP APIdiscovered
Sign in to your OpenObserve Cloud or self-hosted OpenObserve instance and use your account's user ID/email plus password to build an HTTP Basic Authorization header. The API reference says all APIs require an authorization header created from base64-encoded user ID and password using HTTP Basic auth. For hosted Cloud, start from OpenObserve Cloud login.
In OpenObserve, go to IAM → Service Accounts, click Add Service Account, enter the required details, then copy the token shown after creation. Assign permissions via IAM → Roles as needed. The service account blog describes these tokens as the secure way to access APIs programmatically without sharing user credentials.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://openobserve.ai/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing