{
  "info": {
    "name": "Openlayer — mcp.ai",
    "description": "REST API for the Openlayer MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/openlayer",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "openlayer_get_data_source",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/source",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "source"
          ]
        },
        "description": "Return one Openlayer monitoring data source, including its backend, monitoring status, record and test counts, and optional project or workspace details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"expand\": \"\",\n  \"data_source_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "openlayer_get_project_version",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/project/version",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "project",
            "version"
          ]
        },
        "description": "Return one Openlayer project commit or version with its processing status, commit metadata, storage URI, and passing, failing, and total test counts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"project_version_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "openlayer_get_workspace",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/workspace",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "workspace"
          ]
        },
        "description": "Return a workspace's identity, status, connected-account membership, usage counts, and plan limits. Obtain workspace_id from List Projects first.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workspace_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "openlayer_list_data_source_test_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/data/source/test/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "data",
            "source",
            "test",
            "results"
          ]
        },
        "description": "Return one page of the latest monitoring test results for an Openlayer data source, optionally filtered by test category or execution status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"status\": \"\",\n  \"per_page\": 0,\n  \"next_cursor\": \"\",\n  \"data_source_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "openlayer_list_data_sources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/data/sources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "data",
            "sources"
          ]
        },
        "description": "Return one page of monitoring data sources for an Openlayer project, optionally filtered by name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"per_page\": 0,\n  \"project_id\": \"\",\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "openlayer_list_project_version_test_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/project/version/test/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "project",
            "version",
            "test",
            "results"
          ]
        },
        "description": "Return one page of test results for a project version, optionally filtered by test category, archive state, or result status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"status\": \"\",\n  \"per_page\": 0,\n  \"next_cursor\": \"\",\n  \"include_archived\": false,\n  \"project_version_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "openlayer_list_project_versions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/project/versions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "project",
            "versions"
          ]
        },
        "description": "Return one page of commits and versions for an Openlayer project, including processing status, commit metadata, and passing, failing, and total test counts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"per_page\": 0,\n  \"project_id\": \"\",\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "openlayer_list_projects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/projects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "projects"
          ]
        },
        "description": "Return one page of projects visible to the connected Openlayer workspace, optionally filtered by name or task type.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"per_page\": 0,\n  \"task_type\": \"\",\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "openlayer_list_test_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/test/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "test",
            "results"
          ]
        },
        "description": "Return one page of results for a test, with optional project-version, data-source, and status filters and optional generated insights.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"test_id\": \"\",\n  \"per_page\": 0,\n  \"next_cursor\": \"\",\n  \"data_source_id\": \"\",\n  \"include_insights\": false,\n  \"project_version_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "openlayer_list_tests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/tests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "tests"
          ]
        },
        "description": "Return one page of tests configured for an Openlayer project, with filters for category, archive state, origin version, production-data use, and suggested status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"per_page\": 0,\n  \"suggested\": false,\n  \"project_id\": \"\",\n  \"next_cursor\": \"\",\n  \"include_archived\": false,\n  \"origin_version_id\": \"\",\n  \"uses_production_data\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}