OpsLevel website screenshot

OpsLevel

OpsLevel is a prescriptive internal developer portal for cataloging, measuring, and scaffolding services according to engineering best practices.

1 APIs 0 Features
Developer PortalDevOpsExperienceInternal Developer PortalMicroservicesPlatform EngineeringService CatalogService Maturity

APIs

OpsLevel GraphQL API

The OpsLevel GraphQL API allows you to integrate OpsLevel with your other operational tools, enrich internal tickets, incidents, and other systems with service and team data pul...

Collections

GraphQL

OpsLevel GraphQL API

The OpsLevel GraphQL API allows you to integrate OpsLevel with your other operational tools, enrich internal tickets, incidents, and other systems with service and team data pul...

GRAPHQL

Pricing Plans

Opslevel Plans Pricing

3 plans

PLANS

Rate Limits

Opslevel Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
📰
Blog
Blog
📝
Signup
Signup
🔗
Login
Login
💰
Pricing
Pricing
🔗
About
About
🟢
StatusPage
StatusPage
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Security
Security
🔗
Contact
Contact
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Terraform Provider
Terraform Provider
🔗
Customers
Customers
🔗
MCPServer
MCPServer
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: OpsLevel GraphQL API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: GraphQL
    type: folder
  items:
  - info:
      name: Execute a GraphQL query or mutation
      type: http
    http:
      method: POST
      url: https://api.opslevel.com/graphql
      body:
        type: json
        data: '{}'
    docs: 'Single endpoint that accepts any OpsLevel GraphQL query or mutation.

      Examples: list services, list teams, run checks, update service

      properties.

      '
bundled: true