{
  "info": {
    "name": "Appcircle — mcp.ai",
    "description": "REST API for the Appcircle 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/appcircle",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "appcircle_build_repo_webhook_callback_standard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/build/repo/webhook/callback/standard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "build",
            "repo",
            "webhook",
            "callback",
            "standard"
          ]
        },
        "description": "Trigger Appcircle builds via Git provider webhook callbacks. This action forwards webhook payloads from GitHub, GitLab, Bitbucket, or Azure DevOps to Appcircle's build webhook endpoint to automaticall",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"payload\": {},\n  \"git_provider\": \"\",\n  \"organization_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_build_webhook_custom_integration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/build/webhook/custom/integration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "build",
            "webhook",
            "custom",
            "integration"
          ]
        },
        "description": "Triggers Appcircle builds via custom integration webhook endpoint by forwarding Git provider webhook payloads. This action is designed to receive and forward webhook payloads from Git providers (GitHu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"payload\": {},\n  \"version\": \"\",\n  \"git_provider\": \"\",\n  \"integration_id\": \"\",\n  \"organization_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_distribution_list_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/distribution/list/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "distribution",
            "list",
            "profiles"
          ]
        },
        "description": "List all distribution profiles for the authenticated organization. Distribution profiles are used to manage and distribute app builds to testers. This endpoint supports pagination, sorting, and filter",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"size\": 0,\n  \"sort\": \"\",\n  \"search\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_get_distribute_sent_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/distribute/sent/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "distribute",
            "sent",
            "profiles"
          ]
        },
        "description": "Get distinct profile names for App Sharing Report filter. Returns a list of unique profile names that can be used to filter app sharing reports within the specified date range and organization. Use th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\",\n  \"organizationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_get_publish_activity_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/publish/activity/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "publish",
            "activity",
            "report"
          ]
        },
        "description": "Retrieve the publish activity report for your organization. Returns paginated list of publish activities with filtering options by date range, platform, action type, and organization. Use this to moni",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"Page\": 0,\n  \"Size\": 0,\n  \"Sort\": \"\",\n  \"email\": \"\",\n  \"action\": \"\",\n  \"endDate\": \"\",\n  \"platform\": \"\",\n  \"startDate\": \"\",\n  \"profileName\": \"\",\n  \"organizationId\": \"\",\n  \"organizationName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_list_build_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/build/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "build",
            "profiles"
          ]
        },
        "description": "List all build profiles for the authenticated organization. Build profiles define the configuration for building mobile applications. Use this to discover available build profiles and their IDs before",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_list_bundle_identifiers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/bundle/identifiers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "bundle",
            "identifiers"
          ]
        },
        "description": "List all bundle identifiers in Appcircle. Returns all bundle identifiers configured in your organization, including their platforms, capabilities, and associated credentials. Use this to discover avai",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_list_organizations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/organizations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "organizations"
          ]
        },
        "description": "List organizations accessible to the authenticated user. Returns a paginated list of organizations with their details including ID, name, logo URL, and SSO status. Supports search filtering and pagina",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"search\": \"\",\n  \"perPage\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_list_store_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/store/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "store",
            "profiles"
          ]
        },
        "description": "List all Enterprise App Store profiles for the authenticated organization. Enterprise App Store profiles are used to distribute apps internally. Use this to discover available store profiles and their",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_rename_variable_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/rename/variable/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "rename",
            "variable",
            "group"
          ]
        },
        "description": "Tool to rename an environment group (variable group) in Appcircle. Use when you need to update the name of an existing variable group to better reflect its purpose or environment.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"variableGroupId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_store_in_app_auth_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/store/in/app/auth/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "store",
            "in",
            "app",
            "auth",
            "token"
          ]
        },
        "description": "Tool to fetch an access token for Enterprise App Store in-app updates. Use when you have the enterprise store profileId and secret and need to obtain a bearer token for subsequent update requests.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"Secret\": \"\",\n  \"storeUrl\": \"\",\n  \"ProfileId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_store_in_app_download_version_with_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/store/in/app/download/version/with/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "store",
            "in",
            "app",
            "download",
            "version",
            "with",
            "user"
          ]
        },
        "description": "Tool to download a specific in-app store version and attribute the download to a user for reporting. Use when triggering an in-app update download after obtaining an access token.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"store_url\": \"\",\n  \"user_email\": \"\",\n  \"version_id\": \"\",\n  \"access_token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_store_inapp_list_app_versions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/store/inapp/list/app/versions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "store",
            "inapp",
            "list",
            "app",
            "versions"
          ]
        },
        "description": "Tool to list available app versions for the Enterprise App Store profile. Use when fetching available in-app update versions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"storeUrl\": \"\",\n  \"accessToken\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appcircle_store_list_profile_app_versions_v2",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/store/list/profile/app/versions/v2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "store",
            "list",
            "profile",
            "app",
            "versions",
            "v2"
          ]
        },
        "description": "Tool to list app versions under a given store profile. Use when you need to fetch all versions for a specific Enterprise App Store profile after obtaining its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"accept\": \"\",\n  \"profileId\": \"\",\n  \"Authorization\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}