{
  "info": {
    "name": "Devolens / Cryptolens — mcp.ai",
    "description": "REST API for the Devolens / Cryptolens 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/devolens",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "devolens_get_license_key",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/license/key",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "license",
            "key"
          ]
        },
        "description": "Retrieve one license key and optional activation metadata by its product ID and key string. The token must enable the Get Key method.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"product_id\": 0,\n  \"license_key\": \"\",\n  \"include_metadata\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "devolens_list_customers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/customers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "customers"
          ]
        },
        "description": "Search or list customers visible to the connected Cryptolens account, including reseller-visible customer groups returned by the API. The token must enable the Get Customers method.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"customer_id\": 0,\n  \"newest_first\": false,\n  \"include_id_in_search\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "devolens_list_daily_usage_aggregates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/daily/usage/aggregates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "daily",
            "usage",
            "aggregates"
          ]
        },
        "description": "Return one page of daily Cryptolens usage aggregates, optionally filtered by product and inclusive date range. Pass next_cursor back with the same filters to continue forward. The token must enable th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"end_date\": \"\",\n  \"product_id\": 0,\n  \"start_date\": \"\",\n  \"next_cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "devolens_list_license_keys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/license/keys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "license",
            "keys"
          ]
        },
        "description": "List and search one page of license keys for a Cryptolens product. Call List Products first when the product ID is unknown, then pass next_cursor back to continue through additional pages. The token m",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order_by\": \"\",\n  \"global_id\": 0,\n  \"product_id\": 0,\n  \"next_cursor\": 0,\n  \"search_query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "devolens_list_license_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/license/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "license",
            "templates"
          ]
        },
        "description": "Return the license templates available to the connected Cryptolens account. The token must enable the Get License Templates method.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "devolens_list_license_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/license/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "license",
            "users"
          ]
        },
        "description": "Return registered Cryptolens license users, optionally limited to one customer. The token must enable the UserAuthAdmin method group.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"customer_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "devolens_list_messages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "messages"
          ]
        },
        "description": "Return Cryptolens account messages, optionally filtered by channel or creation time. The token must enable the Get Messages method.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"channel\": \"\",\n  \"created_after\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "devolens_list_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "products"
          ]
        },
        "description": "Return the Cryptolens products visible to the connected access token. Use this first to obtain product IDs required by license-key tools. The token must enable the Get Products method.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "devolens_list_resellers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/resellers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "resellers"
          ]
        },
        "description": "Search or list resellers visible to the connected Cryptolens account. The token must enable the Reseller method group.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"reseller_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "devolens_list_web_api_logs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/web/api/logs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "web",
            "api",
            "logs"
          ]
        },
        "description": "Inspect one page of Cryptolens Web API request logs with optional product, license-key, machine, event, and time filters. Pass next_cursor back to continue when one is returned. The token must enable ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"product_id\": 0,\n  \"event_types\": \"\",\n  \"license_key\": \"\",\n  \"next_cursor\": 0,\n  \"time_filter\": {},\n  \"machine_code\": \"\",\n  \"friendly_name\": \"\",\n  \"include_anomaly_classification\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}